supabase-operator/docs/components/overview.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

559 B

Overview

Architecture

The following diagram explains the overall architecture of Supabase as it is deployed from this operator:

@from_file:./images/overview.excalidraw

The dashed parts on the left are not managed by this operator but illustrate how traffic can be routed to the Supabase instance.

Core

The Core custom resource (CR) is the basic resource that - if not in an 'edge case' (pun intended) - configures all basic aspects of a Supabase instance:

  • PostgREST API
  • Supabase Auth
  • initial database migrations