
Google Cloud ClusterMetadata
CertifiedFetch GKE cluster metadata
Google Cloud ClusterMetadata
Certified
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.
yaml
type: io.kestra.plugin.gcp.gke.ClusterMetadataExamples
Fetch a GKE cluster's metadata
yaml
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 *string
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
projectId string
The GCP project ID
scopes array
SubTypestring
Default
["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
Definitions
io.kestra.plugin.gcp.gke.ClusterMetadata-MasterAuth
clientCertificatestring
clientKeystring
clusterCertificatestring
monitoringService string
Monitoring service
name string
Cluster name
network string
Cluster network
nodePools array
Node pools
Definitions
io.kestra.plugin.gcp.gke.ClusterMetadata-NodePool
namestring
statusstring
Possible Values
STATUS_UNSPECIFIEDPROVISIONINGRUNNINGRUNNING_WITH_ERRORRECONCILINGSTOPPINGERRORUNRECOGNIZEDnodePoolsCount integer
Default
0Number of node pools
project string
Project id
subNetwork string
Cluster subnetwork
zone string
Cluster zone