Switch language한국어
Back to the list

Kubernetes finally lands user namespace support, but shared kernel problem remains

TL;DR AI

Key summary

2 min read
  1. Kubernetes 1.36 adds pod user namespace support, letting root inside a pod map to an unprivileged host UID when hostUsers is false.

  2. This can reduce the impact of some privilege-escalation and container-escape CVEs by limiting what a breakout can do on the host.

  3. But user namespaces do not isolate the Linux kernel, so shared-kernel vulnerabilities remain a serious risk in multi-tenant clusters.

  4. The feature improves pod isolation, but operators should not treat it as full protection against kernel-level exploits.

Read the original