-
-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"replication-master-service" label is not appear at redis master role pod #765
Comments
If you want to connect to master redis, you can seek help from sentinel. plz see: https://redis.io/docs/management/sentinel/#obtaining-the-address-of-the-current-master |
Thank you for your answer. |
Understood. Certainly, if we were to have such a feature, it would be much better. |
Hello,
In this way, the redis client pod on kubernetes cluster can update to the master pod without sentinel client function. If the master pod fails down, slave/replica pod will takes over master pod. the redis-operator inspects redis role such as master or slave continously and write current role to the label. How do you think this idea ? |
Describe your question
Could you tell me how to appropriate HA configuration of Redis operator ?
redis-operator version: 0.15.1
Additional context
We are very appreciate your project to provide good Redis operator!
We seeking Redis HA configuration to use productucion. and then, I read this #453
I am evaluating redis-replication plus redis-sentinel with your operator as HA-Redis.
our configuration in below.
Master is redis-replication-0, Slave are redis-replication-1/2
In my expectation to appear "replication-master-service" label at master role pod, but I can not find it at redis-replication-* pods.
sentinels seems to be working well.
The text was updated successfully, but these errors were encountered: