Skip to content

jmenan/helm-charts-1

This branch is 1219 commits behind VictoriaMetrics/helm-charts:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 27, 2023
f203522 · Jan 27, 2023
Dec 12, 2022
Jan 27, 2023
Dec 29, 2022
Jan 27, 2023
Jul 15, 2021
Nov 15, 2020
Oct 10, 2019
Dec 9, 2022
Jan 18, 2023
Sep 28, 2021
Feb 25, 2021
Jan 27, 2023

Repository files navigation

Victoria Metrics Helm Charts

This repository contains Victoria Metrics helm charts.

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:

for helm v3
helm search repo vm/

The command must display existing helm chart e.g.

NAME                          CHART VERSION APP VERSION DESCRIPTION
vm/victoria-metrics-agent     0.8.29       	v1.86.2     Victoria Metrics Agent - collects metrics from ...
vm/victoria-metrics-alert     0.5.14        	v1.86.2     Victoria Metrics Alert - executes a list of giv...
vm/victoria-metrics-auth      0.2.70       	1.86.2      Victoria Metrics Auth - is a simple auth proxy ...
vm/victoria-metrics-cluster   0.9.51        	1.86.2      Victoria Metrics Cluster version - high-perform...
vm/victoria-metrics-gateway   0.1.28        	1.86.2      Victoria Metrics Gateway - is a simple gateway ...
vm/victoria-metrics-k8s-stack 0.14.5        	1.86.2      Kubernetes monitoring on VictoriaMetrics stack....
vm/victoria-metrics-operator  0.12.1        	0.27.1      Victoria Metrics Operator
vm/victoria-metrics-single    0.8.51        	1.86.2      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:

for helm v3
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.13 to 1.22.

List of Charts

About

Helm charts for VictoriaMetrics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Mustache 45.2%
  • Python 36.1%
  • Smarty 13.7%
  • Makefile 5.0%