From 738ba0485f5b0a0da2ea4c2bc664464ab0c36137 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 16 Jun 2026 11:37:56 +0200 Subject: [PATCH 1/4] 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/4] 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/4] 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. From f706f4ef0a8edad85f7b6e98bf372ad2d15f06c2 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 22 Jun 2026 12:16:22 +0200 Subject: [PATCH 4/4] . --- .../security-testing/custom-tls-certificates.mdx | 2 +- src/content/docs/aws/getting-started/installation.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/content/docs/aws/developer-tools/security-testing/custom-tls-certificates.mdx b/src/content/docs/aws/developer-tools/security-testing/custom-tls-certificates.mdx index 0b070258..075d6490 100644 --- a/src/content/docs/aws/developer-tools/security-testing/custom-tls-certificates.mdx +++ b/src/content/docs/aws/developer-tools/security-testing/custom-tls-certificates.mdx @@ -30,7 +30,7 @@ They all can be summarised as: ## Creating a custom docker image -If you run LocalStack in a docker container (which includes using [the CLI](/aws/getting-started/installation/#installing-localstack-cli), [docker](/aws/getting-started/installation/#docker), [docker-compose](/aws/getting-started/installation/#docker-compose), or [helm](/aws/getting-started/installation/#helm)), to include a custom TLS root certificate a new docker image should be created. +If you run LocalStack in a docker container (which includes using [the CLI](/aws/getting-started/installation/#installing-localstack-cli), [docker](/aws/getting-started/installation/#docker), [docker-compose](/aws/getting-started/installation/#docker-compose), or [helm](/aws/enterprise/kubernetes/deploy-helm-chart)), to include a custom TLS root certificate a new docker image should be created. Create a `Dockerfile` containing the following commands: diff --git a/src/content/docs/aws/getting-started/installation.mdx b/src/content/docs/aws/getting-started/installation.mdx index 24d64822..bd388774 100644 --- a/src/content/docs/aws/getting-started/installation.mdx +++ b/src/content/docs/aws/getting-started/installation.mdx @@ -257,7 +257,7 @@ 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. -- [LocalStack Operator](#localStack-operator)\ +- [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. @@ -397,7 +397,7 @@ docker run \ ### LocalStack Operator -If you want to deploy LocalStack in your [Kubernetes](https://kubernetes.io) cluster, you can use the [LocalStack Operator](../enterprise/kubernetes/kubernetes-operator.mdx). +If you want to deploy LocalStack in your [Kubernetes](https://kubernetes.io) cluster, you can use the [LocalStack Operator](/aws/enterprise/kubernetes/kubernetes-operator). ## What's next?