turbot/aws_insights

Query: eks_cluster_kubernetes_version

Usage

powerpipe query aws_insights.query.eks_cluster_kubernetes_version

Steampipe Tables

SQL

select
'Version' as label,
version as value
from
aws_eks_cluster
where
arn = $1
and account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4);

Dashboards

The query is used in the dashboards: