turbot/kubernetes_insights

Query: deployment_replicas_table

Usage

powerpipe query kubernetes_insights.query.deployment_replicas_table

Steampipe Tables

SQL

select
name as "Name",
replicas as "Replicas",
available_replicas as "Available Replicas",
updated_replicas as "Updated Replicas",
ready_replicas as "Ready Replicas",
unavailable_replicas as "Unavailable Replicas",
context_name as "Context Name",
uid as "UID"
from
kubernetes_deployment
order by
name;

Dashboards

The query is used in the dashboards: