diff --git a/src/content/docs/aws/getting-started/installation.mdx b/src/content/docs/aws/getting-started/installation.mdx index 6cabcb10..24d64822 100644 --- a/src/content/docs/aws/getting-started/installation.mdx +++ b/src/content/docs/aws/getting-started/installation.mdx @@ -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. @@ -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?