> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/guidance-for-individual/deka-gpu/deka-gpu-kubernetes/storages.md).

# Storages

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

<figure><img src="https://lh7-rt.googleusercontent.com/docsz/AD_4nXevWc5SNV2zvh6aQ9niATscggy51aYmasiItDMb9oulAMM8re5Jzl_PEwvLm2JsoMZv0Og0YOHTnxWoukcMQxZqUX-3d-l53arFJv-aozp-f9ehrb6AgHXoE9iXDeJ55uenCYxh?key=VdqgWGDwyvFHeaI7pMzFzQ" alt=""><figcaption><p>Storages Menu</p></figcaption></figure>

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.&#x20;
* 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.
