How to Create and Use a Kubernetes Persistent Volume
In this article, I will take you through step by step guide to create and use a Kubernetes persistent volume. Volumes are required mostly by Stateful applications which generates data that needs to be stored somewhere. In this tutorial we will focus on PV and PVC creation and see how a Pod can use PV ... Read more