HACKER Q&A
📣 riyakhanna1983

Kernel Containers (security like VMs, perf like LXC)


Frustrated by our own performance challenges with Kata Containers, we have developed a new hypervisor from scratch that can run each Docker container in isolation (i.e., no shared host kernel), and with native performance (i.e., no virtualization runtime overhead or cold starts).

We have been using it internally with K8s for a while now. What's would be the best way to commercialize this technology? We are thinking of licensing it and seeking design partners.


  👤 ATechGuy Accepted Answer ✓
We tried building something similar internally. But we ended up ditching VMs for bare metal. Does your solution require nested virtualization?