RocksLabs / kvrocks-operator

Apache License 2.0
36 stars 15 forks source link

Compatibility with multi A-Z clusters #64

Open kinoute opened 9 months ago

kinoute commented 9 months ago

Hello,

I was wondering what would be the best way to deploy KvRocks as a cluster in a multi A-Z Kubernetes cluster? We have a cluster with various nodes pools set in different zones in the same region and was wondering how to use KvRocks like that, with the Helm chart if possible.

We had difficulties with the Redis operator because it was as a StatefulSet and the master & replica are set in the same zone. Somebody created a custom redis-operator to bypass this problem (article: https://medium.com/payu-engineering/why-we-built-our-own-k8s-redis-operator-part-1-1a8cdce92412), this could help.

Thanks for your help!