Kubernetes Cluster Monitoring using Grafana & Prometheus
Architecture +———————+| Kubernetes Cluster |+———-+———-+|v+———————+| kube-state-metrics |+———————+|v+———————+| Node Exporter |+———————+|v+———————+| Prometheus |+———————+|v+———————+| Grafana Dashboard |+———————+|v+———————+| Email Alerts |+———————+ Prerequisites: Verify: kubectl get nodeshelm version Step 1: Create Monitoring Namespace kubectl create namespace monitoring Verify: kubectl get ns Step 2: Add Helm Repository helm repo add prometheus-community https://prometheus-community.github.io/helm-chartshelm repo update Check charts: helm search repo prometheus-community … Read more