turbot/kubernetes_compliance
Loading controls...

Control: ReplicaSet containers should not run with root privileges

Description

Containers in a ReplicaSet should not run with root privileges. By default, many container services run as the privileged root user, and applications execute inside the container as root despite not requiring privileged execution. Preventing root execution by using non-root containers or a rootless container engine limits the impact of a container compromise.

Usage

Run the control in your terminal:

powerpipe control run kubernetes_compliance.control.replicaset_non_root_container

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run kubernetes_compliance.control.replicaset_non_root_container --share

SQL

This control uses a named query:

replicaset_non_root_container

Tags