Ray jobs often need persistent storage for datasets, checkpoints, and logs. The standard Kubernetes options apply:Documentation Index
Fetch the complete documentation index at: https://ray-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
emptyDir, PersistentVolumeClaim, hostPath, and CSI-backed object storage.
PVC
Object storage
Use the cloud’s CSI driver to mount S3 / GCS / Azure Blob as a filesystem, or call them directly from your Python code (s3fs, gcsfs). For GKE, the GCS Fuse CSI driver mounts a bucket as a directory:Shared filesystems
For NFS, EFS, or FSx for Lustre:Object spilling
When the object store fills, Ray spills cold objects to disk. Pick a fast scratch location:Best practices
Next steps
Configuration
Pod-level settings.
Troubleshooting
Common storage issues.