You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I feel like there should be type of volume that is ephemeral, the moment the tasks are stopped, it gets removed and wiped.
Something similar to K8S' emptyDir.
For example;
This allows two tasks to share a volume and fast without having to create a host volume or having something persistent.
Use-cases
Inter-task communication, especially when it's between prestart, poststart and a main task. It facilitates the choice on where to mount the ephemeral volume instead of having alloc and managing the movement of directories.
Attempted Solutions
None
The text was updated successfully, but these errors were encountered:
Proposal
I feel like there should be type of volume that is ephemeral, the moment the tasks are stopped, it gets removed and wiped.
Something similar to K8S'
emptyDir
.For example;
This allows two tasks to share a volume and fast without having to create a host volume or having something persistent.
Use-cases
Inter-task communication, especially when it's between prestart, poststart and a main task. It facilitates the choice on where to mount the ephemeral volume instead of having
alloc
and managing the movement of directories.Attempted Solutions
None
The text was updated successfully, but these errors were encountered: