
Google Cloud ClusterMetadata
CertifiedFetch GKE cluster metadata
Google Cloud ClusterMetadata
Fetch GKE cluster metadata
Retrieves metadata for a GKE cluster in the specified project and zone/region, including networking, auth certs, and node pool statuses.
type: io.kestra.plugin.gcp.gke.ClusterMetadataExamples
Fetch a GKE cluster's metadata
id: gcp_gke_cluster_metadata
namespace: company.team
tasks:
- id: cluster_metadata
type: io.kestra.plugin.gcp.gke.ClusterMetadata
clusterProjectId: my-project-id
clusterZone: europe-west1-c
clusterId: my-cluster-id
Properties
clusterId *Requiredstring
Cluster ID
Name of the cluster to query
clusterProjectId string
Cluster project ID
Project that owns the cluster
clusterZone string
Cluster location
Zone or region where the cluster resides
impersonatedServiceAccount string
The GCP service account to impersonate
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
projectId string
The GCP project ID
scopes array
["https://www.googleapis.com/auth/cloud-platform"]The GCP scopes to be used
serviceAccount string
The GCP service account
Outputs
clusterIpv4Cidr string
Cluster IPv4 CIDR
createTime string
Cluster creation time
description string
Cluster description
endpoint string
Cluster endpoint
link string
Self link to the cluster
location string
Cluster location
loggingService string
Logging service
masterAuth
Master authentication configuration
io.kestra.plugin.gcp.gke.ClusterMetadata-MasterAuth
monitoringService string
Monitoring service
name string
Cluster name
network string
Cluster network
nodePools array
Node pools
io.kestra.plugin.gcp.gke.ClusterMetadata-NodePool
STATUS_UNSPECIFIEDPROVISIONINGRUNNINGRUNNING_WITH_ERRORRECONCILINGSTOPPINGERRORUNRECOGNIZEDnodePoolsCount integer
0Number of node pools
project string
Project id
subNetwork string
Cluster subnetwork
zone string
Cluster zone