turbot/kubernetes_insights

Query: pod_container_host_ipc

Usage

powerpipe query kubernetes_insights.query.pod_container_host_ipc

Steampipe Tables

SQL

select
'Host IPC Sharing' as label,
case when host_ipc then 'Enabled' else 'Disabled' end as value,
case when host_ipc then 'alert' else 'ok' end as type
from
kubernetes_pod
where
uid = $1;

Params

ArgsNameDefaultDescriptionVariable
$1uid

    Dashboards

    The query is used in the dashboards: