Read-only archive. These discussions are from Tracston's earlier
technical forum and are kept online because the answers are still useful.
New replies are closed. Need help with something like this?
Talk to us.
Question
9 Dec 2021
Problem
User lost default grafana password of deployment: prometheus-grafana
run the following commands to get the password
kubectl get svc
Find the name of the service: prometheus-grafana
kubectl get secret prometheus-grafana -o jsonpath=”{.data.admin-password}” | base64 –decode ; echo
Attachment: command.txt
Need this fixed properly?
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 →