Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 286 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 286 Bytes

redis-k8s

Redis cluster setup for Kubernetes using Debian Jessie.

Usage

kubectl create -f redis.yaml

Note

Redis clusters cannot have fewer than 6 nodes. If you set replicas to a value lower than 6, all nodes will stay in master mode and will not join a cluster.