Installation of Grafana
To deploy Grafana using the Helm Chart, follow these steps:
- Navigate to the Grafana helm chart directory:
$ cd helm_charts/grafana_chart
- Add the Grafana Helm repository:
$ helm repo add grafana https://grafana.github.io/helm-charts
- Install Grafana using the Helm Chart. We provided a customized
grafana_values.yaml
file for our specific needs, but you can modify it according to your preferences.
helm install grafana grafana/grafana -n monitoring --create-namespace -f grafana_values.yaml --version 6.50.5
- After the installation is complete, you can access the Grafana dashboard using the IP address or hostname of the Kubernetes cluster along with the port number. I set it, to Grafana service IP.