The Kubernetes Persistent Volume Subsystem
Explore how Kubernetes manages storage through PersistentVolumes, PersistentVolumeClaims, and StorageClasses. This lesson helps you understand dynamic provisioning with real-world examples to effectively allocate storage for your applications.
We'll cover the following...
We'll cover the following...
Introduction to PersistentVolume subsystem
The PersistentVolume subsystem is a set of API objects that allow applications to request and access storage. It has the following resources that we’ll look at and work with:
PersistentVolumes (PV) ...