sanderploegsma / redis-cluster

Redis Cluster setup running on Kubernetes
https://sanderp.nl/running-redis-cluster-on-kubernetes-e451bda76cad
MIT License
244 stars 132 forks source link

Docker image missing? #5

Closed waltari2001 closed 6 years ago

waltari2001 commented 6 years ago

Hi,

I cannot seem to find the docker image redis-cluster:v1.

varunnayal commented 6 years ago

It is to be buitl using dockerfile present in the repo!!!

sanderploegsma commented 6 years ago

Yes, I explicitly didn't publish the docker image because in general it's better to maintain your own images, unless it's either an official image or very well maintained (I don't consider this one well maintained).

By the way, Redis 5.0 has the redis-trib commands built into redis-cli, so no custom Docker image is needed anymore. I updated the repo to use the latest RC, feel free to check it out.