installation Promotheus and Grafana on Kubernetes
installation Promotheus and Grafana on Kubernetes
Pre-requisites:
1. Kubernetes Cluster (Ensure kubectl is configured)
2. Helm Installed (v3+)
3. Namespace (optional) for monitoring tools
Confidential
kubectl get pods -n monitoring -l app=prometheus
Confidential
1. Retrieve the Grafana Admin Password: If you didn't set a password manually,
retrieve the auto-generated one:
http://prometheus-server.monitoring.svc.cluster.local
6. Click Save & Test.
Confidential
Step 8: Import Dashboards
1. In Grafana, go to + (Create) → Import.
2. Use Grafana Dashboard IDs from Grafana Dashboards.
3. Import relevant dashboards for Kubernetes, Prometheus, etc.
Confidential
helm uninstall grafana -n monitoring
kubectl delete namespace monitoring
Confidential