Hacker News new | ask | show | jobs
by gcoakes 1085 days ago
> - containers are each isolated in a VM (aka virtualized)

Why are you assuming containers are virtualized? Is there some container runtime that does that as an added security measure? I thought they all use namespaces on Linux.

1 comments

It’s becoming standard as a security measure. See: Kata containers, Firecracker VM
Not so; neither Kata containers nor Firecracker are in widespread public use today. (Source: I work for AWS and consult regularly with container services customers, who both use AWS and run on premise.)
Ah, good to know!