8 lines
519 B
Markdown
8 lines
519 B
Markdown
kubectl create namespace monitoring
|
|
helm repo add vm https://victoriametrics.github.io/helm-charts/
|
|
helm repo add grafana-community https://grafana-community.github.io/helm-charts
|
|
helm repo update
|
|
helm install vmcluster vm/victoria-metrics-cluster -f victoria-metrics-cluster-values.yml --namespace monitoring
|
|
helm install vmagent vm/victoria-metrics-agent -f guide-vmcluster-vmagent-values.yaml --namespace monitoring
|
|
helm install grafana grafana-community/grafana -f grafana-cluster-values.yml --namespace monitoring
|