Install using Helm¶
Add helm repo¶
¶
Update helm repo¶
¶
Install helm¶
¶
Expose Grafana Service¶
getting admin password
kubectl get secret --namespace monitoring grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
¶
kubectl get secret --namespace monitoring grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo