Skip to content

Persistent Volumes Claims


A Persistent Volume Claim (PVC) is a way for users to request persistent storage in Kubernetes. Users define PVCs to specify storage requirements, and the system automatically matches and binds them to appropriate Persistent Volumes (PVs). Pods use storage via PVCs.

For more information, refer to Persistent Volumes Claims

List

Go to Infrastructure > CONTAINERS, and in the top-left corner of the page, click to enter Kubernetes > Persistent Volumes Claims to view all Persistent Volumes Claims information retained within the space, including the associated cluster, namespace, Pod status, storage class name, access mode, runtime duration, etc.

Details

Click on a data entry in the list to pull out its details page.

Basic Attributes

View the PV name, status, and extended attributes of this Persistent Volume Claim.

  • Click PV Name/Status, and you can perform the following actions:
Action Description
Filter field value Adds this field to the Explorer to view all data related to this field.
Inverse filter field value Adds this field to the Explorer to view all data except for this field.
Add to display column Adds this field to the Explorer for viewing.
Copy Copies this field to the clipboard.
  • Labels

Uploaded automatically along with Persistent Volumes Claims information by default. Existing labels can be used to filter and display data with the same labels in the Persistent Volumes Claims object list through quick filtering.

Feedback

Is this page helpful? ×