Andrey-B-lab/exercise-python-application ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple Python app repository that shows a full CI CD flow for a DevOps demo.

I want the app to be containerized with Docker, then built and pushed by Jenkins, and finally deployed to a Minikube cluster as a pod. The app should be reachable through Nginx on HTTPS, using a domain name pointed to the deployment server. Please include the Jenkins pipeline, the Docker setup, and the Kubernetes deployment files needed to run it.

Also set it up so GitHub Actions runs on every push to the development branch and checks code quality and security with SonarCloud and Snyk. Keep it clean and easy to follow, since I may use this as a portfolio project or resume example. If you need to look up current docs online for any of the integrations, go ahead and do that.