This is a simple Flask application that serves a message on the root page. This project is part of a larger GitOps setup, and it demonstrates a basic web service that can be deployed using Jenkins and ArgoCD.
Check the medium article that provides an overview of the project, its structure, and how to set it up.
This project hosts a minimal Flask application that demonstrates a basic web service. It's designed to be a starting point for those interested in deploying a Flask application on Kubernetes using Jenkins for continuous integration and GitOps with ArgoCD for continuous deployment.
The deployment settings, including the container image, are defined in the kubernetesmanifest-flask-app repository, where you can find the deployment.yaml
file.
For a detailed step-by-step guide on setting up and configuring this project, please refer to the comprehensive Medium article.
This project is licensed under the MIT License - see the LICENSE file for details.