turbot/kubernetes_insights

Query: statefulset_container_host_ipc_count

Usage

powerpipe query kubernetes_insights.query.statefulset_container_host_ipc_count

Steampipe Tables

SQL

select
count(name) as value,
'Host IPC Sharing Enabled' as label,
case
count(name)
when 0 then 'ok'
else 'alert'
end as type
from
kubernetes_stateful_set
where
template -> 'spec' ->> 'hostIPC' = 'true';

Dashboards

The query is used in the dashboards: