pv and pvc in kubernetes

How to create PV and PVC in Kubernetes

Reading Time: 3 minutes Pods are made up of multiple containers, so when volume attach to the pod all the containers running inside the pod can access to volume as a result for read and write purpose. Volumes can be store in Virtual machines and Physical machines. We use PV and PVC to provide storage in Kubernetes. Persistent Volume (PV) Kubernetes makes physical storage devices such as our SSDs, Continue Reading