How to keep redis database pod running in kubernetes
I created a pod which serve redis database and i want to leave it running when complete. Containers are meant to run to completion. Do i need to create and infinity loop which never ends ? apiVersion: v1 kind: Pod…