KeyDB icon indicating copy to clipboard operation
KeyDB copied to clipboard

[Documentation] I can't find multi-site HA documentation

Open JWThorne opened this issue 2 years ago • 1 comments

I need a pointer into documentation.

I have a workload running on redis, and I want multi-master, and I'm in kubernetes using the redis cluster chart from bitnami.

What I want to have is highly available, highly performant, multi-master, multi-data centre. That's actually a tall order, I know.

Was curious if there's a way to have 3 pods in one DC, with failover or multi-master high availability between the local pods, persistence to PV/PVC and 3 pods in other DC, also persistence to PV/PVC and so if we write a key value in the first dc it shows up in the other DC in a few seconds or less.

Especially I want the client pods in first DC to not attempt connection to the second DC because the network latency is relatively high, so within each DC I want the instances to provide local HA.

JWThorne avatar Dec 15 '23 17:12 JWThorne

I have an almost identical setup for one of my clients that I mentioned back in this comment: https://github.com/Snapchat/KeyDB/issues/643#issuecomment-1551166263

Does that help you?

frankfil avatar Jan 16 '24 22:01 frankfil