Stay organized with collections
Save and categorize content based on your preferences.
When you fill in the
gkeConnect section
in your admin cluster configuration file, the cluster is registered to your
fleet during creation or update. To enable
fleet management functionality, Google Cloud deploys the
Connect agent and creates a Google
service account that represents the project that the cluster is registered to.
The Connect agent establishes a connection with the service account to handle
requests to the cluster's Kubernetes API server. This enables access to
cluster and workload management features in Google Cloud, including access
to the Google Cloud console, which lets you interact with
your cluster.
The admin cluster's Kubernetes API server needs to be able to authorize
requests from the Connect agent. To ensure this, the following
role-based access control (RBAC) policies
are configured on the service account:
An impersonation policy
that authorizes the Connect agent to send requests to the Kubernetes API
server on behalf of the service account.
A permissions policy that specifies the operations that are allowed on
other Kubernetes resources.
The service account and RBAC policies are needed so that you can manage the
lifecycle of your user clusters in the Google Cloud console.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["Registering the admin cluster to a fleet during creation or update requires filling in the `gkeConnect` section of the admin cluster configuration file."],["Enabling fleet management deploys the Connect agent and creates a Google service account that represents the project the cluster is registered to."],["The Connect agent uses a service account to connect to the cluster's Kubernetes API server, allowing access to Google Cloud management features."],["RBAC policies, including impersonation and permissions policies, are configured on the service account to authorize requests from the Connect agent to the Kubernetes API server."],["The service account and RBAC policies are necessary for managing user cluster lifecycles in the Google Cloud console."]]],[]]