Questions tagged [redis-ha]

4 questions
4
votes
2 answers

Minikube external registry Failed to pull image redis-ha

Working on getting development environment setup in Minikube and ran across an issue pulling images from the https://quay.io/v2/ registry. I have ran the command: eval $(minikube docker-env) . Which allows me to build my local Dockerfile in…
afreeland
  • 3,889
  • 3
  • 31
  • 42
3
votes
1 answer

redis-ha in kubernetes cannot failover back to master

I am trying to create a simple redis high availability setup with 1 master, 1 slave and 2 sentinels. The setup works perfectly when failing over from redis-master to redis-slave. When redis-master recovers, it correctly register itself as slave to…
marcoseu
  • 3,892
  • 2
  • 16
  • 35
0
votes
0 answers

Redis sentinel auto discovery in Docker not working

The current environment is as below, Host 1: Master in Docker Container + Sentinel in separate Docker Container Host 2: Replica in Docker Container + Sentinel in separate Docker Container Host 3: Sentinel in Docker Container Replication is working…
0
votes
1 answer

Redis-HA helm chart with persistancy enabled synch problem

Currently, we are running persistancy enabled redis-ha with 3 replica (https://github.com/helm/charts/tree/master/stable/redis-ha v4.4.4) on kubernetes(RKE - on prem) with longhorn storage class, for some unknown reasons master and slave cant sync.…
aekiratli
  • 518
  • 7
  • 18