turbot/azure_insights

Query: kubernetes_cluster_node_pool_count

Usage

powerpipe query azure_insights.query.kubernetes_cluster_node_pool_count

Steampipe Tables

SQL

select
'Node Pools' as label,
jsonb_array_length(agent_pool_profiles) as value
from
azure_kubernetes_cluster
where
lower(id) = $1;

Dashboards

The query is used in the dashboards: