Skip to content

MuhammadJamee/App-Manifest-

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

K8 manifest files

The given code is a Kubernetes configuration file that deploys a Flask application. It includes a Deployment and a Service.

The Deployment specifies the desired state of the application, including the number of replicas, the container image to use, and the Pod template. It ensures that the application runs consistently across the cluster.

The Service exposes the deployed application to external traffic. It specifies the port configuration and connects the Service to the Pods using label selectors.

In summary, this code creates a single replica of a Flask application, deploys it using a Deployment, and exposes it externally through a Service.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published