Skip to content
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

[Feature] Add HA mode to RedisReplication #1003

Open
drivebyer opened this issue Jun 21, 2024 · 0 comments
Open

[Feature] Add HA mode to RedisReplication #1003

drivebyer opened this issue Jun 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@drivebyer
Copy link
Collaborator

Is your feature request related to a problem? Please describe.

  1. For users, if we want to deploy Redis in HA mode, we need to deploy both Redis Replication and Redis Sentinel. It's hard to maintain.
  2. For developers, it's challenging to maintain the status of the two resources, such as when Redis Replication failover. We need to configure the Sentinels to monitor the actual master.

Describe the solution you'd like
We can add optional values to RedisReplication, such as haMode *bool. When set to true, we need to create a sentinel for RedisReplication.

Describe alternatives you've considered

What version of redis-operator are you using?

redis-operator version:

Additional context

@drivebyer drivebyer added the enhancement New feature or request label Jun 21, 2024
@drivebyer drivebyer self-assigned this Jun 21, 2024
@drivebyer drivebyer changed the title [Feature] Add sentinel deployment to redisreplication mode [Feature] Add HA mode to RedisReplication Jun 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant