Two storage options
Block storage for fast single-pod access, or NFS for sharing across pods.
Block Storage
Persistent block storage that attaches directly to your pod. Ideal for checkpoints and workloads requiring fast disk access.
Good for:
NFS Storage
Network file storage mountable to multiple pods simultaneously. Perfect for sharing datasets and models across training jobs.
Good for:
What you get
Storage designed for ML workflows with the features you need.
Fast Storage
SSD-backed storage optimized for ML workloads. Fast enough for training and inference.
Persistent
Data persists when pods stop. Resume training without re-downloading datasets.
Flexible Sizes
Choose the storage size you need. Scale up as your datasets grow.
What you can store
From raw datasets to trained models, keep everything organized and accessible.
Datasets
Store training data that persists across sessions.
Checkpoints
Save training progress to resume later.
Model Weights
Keep models ready for fast loading.
Artifacts
Store logs and outputs from experiments.