Kubernetes Storage and Kubernetes Security
Kubernetes Storage:
Persistent volume:
A persistent volume is a cluster-wide storage resource. It is a piece of networked storage that has been provisioned for use by applications running in the cluster. The PV is created separately from the Pod tha...
shubhammore.hashnode.dev4 min read