Would Spicedb Community run on CloudNativePG as rdbms #2584
-
|
Will spicedb community run on cloudnativePG? Has anyone tried it? Any gotchas or other special considerations? https://cloudnative-pg.io/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I'll start by saying the SpiceDB team hasn't run a test with CloudnativePG. That said, from a quick look at the docs, nothing suggests this is anything other than an operator to run PostgreSQL in Kubernetes, so it should just work ™️ . We've used internally https://github.com/zalando/postgres-operator for our own development environments, which is essentially the same concept, and it works. |
Beta Was this translation helpful? Give feedback.
I'll start by saying the SpiceDB team hasn't run a test with CloudnativePG. That said, from a quick look at the docs, nothing suggests this is anything other than an operator to run PostgreSQL in Kubernetes, so it should just work ™️ . We've used internally https://github.com/zalando/postgres-operator for our own development environments, which is essentially the same concept, and it works.