> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flipt.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Kubernetes

> Deploy Flipt to Kubernetes using the Helm chart

The chart is hosted in the [Flipt Helm repository](https://helm.flipt.io) and is open source.

<Tip>
  Check out our [Deploy to
  Kubernetes](/v1/guides/operation/deployment/deploy-to-kubernetes) guide for an
  in-depth look into deploying Flipt to Kubernetes using our Helm chart.
</Tip>

Any issues or suggestions on how to improve the Flipt Helm chart are welcome in the [chart repository](https://github.com/flipt-io/helm-charts).

### Prerequisites

[Helm](https://helm.sh) must be installed to use the chart. Please refer to
Helm's [documentation](https://helm.sh/docs/) to get started.

Once Helm is set up properly, add the Flipt Helm repository as follows:

```console theme={null}
helm repo add flipt https://helm.flipt.io
```

### Installing

You can install the Flipt Helm chart with the following command:

```console theme={null}
helm install flipt flipt/flipt
```
