Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,9 @@ Complete the following steps to install an InfluxDB Enterprise cluster in your o
2. [Install InfluxDB data nodes](/enterprise_influxdb/v1/introduction/installation/data_node_installation/)
3. [Install Chronograf](/enterprise_influxdb/v1/introduction/installation/chrono_install/)

## Kubernetes with Helm

For Kubernetes deployments, InfluxData provides Helm charts.
See the [influxdb-enterprise Helm chart](https://github.com/influxdata/helm-charts/tree/master/charts/influxdb-enterprise) for Enterprise-specific configuration options and installation instructions.

{{< influxdbu title="Installing InfluxDB Enterprise" summary="Learn about InfluxDB architecture and how to install InfluxDB Enterprise with step-by-step instructions." action="Take the course" link="https://university.influxdata.com/courses/installing-influxdb-enterprise-tutorial/" >}}
5 changes: 5 additions & 0 deletions content/influxdb/v1/introduction/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,11 @@ docker run -p 8086:8086 \
influxdb:{{< latest-patch >}}
```

#### Kubernetes with Helm

For Kubernetes deployments, InfluxData provides Helm charts.
See the [influxdb Helm chart](https://github.com/influxdata/helm-charts/tree/master/charts/influxdb) for InfluxDB v1-specific configuration options and installation instructions.

{{% /tab-content %}}
{{< /tabs-wrapper >}}

Expand Down
4 changes: 3 additions & 1 deletion content/influxdb/v2/install/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,9 @@ file system and a volume, use the
### Install InfluxDB in a Kubernetes cluster

The instructions below use **minikube** or **kind**, but the steps should be similar in any Kubernetes cluster.
InfluxData also makes [Helm charts](https://github.com/influxdata/helm-charts) available.
InfluxData also provides [Helm charts](https://github.com/influxdata/helm-charts) for deploying InfluxDB.
For InfluxDB v2-specific configuration options and installation instructions, see the
[influxdb2 Helm chart documentation](https://github.com/influxdata/helm-charts/tree/master/charts/influxdb2).

1. Install [minikube](https://kubernetes.io/docs/tasks/tools/install-minikube/) or
[kind](https://kind.sigs.k8s.io/docs/user/quick-start/#installation).
Expand Down
6 changes: 6 additions & 0 deletions content/shared/influxdb3/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ influxdb:3-{{< product-key >}}
{{% /expand %}}
{{< /expand-wrapper >}}

{{% show-in "enterprise" %}}
### Deploy in Kubernetes with Helm

For Kubernetes deployments, InfluxData provides a Helm chart.
See the [influxdb3-enterprise Helm chart](https://github.com/influxdata/helm-charts/tree/master/charts/influxdb3-enterprise) for configuration options and installation instructions.
{{% /show-in %}}

### Verify the installation

Expand Down
8 changes: 8 additions & 0 deletions content/telegraf/v1/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,14 @@ The following commands are available:
{{< /tab-content >}}
{{< /tabs-wrapper >}}

## Deploy Telegraf in Kubernetes with Helm

For Kubernetes deployments, InfluxData provides several Helm charts:

- [telegraf](https://github.com/influxdata/helm-charts/tree/master/charts/telegraf): Deploy Telegraf as a single instance
- [telegraf-ds](https://github.com/influxdata/helm-charts/tree/master/charts/telegraf-ds): Deploy Telegraf as a DaemonSet to run on every node
- [telegraf-operator](https://github.com/influxdata/helm-charts/tree/master/charts/telegraf-operator): Deploy the Telegraf Operator for managing Telegraf instances declaratively

## Generate a configuration file

The `telegraf config` command lets you generate a configuration file from
Expand Down
Loading