turbot/aws_insights

Query: eks_cluster_by_ip_family

Usage

powerpipe query aws_insights.query.eks_cluster_by_ip_family

Steampipe Tables

SQL

select
kubernetes_network_config -> 'IpFamily' as "IP Family",
count(*) as "clusters"
from
aws_eks_cluster
group by
kubernetes_network_config -> 'IpFamily'
order by
kubernetes_network_config -> 'IpFamily';

Dashboards

The query is used in the dashboards: