Redis HA Cluster Boot script
Setup a HA redis cluster by redis-executor.
make build-redis-executor
Built though by docker container.
redis-executor server -l ${DEBUG_LEVEL} \
--configFile /etc/redis/redis-executor.conf
We can using redis-executor
to lanuch a HA redis cluster, redis-executor
will setup as a Appropriate roles:
It is more robust than https://github.com/kubernetes/kubernetes/blob/master/examples/storage/redis/image/run.sh.