|
|
|
|
|
by MuffinFlavored
2637 days ago
|
|
> From experience I can tell you that Dev-Ops with containers can be a nightmare and a half costing companies heavily. 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).