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 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 -f grafana_values.yaml 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....