The Kubernetes Persistent Volume Subsystem
Let's discuss the Kubernetes persistent volume subsystem.
We'll cover the following
Introduction
From a day-to-day perspective, this is where you’ll spend most of your time configuring and interacting with Kubernetes storage.
You start out with raw storage on the left of the figure below. This plugs in to Kubernetes via a CSI plugin. You then use the resources provided by the persistent volume subsystem to leverage and use the storage in your apps.
Get hands-on with 1200+ tech skills courses.