This repository demonstrates a production-ready architecture for deploying a 3-tier application inside an Amazon EKS Cluster using GitOps, CI/CD, Terraform, and Monitoring tools.
The architecture includes:
- Infrastructure as Code (IaC) with Terraform to provision AWS resources.
- CI/CD Pipeline using Jenkins to build Docker images and trigger deployments.
- GitOps with ArgoCD to manage Kubernetes resources.
- 3-Tier Application:
- Frontend Tier (exposed via Load Balancer)
- Backend Tier
- Database Tier
- Kubernetes Network Policies to control communication between tiers.
- Monitoring Stack using Prometheus and Grafana.