k8 by example -- straight to the point, simple execution.
git clone https://github.com/mateothegreat/k8-byexamples-redis-cluster && cd k8-byexamples-redis-cluster
git submodule update --init
make install
kubectl scale rc redis --replicas=3
kubectl scale rc redis-sentinel --replicas=3