turbot/kubernetes_compliance

Query: pod_host_network_access_disabled

Usage

powerpipe query kubernetes_compliance.query.pod_host_network_access_disabled

Steampipe Tables

SQL

select
coalesce(uid, concat(path, ':', start_line)) as resource,
case
when host_network then 'alarm'
else 'ok'
end as status,
case
when host_network then name || ' can use the host network.'
else name || ' cannot use the host network.'
end as reason,
name as pod_name,
coalesce(context_name, '') as context_name,
namespace,
source_type,
coalesce(path || ':' || start_line || '-' || end_line, '') as path
from
kubernetes_pod;

Controls

The query is being used by the following controls: