turbot/kubernetes_insights

Query: deployment_replica

Usage

powerpipe query kubernetes_insights.query.deployment_replica

Steampipe Tables

SQL

select
replicas as value,
'Replicas' as label,
case
when replicas < 3 then 'alert'
else 'ok'
end as type
from
kubernetes_deployment
where
uid = $1;

Params

ArgsNameDefaultDescriptionVariable
$1uid

    Dashboards

    The query is used in the dashboards: