What you can do with Shared Storage
- mount one persistent volume across multiple endpoints
- share a volume within the same project
- allow multiple replicas in one endpoint to use the same volume
How to use Shared Storage
1. Create a new volume
When creating an endpoint, you can create and attach a new persistent volume.
2. Attach an existing volume
You can mount the same existing volume to another endpoint and share it across endpoints.
3. Share one volume across multiple replicas
Multiple replicas in one endpoint can share the same volume.

