turbot/kubernetes_insights

Query: job_container_host_ipc

Usage

powerpipe query kubernetes_insights.query.job_container_host_ipc

Steampipe Tables

SQL

select
'Host IPC Sharing' as label,
case
when template -> 'spec' ->> 'hostIPC' = 'true' then 'Enabled'
else 'Disabled'
end as value,
case
when template -> 'spec' ->> 'hostIPC' = 'true' then 'alert'
else 'ok'
end as type
from
kubernetes_job
where
uid = $1;

Params

ArgsNameDefaultDescriptionVariable
$1uid

    Dashboards

    The query is used in the dashboards: