SpiceDB Operator
The official Kubernetes operator for SpiceDB. Create, manage, and scale clusters from a single resource, migrate datastores without downtime, and follow release channels instead of chasing versions.
apiVersion: authzed.com/v1alpha1kind: SpiceDBClustermetadata: name: stagingprodspec: config: replicas: 33 datastoreEngine: cockroachdbpostgres secretName: staging-spicedb-configprod-spicedb-configDay 1 and day 2
The operator owns the parts of running SpiceDB that are easy to get wrong the first time and tedious every time after.
Built on controller-idioms, the controller library behind AuthZed's own managed services.
Create, manage, and scale a SpiceDB cluster from a single Kubernetes resource.
Run datastore migrations without taking the permissions system offline, whichever datastore you are on.
Pin a cluster to a release channel and let the operator roll updates out for you.
Built by the Operator Framework creators on top of the controller-idioms library.
Alongside