Grafana and Prometheus Kubernetes installation | Yet another ...
bocharoviliyav.blog › devops › 2021/02/04Feb 04, 2021 · While proxy running, the dashboard is available by this link. When k8s is ready to use, we need to install Prometheus and Grafana. One of the easiest ways is using helm. helm repo add prometheus-community https://prometheus-community.github.io/helm-chartshelm repo add grafana https://grafana.github.io/helm-chartshelm repo updatehelm install prometheus prometheus-community/prometheushelm install grafana grafana/grafana.