Hacker News new | ask | show | jobs
by sealthedeal 2567 days ago
What would an ideal re-world scenario look like for using these micro vms?
1 comments

Docker containers don't have a robust security boundary, due to the kernel sharing that they do. These micro VMs combine the low resource cost of a container with the solid security boundary of a VM, which is very useful in a multi tenant architecture.

AWS Fargate and AWS Lambda run entirely on micro VMs.