docs-v2/content/platform/install-and-deploy/deploying/kubernetes.md

29 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Deploy InfluxData Platform components in Kubernetes
description: Deploy the InfluxData Platform components in Kubernetes
menu:
platform:
name: Deploy InfluxData Platform in Kubernetes
parent: deploy-platform
weight: 4
---
## 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.
### 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.
- [Telegraf](https://github.com/helm/charts/tree/master/stable/telegraf)
- [InfluxDB](https://github.com/helm/charts/tree/master/stable/influxdb)
- [Chronograf](https://github.com/helm/charts/tree/master/stable/chronograf)
- [Kapacitor](https://github.com/helm/charts/tree/master/stable/kapacitor)
### Use the InfluxDB Operator
[InfluxDB operator](https://github.com/influxdata/influxdata-operator) is a [Kubernetes operator](https://coreos.com/operators/) that can be used to deploy InfluxDB OSS in Kubernetes. The InfluxDB operator can handle operational tasks, like creating a backup, automatically. The operator currently has been tested on [AWS's Elastic Kubernetes Service](https://aws.amazon.com/eks/) and [GCP's Google Kubernetes Engine](https://cloud.google.com/kubernetes-engine/).
[Deploy InfluxDB using the InfluxData operator](https://github.com/influxdata/influxdata-operator)