How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

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

calendar_today May 6, 2026 person Monica White domain the-new-stack

Kubernetes shipped a long-awaited security feature last week: user namespace support for pods. It may sound like an obscure feature in a 1.36 release, but it represents progress against a specific class of privilege-escalation attacks in cloud-native environments. User namespaces can reduce the impact of certain container escapes by preventing a root process inside a pod from being treated as a root on the host. User namespaces reinforce a pattern that has existed since Docker’s early design decisions: running containers as root by default.

open_in_new Read original post