My VM is lighter (and safer) than your container (2017)
1–10 of 111 posts
Re: My VM is lighter (and safer) than your container (2017)
#2Re: My VM is lighter (and safer) than your container (2017)
#3Re: My VM is lighter (and safer) than your container (2017)
#4Re: My VM is lighter (and safer) than your container (2017)
#5Without folder sharing with dockers for example, it would be pretty useless.
Re: My VM is lighter (and safer) than your container (2017)
#6Re: My VM is lighter (and safer) than your container (2017)
#7Sometimes the less strict separation is a feature, not a bug. Without folder sharing with dockers for example, it would be pretty useless.
Re: My VM is lighter (and safer) than your container (2017)
#8The article is light on detail. Containers and VMs have different use cases. If you self host lightweight VMs is likely the better path, however, once you in the cloud most managed services only provide support for containers.
Re: My VM is lighter (and safer) than your container (2017)
#9This paper references consistently mischaracterizes AWS Lambda as a "Container as a Service" technology, when in fact it is exactly the sort of lightweight VM that they are describing - https://aws.amazon.com/blogs/aws/firecracker-lightweight-vir...
> When we first built AWS Lambda, we chose to use Linux containers to isolate functions, and virtualization to isolate between customer accounts. In other words, multiple functions for the same customer would run inside a single VM, but workloads for different customers always run in different VMs. We were unsatisfied with this approach for several reasons, including the necessity of trading off between security and compatibility that containers represent, and the difficulties of efficiently packing workloads onto fixed-size VMs.
And a bit about the timeline:
> Firecracker has been used in production in Lambda since 2018, where it powers millions of workloads and trillions of requests per month.
Re: My VM is lighter (and safer) than your container (2017)
#10This paper references consistently mischaracterizes AWS Lambda as a "Container as a Service" technology, when in fact it is exactly the sort of lightweight VM that they are describing - https://aws.amazon.com/blogs/aws/firecracker-lightweight-vir...