• Stars
    star
    262
  • Rank 150,435 (Top 4 %)
  • Language Mustache
  • License
    Apache License 2.0
  • Created over 4 years ago
  • Updated 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Helm charts for VictoriaMetrics, VictoriaLogs and ecosystem

Victoria Metrics Helm Charts

Artifact Hub License Helm: v3 Slack

This repository contains helm charts for VictoriaMetrics and VictoriaLogs.

Add a chart helm repository

Access a Kubernetes cluster.

Add a chart helm repository with follow commands:

helm repo add vm https://victoriametrics.github.io/helm-charts/

helm repo update

List all charts and versions of vm repository available to installation:

helm search repo vm/

The command must display existing helm chart e.g.

NAME                         	CHART VERSION	APP VERSION        	DESCRIPTION
vm/victoria-logs-single      	0.1.3        	v0.3.0-victorialogs	Victoria Logs Single version - high-performance...
vm/victoria-metrics-agent    	0.9.3       	v1.93.0            	Victoria Metrics Agent - collects metrics from ...
vm/victoria-metrics-alert    	0.7.3        	v1.93.0            	Victoria Metrics Alert - executes a list of giv...
vm/victoria-metrics-anomaly  	0.3.4        	v1.1.0             	Victoria Metrics Anomaly Detection - a service ...
vm/victoria-metrics-auth     	0.3.3       	v1.93.0            	Victoria Metrics Auth - is a simple auth proxy ...
vm/victoria-metrics-cluster  	0.10.4       	v1.93.0            	Victoria Metrics Cluster version - high-perform...
vm/victoria-metrics-gateway  	0.1.42       	v1.93.0            	Victoria Metrics Gateway - Auth & Rate-Limittin...
vm/victoria-metrics-k8s-stack	0.17.4       	v1.93.0            	Kubernetes monitoring on VictoriaMetrics stack....
vm/victoria-metrics-operator 	0.23.1       	0.34.1             	Victoria Metrics Operator
vm/victoria-metrics-single   	0.9.3       	v1.93.0            	Victoria Metrics Single version - high-performa...

Installing the chart

Export default values of victoria-metrics-cluster chart to file values.yaml:

helm show values vm/victoria-metrics-cluster > values.yaml

Change the values according to the need of the environment in values.yaml file.

Test the installation with command:

helm install victoria-metrics vm/victoria-metrics-cluster -f values.yaml -n NAMESPACE --debug --dry-run

Install chart with command:

helm install victoria-metrics vm/victoria-metrics-cluster -f values.yaml -n NAMESPACE

Get the pods lists by running these commands:

kubectl get pods -A | grep 'victoria-metrics'

# or list all resorces of victoria-metrics

kubectl get all -n NAMESPACE | grep victoria

Get the application by running this commands:

helm list -f victoria-metrics -n NAMESPACE

See the history of versions of victoria-metrics application with command.

helm history victoria-metrics -n NAMESPACE

How to uninstall VictoriaMetrics

Remove application with command.

helm uninstall victoria-metrics -n NAMESPACE

Kubernetes compatibility versions

helm charts tested at kubernetes versions from 1.23 to 1.27.

List of Charts