A dashboard manager to display all the relevant informations to enable your team to deploy and diagnose the cluster's content
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
- grafana · grafana/grafana (https://artifacthub.io/packages/helm/grafana/grafana)
Once Helm is set up properly, add the repo as follows:
$ helm repo add grafana https://grafana.github.io/helm-charts
$ helm repo update
To install the chart with the release name grafana
:
$ helm install grafana --version <version> grafana/grafana -f chart/values.yaml
Get your 'admin' user password by running:
$ kubectl get secret --namespace default grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
To uninstall/delete the grafana deployment:
$ helm delete grafana
The command removes all the Kubernetes components associated with the chart and deletes the release.