Storage Class
While using Persistent Volumes (PV) & Persistent Volume Claims (PVC) we need to ensure that the PV is provisioned on the Cloud Storage Provider, this would mean that we have to manually provision the disk everytime we have a PV or PVC, this does not work when we want to scale, to mitigate this using Storage Class we can dynamically provision the PV when a PVC is made
We can use any cloud provider that implements the Container Storage Interface (CSI) and