- AWS EC2, IAM, S3
- Kubernetes (Kops)
- Helm
- Argo CD (GitOps)
- Docker
- Python (Flask)
GitHub → Argo CD → Kubernetes (Kops) → Python App
- High availability using replicas
- GitOps-based automated deployments
- Helm-based application packaging
- Auto-scaling using HPA
- Production-ready Kubernetes manifests
- Create Kops cluster
- Install Argo CD
- Push code to GitHub
- Argo CD auto-syncs
- App deployed automatically
Fully automated, self-healing Python application deployment using GitOps.