|
|
|
|
|
by pcnix
2567 days ago
|
|
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. |
|