How to install zed?
# spicedb
a
please share detailed steps for production deployment or is there any another way to deploy without kubernetes
v
we recommend using the SpiceDB Operator on a kubernetes environment: https://authzed.com/docs/spicedb/operator Deployments outside of Kubernetes will not be able to leverage dispatch, which is one of the key features that makes SpiceDB scale. Outside Kubernetes we have support for XDS service discovery, but it's undocumented.
v
that is not SpiceDB zeds. Have you checked our installation documentation?
a
i used folllowing steps sudo apt update && sudo apt install -y curl ca-certificates gpg curl https://apt.fury.io/authzed/gpg.key | sudo apt-key add - echo "deb https://apt.fury.io/authzed/ * *" > /etc/apt/sources.list.d/fury.list sudo apt update && sudo apt install -y zed
i am using ubuntu
v
well you clearly have another
zed
command installed
a
is there any option available to deploy spicedb as sidecar in kubernetes
v
If you mean if we have any sort of our of the box support - we don't. You could deploy it as a sidecar pointing to the same backing datastore, but dispatching across nodes may not work out of the box. Another option is that if your data does not change often, you could load SpiceDB with static data and the in-memory datastore.