From 801a0241fc740fac2e5af4a836588dbec32802d4 Mon Sep 17 00:00:00 2001 From: Aliaksandr Valialkin Date: Wed, 12 Aug 2020 21:12:15 +0300 Subject: [PATCH] docs/Single-server-VictoriaMetrics.md: mention helm charts, k8s operator and vmctl tool in `Integrations` chapter --- docs/Single-server-VictoriaMetrics.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/Single-server-VictoriaMetrics.md b/docs/Single-server-VictoriaMetrics.md index c4e678d9f9..172a5229e8 100644 --- a/docs/Single-server-VictoriaMetrics.md +++ b/docs/Single-server-VictoriaMetrics.md @@ -1125,6 +1125,9 @@ The collected profiles may be analyzed with [go tool pprof](https://github.com/g ## Integrations +* [Helm charts for single-node and cluster versions of VictoriaMetrics](https://github.com/VictoriaMetrics/helm-charts). +* [Kubernetes operator for VictoriaMetrics](https://github.com/VictoriaMetrics/operator). +* [vmctl tool for data migration to VictoriaMetrics](https://github.com/VictoriaMetrics/vmctl). * [netdata](https://github.com/netdata/netdata) can push data into VictoriaMetrics via `Prometheus remote_write API`. See [these docs](https://github.com/netdata/netdata#integrations). * [go-graphite/carbonapi](https://github.com/go-graphite/carbonapi) can use VictoriaMetrics as time series backend.