Hacker News new | ask | show | jobs
by SpookyChoice 905 days ago
KataContainers and gvisor come to mind. KataContainers really spin up VMs with various optimizations. Gvisor uses a reimplementation of the kernel syscall interface in go, which is also a pretty interesting idea.