K8s personal notes
If you create PV manually(static provisioning) the default reclaim policy is "retain" i.e if pvc is deleted PV is not deleted it will be in RELEASED state
If you create a PV using storage class(dynamic provisioning) then you need to specify reclaimP...
bhuvanchand.hashnode.dev7 min read