Overview of Supabase Kubernetes deployment approaches
mainThere are two primary ways to run Supabase on a Kubernetes cluster:
- Supabase Kubernetes Operator: A Kubernetes-native approach using Custom Resources (
core.supabase.io/v1alpha1). This allows you to manage Supabase through modular resources. Note that the Operator is in early development and its API may change. - Supabase Helm Chart: A traditional deployment method using Helm charts. Detailed information can be found in the
charts/supabasedirectory.