Storage and Persistence in Kubernetes and OpenShift: An Introduction
One of the biggest mental shifts when moving to Kubernetes and OpenShift is understanding what happens to your data. Containers are ephemeral.Pods are disposable.Nodes come and go. So where does your data live? This post introduces how storage and persistence work in Kubernetes and OpenShift, and why they’re so different from traditional virtual machines. The…
