turbot/kubernetes_insights

Query: deployment_container_replica_status

Usage

powerpipe query kubernetes_insights.query.deployment_container_replica_status

Steampipe Tables

SQL

select
case
when replicas < '3' then 'non-HA'
else 'HA'
end as status,
count(name)
from
kubernetes_deployment
group by
status;

Dashboards

The query is used in the dashboards: