https://github.com/localstack/localstack-operator
https://github.com/localstack/localstack-operator
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/localstack/localstack-operator
- Owner: localstack
- Created: 2025-11-02T21:19:48.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-01-28T12:15:47.000Z (3 months ago)
- Last Synced: 2026-01-29T03:47:30.172Z (3 months ago)
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# LocalStack Kubernetes Operator
## Requirements
The LocalStack operator requires a LocalStack [auth token](https://docs.localstack.cloud/aws/getting-started/auth-token/) to authorize the use of the operator.
## Installation
You can use `kubectl` to install the LocalStack Operator into your cluster:
```bash
# latest version
kubectl apply -f https://github.com/localstack/localstack-operator/releases/latest/download/controller.yaml
# or specific version, e.g. v0.4.1
kubectl apply -f https://github.com/localstack/localstack-operator/releases/download/v0.4.1/controller.yaml
```
## CRD definition
The operator includes a `LocalStack` CRD which defines your LocalStack instance. See the [api docs](https://github.com/localstack/localstack-operator/tree/main/api-docs.md) for a description of the available fields.