turbot/gcp_insights

Query: kubernetes_cluster_private_cluster_config

Usage

powerpipe query gcp_insights.query.kubernetes_cluster_private_cluster_config

Steampipe Tables

SQL

select
private_cluster_config ->> 'enablePrivateNodes' as "Enable Private Nodes",
private_cluster_config ->> 'masterIpv4CidrBlock' as "Master IPv4 CIDR Block",
private_cluster_config ->> 'peeringName' as "Peering Name",
private_cluster_config ->> 'privateEndpoint' as "Private Endpoint",
private_cluster_config ->> 'publicEndpoint' as "Public Endpoint"
from
gcp_kubernetes_cluster
where
id = $1;

Dashboards

The query is used in the dashboards: