Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 823 Bytes

File metadata and controls

21 lines (13 loc) · 823 Bytes

LocalStack Kubernetes Operator

Requirements

The LocalStack operator requires a LocalStack auth token to authorize the use of the operator.

Installation

You can use kubectl to install the LocalStack Operator into your cluster:

# 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 for a description of the available fields.