# 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.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.cloudeka.ai/guidance-for-individual/deka-gpu/deka-gpu-kubernetes/storages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
