supabase-operator/docs/getting_started.md
Peter Kurfer b275ea6c9f
Some checks failed
Lint / Run on Ubuntu (push) Failing after 3m29s
E2E Tests / Run on Ubuntu (push) Failing after 26s
release / release (push) Successful in 6m39s
Tests / Run on Ubuntu (push) Failing after 2m55s
Deploy pages / deploy (push) Failing after 38s
docs: initial CI setup
2025-01-21 10:40:27 +01:00

622 B

Getting Started

Deploying the operator

The easiest way to deploy the operator is to fetch the manifest from the releases and apply it like this:

kubectl apply --server-side -f manifest.yaml

The manifest is rendered as part of the release workflow and based on kustomize. If you want to customize the deployment, you can start from the release/default layer and build your own manifest.

Deploying a basic Supabase instance