As in documentation of Kubernetes, it says if we use Storage class then it creates dynamic PV(Persistent Volume) object according to our need and using PVC(persistent volume claim) we can claim that now my question is if I create Storage class object then we still need to create PV object or we can use PVC to claim storage directly from Storage Class Object.
I mean what sense of creating PV objects than?
Object means creating a YAML file of it.