-
Notifications
You must be signed in to change notification settings - Fork 116
Integrate Unikernels runtime by using frakti #99
Comments
This is an awesome and challenging idea, hope to take this as my project in GSOC 2017 which I've already applied for. I am writing a proposal draft for this, will be glad if frakti maintainer could review for me later. |
Note that https://github.com/linuxkit/linuxkit seems to be an [Not a task in this topic, just a very useful reference that can even been integrated in] |
@resouer LinuxKit doesn't 'replace' unikernels. The philosophy is similar but they're different things. |
@amirmc Thanks for reminding, we are aware of that and I just update the comment to avoid misleading. |
This is the unikernel integration proposal I submitted to GSoC, I just added image management section to it. Please leave some comment if you have any suggestion. |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
/lifecycle frozen |
close due to containerd+kata work |
This is a issue for Google Summer of Code 2017, view docs here.
Frakti is a well-designed CRI implementation for hypervisor-based runtimes, it would be not so hard to have Unikernels runtime into its picture.
A build-in
unikshim
(or any other name) for frakti need to be developed to manage Unikernels workloads.Implementation Tips:
Goals
one-pod-one-container
model is required.Nice To Have
unikshim
.Non Goals
emptyDir
andhostPath
.The text was updated successfully, but these errors were encountered: