redis-operator
redis-operator copied to clipboard
Is there support for replication without sharding?
When I try the below I get:
RedisCluster.redis.redis.opstreelabs.in "redis-primary" is invalid: spec.redisLeader.replicas: Invalid value: 1: spec.redisLeader.replicas in body should be greater than or equal to 3
redisCluster:
clusterSize: 3
image: quay.io/opstree/redis
tag: v5.0.0
imagePullPolicy: IfNotPresent
leader:
replicas: 1
serviceType: ClusterIP
affinity: {}
follower:
replicas: 2
I need an HA cluster spread across 3 AZs (I don't need sharding...), just high availability, can this be achieved with this operator?
Right now, high availability is not supported without sharding but we do have an intent to add this in future.
Thanks @iamabhishek-dubey I tell you my delema, I am OK with using a cluster with sharing, the issue is that as far as I know
Hello! I'm too interested in this functionality. Any plans on it?
@xDFCx I am adding it.
@shubham-cmyk Thank you for all of your hard work. Can you tell me when you plan to release this feature?
https://github.com/OT-CONTAINER-KIT/redis-operator/pull/417