Redis operator is not able to differentiate between multiple clusters when run on different ports other than 6379 which is hardcoded. Steps to reproduce: === 1. deploy redis cluster with hostnetwork=true on port 6379. ( operator creates a cluster with all pods running on 6379 and all good) 2. deploy 2nd cluster with hostnetwork=true on port 6389. (operator creates svc for the second cluster with port no:6379 as it is hardcoded here: https://github.com/AmadeusITGroup/Redis-Operator/blob/68f754e90846a5fbcf6efc5edd29abbf29023a16/pkg/controller/service_control.go#L76 ) 3. the operator now gets confused and mixes both the clusters together. [RedisCluster.txt](https://github.com/AmadeusITGroup/Redis-Operator/files/3920412/RedisCluster.txt)