In the last article of the Kubernetes series, we learned how to configure a pod, create ConfigMaps, Secrets, and Service accounts. In this article, we will explore Volumes, particularly Persistent Volumes. What’s the difference? Let’s dive right in. Each pod created has its own storage. That storage lives and dies…