dragonflydb / dragonfly-operator

A Kubernetes operator to install and manage Dragonfly instances.
https://www.dragonflydb.io/docs/managing-dragonfly/operator/installation
Apache License 2.0
131 stars 28 forks source link

Add a load balanced service readonly service over replicas #142

Open ashotland opened 8 months ago

ashotland commented 8 months ago

useful for system with so many connections that exceeds a single container limit

Context: https://discordapp.com/channels/981533931486724126/1195230141505343571

ashotland commented 8 months ago

Another request for the same reason

https://discordapp.com/channels/981533931486724126/1195623254308687933

parera10 commented 7 months ago

I support this request too.

danielloader commented 5 days ago

Also handy for AZ locality, in EKS if I have 3 zonally distributed backends hammering dragonflydb, having read replicas in each zone would reduce the cost and latency for read only requests at scale by ideally being on the same nodes but next best being in the same availability zone.