Creating and Attaching Persistent Storage in Kubernetes
In this blog post, we will walk through the step to create Persistent Volume (PV) and a Persistent Volume Claim (PVC) in Kubernetes, and then attaching them to a Deployment so that we can mount host path to the path of containers running. It is essen...
kubernetes-by-gaurav.hashnode.dev2 min read