Replies: 1 comment 1 reply
-
Hi @JWThorne May I ask for more details about your setup? How do you (plan to?) use Redis / Dragonfly, and what kind of load to you anticipate? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need highly available, multisite Redis or Redis equivalent key value store. Is there a way to deploy a dragonfly with high availability and high throughput in multiple sites?
Here's the problem. I need short term, ephemeral transactional data to be eventually consistent in two sites that are 4500 km apart, so we would want apps in the first location to only talk to the local instances. My RTO/RPO would need to be measured in seconds or minutes at most. We don't really need persistence, per se. I have VPN connectivity between the two sites. Its sensitive data so we currently aren't allowed to put it in a public cloud.
As we have a kubernetes based system, we have to have it so the local sites have their own redundancy so we can put nodes into maintenance, etc. We don't use vmware or other virtualization, we are strictly bare metal kubernetes.
Beta Was this translation helpful? Give feedback.
All reactions