Files
monitoring/README.md
2026-03-01 20:32:33 +04:00

519 B

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