I am trying to setup a redis cluster without persistence on a kubernetes cluster. Is there a way I can do that without persistence volume. I need auto recovery after pod reboot. is there an easy way to do that ?
Tried out updating node info with a script on startup which doesn't really work as the rebooted pod comes up with a new static private ip. fyi i have created a stateful set and a configmap referred here: https://github.com/rustudorcalin/deploying-redis-cluster and the empty dir setup for volumes. ref: https://kubernetes.io/docs/tasks/configure-pod-container/configure-volume-storage/