Kubernetes Storage Classes - Using NFS storage class for dynamic allocation of storage to pods.
networknutsdotnet networknutsdotnet
32.2K subscribers
2,298 views
0

 Published On Sep 28, 2023

A StorageClass is a Kubernetes resource that enables dynamic storage provisioning. The administrator configures the StorageClass, which can then no longer be modified. First the StorageClass is created, then the PersistentVolumeClaim and finally the Pod. When a PVC is created, Kubernetes creates a PersistentVolume and binds it to the PVC automatically, depending on the VolumeBindingMode used in the StorageClass configuration. These three Kubernetes objects are required to check the test case of a StorageClass.

Good understanding of how storageclass help kubernetes administrators in dynamically allocating and using storage for applications is must.

In this video we will cover:

00:00-12:25 - Understanding need of storage classes
12:26-17:40 - Installing & Configuring NFS Server
17:41-21:43 - Installing helm, nfs provisioner & StorageClass
21:44-21:18 - Creating Persistent Volume Claim for storage request from StorageClass
21:19-31:00 - Creating Deployment which uses PVC for data storage

Visit us - https://networknuts.net
Social - #networknuts

show more

Share/Embed