Skip to content

Instantly share code, notes, and snippets.

@ArunMagi
ArunMagi / helm-prometheus-grafana.md
Created March 21, 2023 10:44 — forked from Warns/helm-prometheus-grafana.md
Install Prometheus and Grafana on Kubernetes cluster along with data source and persistent storage.

Installing Prometheus and Grafana

Add and update repos to fetch charts

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

Create monitoring namespace