Make things persistent
· ☕ 5 min read
References Persistent Volumes | Kubernetes Dynamic Volume Provisioning | Kubernetes Storage Classes | Kubernetes Kubernetes Volumes explained | Persistent Volume, Persistent Volume Claim & Storage Class - YouTube As you may know, docker (and thus, kubernetes) does not persist anything by default. That means that everytime you restart a pod (container), it is in the exact same state as it was at its first execution, except for the mount points.