Hacker News new | ask | show | jobs
by waz0wski 38 days ago
That's the direction container runtimes are trending

Amazon has been doing it with Firecracker for a while and Kata containers is another popular one

https://github.com/firecracker-microvm/firecracker

https://github.com/kata-containers/kata-containers

2 comments

I did the same. Claude coded my own solution.

https://github.com/matheusmoreira/virtdev

It's been working really well. Use it every day. Just make some machines and ssh in.

I think Google took a different approach with gVisor and limited userspace kernel interface, tradeoffs...