This repository was archived by the owner on May 12, 2021. It is now read-only.
This repository was archived by the owner on May 12, 2021. It is now read-only.
Firecracker Limitation: volume support #1071
Closed
Description
Description of problem
Firecracker today does not have support for host to guest file sharing. Kata achieves minimal file sharing by copying files from host to guest.
Critical kubernetes features like tokens, secrets, configmaps are typically volumes mapping to host side directories with files (and symlinks).
We need to find a method to handle common kubernetes volumes mounts using copy.
This may help us handle short lived PODs that may not need to handle updates (like FaaS usages).