Open Source Cloud and DevOps

Persist data in the kubernetes using volumes

Storage requirements in k8s cluster

Need for storage to persist without dependency on the pod lifecycle Storage availablity on all nodes Storage needs to survive even if cluster crashes


Persistent Volume - created using YAML file Actual storage can reside anywhere, and needs to be managed and maintained separately from existing kubernetes cluster or persistent volumes.