Skip to main content

5 docs tagged with "container-escape"

View all tags

Container Escape

How an attacker can break out of a container and gain control over the host system in Kubernetes.

Removing gitRepo Volumes in Kubernetes

Why the gitRepo volume driver was removed in Kubernetes v1.36, and how to migrate existing workloads to the init container pattern recommended by kubernetes.io.

User Namespaces in Kubernetes

How to use Linux user namespaces in Kubernetes pods to isolate container UIDs from the host and reduce the blast radius of container escapes.