turbot/azure_insights

Query: kubernetes_cluster_auto_scaler_profile_status

Usage

powerpipe query azure_insights.query.kubernetes_cluster_auto_scaler_profile_status

Steampipe Tables

SQL

select
auto_scaling,
count(*)
from
(
select
case
when auto_scaler_profile is null then 'disabled'
else 'enabled'
end auto_scaling
from
azure_kubernetes_cluster
) as s
group by
auto_scaling
order by
auto_scaling;

Dashboards

The query is used in the dashboards: