|
|
|
|
|
by externalreality
2637 days ago
|
|
> Why are containers any more dangerous/vulnerable/prone to leaks than deploying say... a standalone REST API not in a container? Its not about one service, its about n services running on the same resource partitioned hardware. If one gets compromised how likely is that to affect other services running on other partitions. Containers (High, shared kernel), Unikernels (Lower, different kernel, hardware supported isolation - almost like running n different physical machines). |
|
We can play with risk estimation, but in practice, both containers and VMs were affected by memory sharing failures already. We know that syscall/ioctl issues exist. And we know that virtualisation issues exist.