Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.11 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.11 KB

Telemetry-Grafana

A dashboard manager to display all the relevant informations to enable your team to deploy and diagnose the cluster's content

Usage

Helm must be installed to use the charts. Please refer to Helm's documentation to get started.

Once Helm is set up properly, add the repo as follows:

Get Repo Info

$ helm repo add grafana https://grafana.github.io/helm-charts
$ helm repo update

Installing the Chart

To install the chart with the release name grafana:

$ helm install grafana --version <version> grafana/grafana -f chart/values.yaml

Grafana password

Get your 'admin' user password by running:

$ kubectl get secret --namespace default grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo

Uninstalling the Chart

To uninstall/delete the grafana deployment:

$ helm delete grafana

The command removes all the Kubernetes components associated with the chart and deletes the release.