Skip to content
Open
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
24 changes: 4 additions & 20 deletions src/content/docs/aws/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,8 @@ Besides using the CLI, there are other ways of starting and managing your LocalS
- [Docker](#docker)\
Use the Docker CLI to manually start the LocalStack Docker container.

- [Helm](#helm)\
Use Helm to create a LocalStack deployment in a Kubernetes cluster.
- [LocalStack Operator](#localStack-operator)\
Use the LocalStack Operator to deploy and manage LocalStack instances inside a Kubernetes cluster.

LocalStack runs inside a Docker container, and the above options are different ways to start and manage the LocalStack Docker container.

Expand Down Expand Up @@ -395,25 +395,9 @@ docker run \
- To configure an Auth Token, refer to the [Auth Token](/aws/getting-started/auth-token) documentation.
:::

### Helm
### LocalStack Operator

If you want to deploy LocalStack in your [Kubernetes](https://kubernetes.io) cluster, you can use [Helm](https://helm.sh).

#### Prerequisites

- [Kubernetes](https://kubernetes.io)
- [Helm](https://helm.sh/docs/intro/install/)

#### Deploy LocalStack using Helm

You can deploy LocalStack in a Kubernetes cluster by running these commands:

```bash
helm repo add localstack-repo https://helm.localstack.cloud
helm upgrade --install localstack localstack-repo/localstack
```

The Helm charts are not maintained in the main repository, but in a [separate one](https://github.com/localstack/helm-charts).
If you want to deploy LocalStack in your [Kubernetes](https://kubernetes.io) cluster, you can use the [LocalStack Operator](../enterprise/kubernetes/kubernetes-operator.mdx).

## What's next?

Expand Down