From 738ba0485f5b0a0da2ea4c2bc664464ab0c36137 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 16 Jun 2026 11:37:56 +0200 Subject: [PATCH 1/3] update to operator --- .../docs/aws/getting-started/installation.mdx | 24 ++++--------------- 1 file changed, 4 insertions(+), 20 deletions(-) diff --git a/src/content/docs/aws/getting-started/installation.mdx b/src/content/docs/aws/getting-started/installation.mdx index 6cabcb10..86fd5771 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 to deploy and manage LocalStack instances in 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? From 5bf7379f1e29ba60142918f5968be33cccac657a Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 16 Jun 2026 11:53:32 +0200 Subject: [PATCH 2/3] update to operator --- src/content/docs/aws/getting-started/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/aws/getting-started/installation.mdx b/src/content/docs/aws/getting-started/installation.mdx index 86fd5771..778edb42 100644 --- a/src/content/docs/aws/getting-started/installation.mdx +++ b/src/content/docs/aws/getting-started/installation.mdx @@ -258,7 +258,7 @@ Besides using the CLI, there are other ways of starting and managing your LocalS Use the Docker CLI to manually start the LocalStack Docker container. - [LocalStack Operator](#localStack-operator)\ - Use the LocalStack Operator to to deploy and manage LocalStack instances in a Kubernetes cluster. + Use the LocalStack Operator to 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. From 2519145c097ee9967e8245e0a9211b7084e1cf44 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 16 Jun 2026 12:05:54 +0200 Subject: [PATCH 3/3] update to operator --- src/content/docs/aws/getting-started/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/aws/getting-started/installation.mdx b/src/content/docs/aws/getting-started/installation.mdx index 778edb42..24d64822 100644 --- a/src/content/docs/aws/getting-started/installation.mdx +++ b/src/content/docs/aws/getting-started/installation.mdx @@ -258,7 +258,7 @@ Besides using the CLI, there are other ways of starting and managing your LocalS Use the Docker CLI to manually start the LocalStack Docker container. - [LocalStack Operator](#localStack-operator)\ - Use the LocalStack Operator to to deploy and manage LocalStack instances inside a Kubernetes cluster. + 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.