Skip to content

Instantly share code, notes, and snippets.

@initcron
Created November 7, 2025 04:30
Show Gist options
  • Select an option

  • Save initcron/dc4edd1a5619ea58965900049a167093 to your computer and use it in GitHub Desktop.

Select an option

Save initcron/dc4edd1a5619ea58965900049a167093 to your computer and use it in GitHub Desktop.
Get Grafana Admin Password
kubectl get secret -n monitoring prom-grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment