The LocalStack operator requires a LocalStack auth token to authorize the use of the operator.
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.0
kubectl apply -f https://github.com/localstack/localstack-operator/releases/v0.4.0/download/controller.yamlThe operator includes a LocalStack CRD which defines your LocalStack instance. See the api docs for a description of the available fields.