the `dispatch` here refers to a named port on the ...
# spicedb
j
the
dispatch
here refers to a named port on the kubernetes service, and
spicedb
refers to the service name
r
Just curious if the dispatcher works with membdb ? Or I need to configure some external db ? I exactly followed the below steps : 1. apply this https://raw.githubusercontent.com/authzed/spicedb/main/k8s/example.yaml 2. Use
Copy code
kubectl port-forward deployment/spicedb 8443:8443
3. Run HTTP apis from postman , read , write delete which wokrs but check fails.
e
dispatch doesn't work with memdb
r
ah ok !
e
for a cluster to work you need to have multiple nodes talking to the same backing datastore