Hello! I'm trying to run spicedb using Kubernetes....
# spicedb
n
Hello! I'm trying to run spicedb using Kubernetes. I spun up an RDS Aurora cluster to use as the datastore. Then spun up the server... but I'm getting an error saying:
in-memory datastore is not persistent and not feasible to run in a high availability fashion
Which means that it isn't actually connecting to the datastore. I was attempting to follow this example: https://github.com/authzed/examples/blob/main/kubernetes/example.yaml#L113-L117, so I added the value as being the URI for the RDS Aurora Cluster. Is there something else needed to get the server to talk to the DB?