cleming / helm-charts

Helm charts for VictoriaMetrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Victoria Metrics Helm Charts

This repository contains Victoria Metrics helm chart

Usage

Add a chart helm repository

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

Test the helm repository

for helm v2
helm search vm

The command must display existing helm chart e.g.

NAME                       	CHART VERSION	APP VERSION	DESCRIPTION
vm/victoria-metrics-agent  	0.5.9        	v1.44.0    	Victoria Metrics Agent - collects metrics from ...
vm/victoria-metrics-cluster	0.6.12        	1.44.0     	Victoria Metrics Cluster version - high-perform...
vm/victoria-metrics-single 	0.5.28        	1.44.0     	Victoria Metrics Single version - high-performa...
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.5.9        	v1.44.0    	Victoria Metrics Agent - collects metrics from ...
vm/victoria-metrics-cluster	0.6.12        	1.44.0     	Victoria Metrics Cluster version - high-perform...
vm/victoria-metrics-single 	0.5.28        	1.44.0     	Victoria Metrics Single version - high-performa...

Installing the chart

for helm v2
helm install -n victoria-metrics-cluster vm/victoria-metrics-cluster
for helm v3
helm install victoria-metrics-cluster vm/victoria-metrics-cluster

List of Charts

About

Helm charts for VictoriaMetrics

License:Apache License 2.0


Languages

Language:HTML 96.0%Language:Makefile 4.0%