turbot/gcp_insights

Query: kubernetes_cluster_network_config

Usage

powerpipe query gcp_insights.query.kubernetes_cluster_network_config

Steampipe Tables

SQL

select
network_config ->> 'network' as "Network",
network_config ->> 'subnetwork' as "Subnetwork",
network_config -> 'defaultSnatStatus' as "Default SNAT Status",
network_config ->> 'enableIntraNodeVisibility' as "Enable Intra Node Visibility"
from
gcp_kubernetes_cluster
where
id = $1;

Dashboards

The query is used in the dashboards: