turbot/azure_insights

Query: kubernetes_cluster_auto_scaler_profile_disabled_count

Usage

powerpipe query azure_insights.query.kubernetes_cluster_auto_scaler_profile_disabled_count

Steampipe Tables

SQL

select
count(*) as value,
'Auto Scaling Disabled' as label,
case count(*) when 0 then 'ok' else 'alert' end as "type"
from
azure_kubernetes_cluster
where
auto_scaler_profile is null;

Dashboards

The query is used in the dashboards: