Grafana Monitoring
Prometheus and Grafana
Prometheus and Grafana are installed part of the setup umbrella helm chart.
Revisit the application charts and connect to some Grafana dashboards:
-
List helm releases:
helm list --all-namespacesNAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION mushop mushop 1 2020-01-31 21:14:48.511917 -0600 CST deployed mushop-0.1.0 1.0 mushop-utils mushop-utilities 1 2020-01-31 20:32:05.864769 -0600 CST deployed mushop-setup-0.0.1 1.0 -
Get the Grafana outputs from the
mushop-utils(setupchart) installation:helm status mushop-utils --namespace mushop-utilities ## Grafana... # ... -
Get the auto-generated Grafana
adminpassword:kubectl get secret -n mushop-utilities mushop-utils-grafana \ -o jsonpath="{.data.admin-password}" | base64 --decode ; echo -
Connect to the dashboard with
admin/<password>:kubectl port-forward -n mushop-utilities \ svc/mushop-utils-grafana 3000:80The Grafana dashboard will be accessible on http://localhost:3000
-
Import dashboards from Grafana: