/redis-stateful-set

Kubernetes Redis as Stateful Set With Sentinel

Primary LanguageShell

Redis as Stateful Set With Sentinel

Kubernetes Version: 1.5.2

Redis Version: 3.2

Building the Docker image

docker build -t <tagname> .

Running the cluster

kubectl create -f primary.yml -f secondary.yml -f sentinel.yml