Blog
How to use Kubernetes Storage Class for Dynamic Provisioning?
PersistentVolumes & PersistentVolumeClaims make it quite easy to provision persistent storage in Kubernetes. They shield the developer from dealing with the underlying storage technology. However, a cluster admin has to provision the actual storage up front. Kubernetes can also perform this job by means of Storage Class. By using StorageClass Read more…