Skip to content

Persistent Volumes Claims

Persistent Volume Claim (PVC) is a way for users to request persistent storage in Kubernetes. Users define a PVC to specify storage requirements, and the system automatically matches and binds to an appropriate Persistent Volume (PV). Pods use the storage through the PVC.

For more information, see Persistent Volumes Claims

List

Navigate to Infrastructure > Containers, then click Kubernetes > Persistent Volumes Claims in the upper-left corner of the page to view all Persistent Volume Claims information retained in the workspace, including the cluster, namespace, Pod status, storage class name, access mode, running duration, etc.

Details

Click a row in the list to open its detail page.

Basic Attributes

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

  • Click PV Name / Status to perform the following operations:
Operation Description
Filter by field value Adds the field to the explorer to view all data related to that field.
Invert filter by field value Adds the field to the explorer to view data excluding that field.
Add to display columns Adds the field to the explorer for viewing.
Copy Copies the field value to the clipboard.
  • Tags

Tags are automatically uploaded with the Persistent Volume Claim information by default. Existing tags can be used for quick filtering to display data with the same tags in the Persistent Volume Claims object list.

Feedback

Is this page helpful?