Storage¶
Block, file and S3 object storage provisioned through CSI drivers. Applications request
storage with a PersistentVolumeClaim or an ObjectBucketClaim; the platform
provisions, binds and attaches it.
The three types are three access contracts, not three quality levels โ moving between them
is a StorageClass change rather than an application rewrite.
| Type | Access mode | Typical use |
|---|---|---|
| Block | ReadWriteOnce |
Databases, message brokers, VM disks |
| File | ReadWriteMany |
Shared document roots, upload directories |
| Object | S3 over HTTPS | Backups, artifacts, datasets, model weights |
What this section will cover¶
- Available StorageClasses and their characteristics
- Snapshots, clones and online expansion
- Cross-zone replication and durability
- S3 endpoints and credentials
Scaffold status
This is a placeholder. Capabilities, limits and configuration reference are written here once confirmed against the platform โ deliberately not copied from marketing pages, which move independently of these docs.