This project sets up Prometheus and Grafana on an Amazon EKS cluster to monitor Kubernetes resources.
It helps track CPU, memory usage, pod health, and more, using real-time dashboards in Grafana.
In this project, we:
✅ Deployed an Amazon EKS cluster using eksctl
✅ Installed Prometheus and Grafana to monitor Kubernetes metrics
✅ Configured dashboards in Grafana for real-time visualization
✅ metrics-server.yaml – Installs Kubernetes Metrics Server
✅ prometheus-values.yaml – Configures Prometheus
✅ grafana-values.yaml – Configures Grafana
✅ screenshots/ – Contains images of dashboards