Kubernetes securityContext: Linux capabilities in Kubernetes
CYBERSECURITY FEATURED ANALYSIS

Kubernetes securityContext: Linux capabilities in Kubernetes

SOURCE

Blog RSS Feed | Snyk

DATE

READ

1 min read

When we come to using the container runtime in Kubernetes, these controls are used by the Kubernetes control plane to define which capabilities our container should be started with. The configuration for capabilities is …

When we come to using the container runtime in Kubernetes, these controls are used by the Kubernetes control plane to define which capabilities our container should be started with. The configuration for capabilities is surfaced to the user through various settings in the securityContext section of the YAML for a container.