Skip to content

Persistent Volume Claims view#

In the Persistent Volume Claims view, you can manage Kubernetes PersistentVolumeClaims (PVCs), which are used to request storage resources within your cluster. See Kubernetes documentation: Persistent Volumes for details.

The Persistent Volume Claims table lists the cluster PVCs. You can click the list items and open the details panel with comprehensive information and various options. The Namespace drop-down list filters the cluster objects by namespaces. You can also search for a specific item using the Search Persistent Volume Claims input field.

You can resize and reorder the table columns. Drag the column border in the table header to change the width. To change the column position, drag its header left or right. Also, you can sort objects in ascending or descending order by clicking the header of a column and configure the column visibility. By default, the table consists of the following columns:

Note

The table content can be exported in the CSV file format.

Column Description
Name The name of the PVC.
Namespace The namespace in which the PVC is claimed.
Storage Class The class of storage used by the PVC.
Size The requested size of the PVC.
Pods The number of pods using the PVC.
Age The age of the PVC since creation.
Status The current status of the PVC, indicating whether it is Bound or Pending.
More Actions Clicking on the button opens a drop-down list with the following actions:
  • Edit

    Changes the configuration of the PVC.

  • Delete

    Removes the PVC.