Support loading container images from a secondary disk attached to a kubernetes node #283
Open
1 task done
Labels
enhancement
New feature or request
What is the version of your Accelerated Container Image
No response
What would you like to be added?
Have the option to load container images which are pre-loaded on a secondary disk that is attached to the node.
Overlaybd needs to:
Why is this needed for Accelerated Container Image?
Very large container images that need most data to be loaded at the start (particularly for deep learning workloads):
Workloads like inference with large language models need most of the container image loaded to memory, before serving traffic. In these cases, having the ability to attach a secondary disk to the node can speed up the process. If there are updates to the container image, then we still need to be able to only download the difference in content needed, and in an on-demand manner.
Air-gapped nodes:
If there are networking restrictions in downloading from a remote registry because of security reasons, for instance, then being able to use container images attached from a secondary disk will be useful.
Are you willing to submit PRs to contribute to this feature?
The text was updated successfully, but these errors were encountered: