You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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!
The text was updated successfully, but these errors were encountered: