Storage Provisioning

There can be two types of provisioning,

  1. static
  2. dynamic

Static where we create pv and setup all the volume configurations such as which volume implementation to use (volume plugin) etc, manually.

In Dynamic cluster admin provide abstractions which can be used in pvc that creates pv and assigns them to corresponding pvc. These abstractions are called storage classes.