An open API service indexing awesome lists of open source software.

https://github.com/localstack/localstack-operator


https://github.com/localstack/localstack-operator

Last synced: 8 days ago
JSON representation

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.