update Helm chart links
parent
8bd2c1a842
commit
51d4ff9b8f
|
@ -12,16 +12,21 @@ menu:
|
||||||
|
|
||||||
## Deploy the TICK stack in Kubernetes
|
## Deploy the TICK stack in Kubernetes
|
||||||
|
|
||||||
Instructions for installing and configuring all components of the open source TICK stack – Telegraf, InfluxDB, Chronograf, and Kapacitor in Kubernetes.
|
Instructions for installing and configuring all components of the open source TICK stack in Kubernetes:
|
||||||
|
|
||||||
|
– Telegraf
|
||||||
|
- InfluxDB
|
||||||
|
- Chronograf
|
||||||
|
- Kapacitor
|
||||||
|
|
||||||
### Use Helm Charts to deploy InfluxData Platform components
|
### Use Helm Charts to deploy InfluxData Platform components
|
||||||
|
|
||||||
InfluxData recommends using the [Helm Stable](https://github.com/helm/charts/tree/master/stable) repository for installing the TICK stack.
|
InfluxData recommends using the [Helm Stable](https://github.com/helm/charts/tree/master/stable) repository for installing the TICK stack.
|
||||||
|
|
||||||
- [Telegraf](https://github.com/helm/charts/tree/master/stable/telegraf)
|
- [Telegraf](https://github.com/influxdata/helm-charts/tree/master/charts/telegraf)
|
||||||
- [InfluxDB](https://github.com/helm/charts/tree/master/stable/influxdb)
|
- [InfluxDB](https://github.com/influxdata/helm-charts/tree/master/charts/influxdb)
|
||||||
- [Chronograf](https://github.com/helm/charts/tree/master/stable/chronograf)
|
- [Chronograf](https://github.com/influxdata/helm-charts/tree/master/charts/chronograf)
|
||||||
- [Kapacitor](https://github.com/helm/charts/tree/master/stable/kapacitor)
|
- [Kapacitor](https://github.com/influxdata/helm-charts/tree/master/charts/kapacitor)
|
||||||
|
|
||||||
### Use the InfluxDB Operator
|
### Use the InfluxDB Operator
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue