# Storage for Redpanda in Kubernetes

> For the complete documentation index, see [llms.txt](https://docs.redpanda.com/llms.txt). Component-specific: [streaming-full.txt](https://docs.redpanda.com/streaming-full.txt)

---
title: Storage for Redpanda in Kubernetes
latest-redpanda-tag: v26.1.9
latest-console-tag: v3.7.3
latest-operator-version: v26.1.4
# EOL = End-of-Life (support lifecycle status)
page-is-nearing-eol: "false"
page-is-past-eol: "false"
page-eol-date: March 31, 2027
latest-connect-version: 4.93.0
docname: kubernetes/storage/index
page-component-name: streaming
page-version: "26.1"
page-component-version: "26.1"
page-component-title: Streaming
page-relative-src-path: kubernetes/storage/index.adoc
page-edit-url: https://github.com/redpanda-data/docs/edit/main/modules/manage/pages/kubernetes/storage/index.adoc
description: Find information about Redpanda storage in Kubernetes.
page-git-created-date: "2023-09-27"
page-git-modified-date: "2025-05-15"
support-status: supported
---

<!-- Source: https://docs.redpanda.com/streaming/current/manage/kubernetes/storage.md -->

Find information about Redpanda storage in Kubernetes.

-   [Supported Volume Types for Data in Redpanda](k-volume-types/)

    Understand the three Kubernetes volume types supported by Redpanda, their lifecycles, use cases, storage locations, and their suitability for different Redpanda data requirements.

-   [Configure Storage for the Redpanda data directory in Kubernetes](k-configure-storage/)

    Configure Redpanda to store the data directory in PersistentVolumes, `hostPath` volumes, or `emptyDir` volumes.

-   [Expand PersistentVolumes](k-resize-persistentvolumes/)

    Learn how to expand the size of your PersistentVolumes to give Redpanda brokers more storage capacity.

-   [Delete PersistentVolumes in Kubernetes](k-delete-persistentvolume/)

    Learn how to delete a PersistentVolume (PV) before removing a broker and its data from the cluster or to perform maintenance or upgrades on the PersistentVolume.