redis-cluster
redis-cluster copied to clipboard
Redis Cluster setup running on Kubernetes
redis5.0.4 problem with GOSSIP hi ,when i use redis5.0.4 to create cluster in k8s. meet gossip error. when redis-cli --cluster create *** command, connect node with 172.20.17.0:16379 in log. is...
First of all - THANKS! You saved me a bunch of time! I had an issue with deploying the cluster initially and thought I'd share it. I don't have a...
It should be $(HOSTNAME) but not $(hostname) in both readinessProbe and livenessProbe part of redis-cluster.yml. I think $(hostname) will be resolved as empty string which makes the redis-cli command ends...
This is a nice clean example of redis cluster running in k8s. The one challenge is the cluster initialization and adding/removing nodes. Is there any clean self-managing (i.e. autonomous) way...