Skip to content

Kubernetes Redis as Stateful Set With Sentinel

Notifications You must be signed in to change notification settings

watchly/redis-stateful-set

 
 

Repository files navigation

Redis as Stateful Set With Sentinel

Kubernetes Version: 1.5.2

Redis Version: 3.2

Building the Docker image (not required)

docker build -t <tagname> .

Setting up dynamic volume provisioning

kubectl create -f storage.yml

Running the cluster

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

About

Kubernetes Redis as Stateful Set With Sentinel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 81.8%
  • JavaScript 18.2%