redis-k8s
redis-k8s copied to clipboard
Redis cluster setup for Kubernetes using Debian Jessie.
CoreOS operators might be a better fit than sidecars, but there are still PetSet/StatefulSet issues.
Hi. I've tried to get this working so far without success. I have k8s v1.4 so modified the StateSets to PetSets & changed the API version, besides that the yaml...
it runs normal but i cannot get the others cluster nodes for a in $(seq 0 6); do kubectl exec -ti redis-$a --namespace=dipper redis-cli cluster nodes; done Defaulting container name...