# Storage
*Since version v.2.13.0
TIP
During this tutorial you'll learn how to manage Storage on Kubernetes.
- Level: beginner
- Requirements: default StorageClass
- Previous Tutorials Series: Workloads
- Can run on Cluster: any
- Can run on Namespace: any
Storage describes the management of mounting volumes on running instances, useful for stateful applications that want persistence of disk data across restarts or upgrades.
# Tutorials
Choose your Tutorial that you want to begin from the list below:
Name | Description | Features |
---|---|---|
Claims | Configure StatefulSet with Claim |
WARNING
You need to have a default StorageClass configured in your cluster so that Claims can be provisioned.