turbot/kubernetes_insights

Query: pod_container_host_ipc_status

Usage

powerpipe query kubernetes_insights.query.pod_container_host_ipc_status

Steampipe Tables

SQL

select
case
when host_ipc then 'enabled'
else 'disabled'
end as status,
count(*)
from
kubernetes_pod
group by
status;

Dashboards

The query is used in the dashboards: