Skip to content

Ubivius/telemetry-grafana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages