turbot/kubernetes_compliance
Loading controls...

Control: Containers should not be exposed through a forbidden service type

Description

Containers should not be exposed through a forbidden service type such as `NodePort` or `LoadBalancer`.

Usage

Run the control in your terminal:

powerpipe control run kubernetes_compliance.control.service_type_forbidden

Snapshot and share results via Turbot Pipes:

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

SQL

This control uses a named query:

service_type_forbidden

Tags