turbot/kubernetes_insights

Query: container_readiness_probe

Usage

powerpipe query kubernetes_insights.query.container_readiness_probe

Steampipe Tables

SQL

select
case
when c -> 'readinessProbe' is null then 'Unavailable'
else 'Available'
end as value,
'Readiness Probe' as label,
case
when c -> 'readinessProbe' is null then 'alert'
else 'ok'
end as type
from
kubernetes_pod,
jsonb_array_elements(containers) as c
where
concat(c ->> 'name', name) = $1;

Params

ArgsNameDefaultDescriptionVariable
$1name

    Dashboards

    The query is used in the dashboards: