spotahome / redis-operator

Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
Apache License 2.0
1.52k stars 363 forks source link

I want to access my rfr from kubernetes cluster outside #478

Closed noahge closed 2 years ago

noahge commented 2 years ago

I use istio gateway, I got my redis master ip through sentinel Because rfr does not set up headless services, I can't use istio route it to correct service

Is any solution?