>

Base Layer EP 05: Sohan Maheshwar on You Can't Secure AI With More AI

[Listen now]

SpiceDB Operator

Run SpiceDB on Kubernetes without the toil.

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.

cluster.yaml1 resource
apiVersion: authzed.com/v1alpha1kind: SpiceDBClustermetadata:  name: prodspec:  config:    replicas: 3    datastoreEngine: postgres  secretName: prod-spicedb-config
$ kubectl apply -f cluster.yaml
spicedbcluster.authzed.com/prod created

Deploy SpiceDB on Kubernetes

Install the operator with kubectl, then describe the cluster you want and let it converge.

Free and open source. Questions are welcome on the AuthZed Discord.