turbot/kubernetes_compliance
Loading controls...

Control: StatefulSet definition should not use default namespace

Description

Default namespace should not be used by StatefulSet definition. Placing objects in this namespace makes application of RBAC and other controls more difficult.

Usage

Run the control in your terminal:

powerpipe control run kubernetes_compliance.control.statefulset_default_namespace_used

Snapshot and share results via Turbot Pipes:

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

SQL

This control uses a named query:

statefulset_default_namespace_used

Tags