This repository contains the Kubernetes deployment manifest for the Flask application from the flask-kubernetes-app repository.
Check the medium article of this project with a complete description of the process.
Visual Guide to Our Continuous Deployment Workflow:
This repository hosts the Kubernetes deployment manifest (deployment.yaml
) for the Flask application deployed in the flask-kubernetes-app repository. The manifest specifies the deployment settings, including the container image to use.
The deployment.yaml file is an integral part of the GitOps deployment process. Any changes to the container image, replicas, or other deployment settings can be managed through this file, ensuring seamless updates to your Kubernetes cluster.
For a comprehensive guide on the entire GitOps setup, including the Flask application and Kubernetes deployment, please refer to the accompanying Medium article.
This project is licensed under the MIT License - see the LICENSE file for details.