Persistent Volume Claims

This section explains how to manage Persistent Volume Claims (PVC).

A Persistent Volume Claim defines the requirements for storage resources. The system creates a storage area in the backend storage system based on the Persistent Volume Claim, making it available for containers. Each storage area corresponds to a Persistent Volume in KubeSphere.

Create PVCs

Explain how to create a Persistent Volume Claim.

View PVC List

Explain how to view the list of Persistent Volume Claims.

View PVC Details

Explain how to view details of a Persistent Volume Claim.

Clone Persistent Volumes

Explain how to clone a Persistent Volume.

Expand Persistent Volumes

Learn how to expand the capacity of a Persistent Volume.

Edit PVC Information

Introduce how to edit the basic information of a Persistent Volume Claim.

Delete PVCs

Introduce how to delete a Persistent Volume Claim.