redis-operator
redis-operator copied to clipboard
Support cluster with hostname in incoming redis 7
Is there any plan to support incoming redis 7 cluster with hostname support (as specified in https://github.com/redis/redis/pull/9530) ? This will be a great improvement for redis cluster in k8s.
https://github.com/OT-CONTAINER-KIT/redis-operator/blob/master/k8sutils/redis.go (line 29) In the code, the cluster create command is configured as podip when configuring the cluster. We confirmed that cluster creation is possible with DNS using deployment and headless service with redis 7 image. Do you plan to add more in the future?