Forum archive › Prometheus - Monitoring & Time series
ArchiveGet grafana username/ password - kube-stack-prometheus
Problem
User wants to get grafana password from kube-promethues-stack installed on Kubernetes
https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack
Solution
kubectl get secret kube-prometheus-stack-grafana -o jsonpath=”{.data.admin-password}” | base64 –decode ; echo
Output Example
Username: admin
Password: prom-operator
Attachment: commands.txt
We do this for a living.
Kubernetes, DevOps and platform engineering, delivered in days — not another weekend lost to a stack trace.
Start a project →