With Connect, you can use the Google Cloud console to manage your user clusters for Google Distributed Cloud.
Cluster registration
When you create a user cluster, you provide registration information in the
gkeConnect
section of the cluster configuration file. Google Distributed Cloud
uses that information to register your cluster to a fleet—a unified way
to view and manage multiple clusters and their workloads as part of
GKE Enterprise. You can find out more about fleets and the functionality that
they enable in the Fleets guide.
Registered clusters are visible in your connect project on the GKE Enterprise Clusters page in the Google Cloud console.
If you do not fill in the gkeConnect
field of your cluster configuration file,
the cluster is created, but not registered. To register a cluster after it has
been created, fill in the gkeConnect
section of the configuration file, and
run gkectl update cluster
.
Google Distributed Cloud does not support using gcloud
to manually change the
registration of a cluster.
Logging into your cluster
To manage a registered Google Distributed Cloud cluster from the Google Cloud console, you need to log in to the cluster from the Google Cloud console.
Follow the instructions in logging into clusters to create the necessary roles and accounts and log in to your cluster.
What's next
Learn about multi-cluster management with Connect.
Learn about cluster authentication with OpenID Connect (OIDC).