Coder Social home page Coder Social logo

danic-git / vm-helm-charts Goto Github PK

View Code? Open in Web Editor NEW

This project forked from victoriametrics/helm-charts

0.0 1.0 0.0 70.19 MB

Helm charts for VictoriaMetrics

License: Apache License 2.0

Python 38.41% Makefile 2.99% Smarty 13.83% Mustache 44.77%

vm-helm-charts's Introduction

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.5       	v1.77.2     Victoria Metrics Agent - collects metrics from ...
vm/victoria-metrics-alert     0.4.31        	v1.77.2     Victoria Metrics Alert - executes a list of giv...
vm/victoria-metrics-auth      0.2.49       	1.77.2      Victoria Metrics Auth - is a simple auth proxy ...
vm/victoria-metrics-cluster   0.9.28        	1.77.2      Victoria Metrics Cluster version - high-perform...
vm/victoria-metrics-gateway   0.1.6        	1.77.2      Victoria Metrics Gateway - is a simple gateway ...
vm/victoria-metrics-k8s-stack 0.9.2        	1.77.2      Kubernetes monitoring on VictoriaMetrics stack....
vm/victoria-metrics-operator  0.9.0        	0.24.0      Victoria Metrics Operator
vm/victoria-metrics-single    0.8.29        	1.77.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

vm-helm-charts's People

Contributors

acondrat avatar aeciopires avatar afoninsky avatar alxrem avatar andrewchubatiuk avatar arnoldyahad avatar artemsre avatar auroaj avatar denisgolius avatar ellieayla avatar f41gh7 avatar iordachelm avatar k1rk avatar kevinvirs avatar krakazyabra avatar langecode avatar lexfrei avatar quite4work avatar schndr avatar sergeimonakhov avatar shusugmt avatar taintedkernel avatar tanelso2 avatar tenmozes avatar turbotankist avatar valyala avatar vdmg avatar vladikamira avatar weibo-zhao avatar weisdd avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.