Page cover
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Storages

Storages in Kubernetes are used to manage various aspects of storage required by applications running in a cluster.

Storages Menu

There are two tabs on the Storages page

  • Persistent Volumes are storage resources in a cluster that are pre-created and available for use by users.

  • Persistent Volume Claim is a request for storage by a user. PVCs are similar to pods in the context of compute resources. Pods consume node resources, while PVCs consume PV resources.

Last updated