redis-cluster-operator icon indicating copy to clipboard operation
redis-cluster-operator copied to clipboard

Cluster Availability from outside the kubernetes

Open lev-stas opened this issue 2 years ago • 0 comments

I am trying to build distributed cluster which is available from outside of kubernetes. But I don't understand how to do it. If I am creating custom load balancer service with external IP, it connects randomly to any cluster instance. But cluster announcement is realized based on pods internal ip, and I can't be redirected to another instance. If it is possible to announce cluster using service name, it would be much easier to redirect ingress to certain service. Or maybe there is another way to make cluster available from external resources.

lev-stas avatar May 02 '22 19:05 lev-stas