turbot/gcp_insights

Query: kubernetes_cluster_overview

Usage

powerpipe query gcp_insights.query.kubernetes_cluster_overview

Steampipe Tables

SQL

select
name as "Name",
current_master_version as "Current Master Version",
location_type as "Location Type",
create_time as "Creation Time",
location as "Location",
project as "Project"
from
gcp_kubernetes_cluster
where
id = $1;

Dashboards

The query is used in the dashboards: