Hacker News new | ask | show | jobs
by wmf 4535 days ago
You've eliminated system calls but you have hypercalls; it's not clear whether this is faster than a container-based system that has system calls but no hypercalls.
1 comments

True. Of course one other advantage is that you can run a unikernel on a public cloud. You can of course run OS to serve as a host for containers on a public cloud, but then you have an additional layer of overhead.
I wish there was more experimentation on cloud architecture; VMs aren't the be-all and end-all of the cloud IMO.