Hacker News new | ask | show | jobs
by phoronixrly 1481 days ago
TBH I don't want to expose the native network stack to containers
1 comments

If your concern is kernel attack surface then I have bad news for you. Inside the container's network namespace it's still using standard syscalls. Only on the host side it takes a detour through userspace. So you get all the downsides, none of the native performance and very few upsides. It only benefits firewalls that still assume a machine has a single network interface without bridging/natting/forwarding.