Kubernetes Storage - PV & PVC
What is a PersistentVolume (PV)?
A PersistentVolume (PV) is a piece of storage in the Kubernetes cluster that has been provisioned by an admin (statically) or dynamically provisioned using StorageClasses.
Think of it like a pre-configured EBS volume,...
bittublog.hashnode.dev9 min read