Skip to main content

PersistentVolumeClaims

PersistentVolumeClaim (PVC) is a request for storage by a user. This resource is similar to Pods. Pods consume node resources and PVCs consume Persistent Volume (PV) resources. Pods can request specific levels of resources (CPU and Memory). Claims can request specific size and access modes (e.g., they can be mounted ReadWriteOnce, ReadOnlyMany or ReadWriteMany. See AccessModes for more information)

Click on the PersistentVolumeClaim to drill down all the claims and select the checkout namespace.

Insights

If you drill down to the namespace checkout you can see the claims and select the respective claims to view the properties associated with it like storage, storage class, and volume mode.

Insights