72be85183bead3a9129fe23d53fc9d5638384c92
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
Description