turbot/kubernetes_compliance
Loading controls...

Control: ServiceAccount definition should not use default namespace

Description

Default namespace should not be used by ServiceAccount 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.service_account_default_namespace_used

Snapshot and share results via Turbot Pipes:

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

SQL

This control uses a named query:

service_account_default_namespace_used

Tags