- /rancher/v2.x/en/tasks/clusters/creating-a-cluster/create-cluster-gke/
Objectives
-
Begin by logging into Google Cloud Platform and creating a service account to operate your cluster.
-
Using your service account, create your Google Container Engine (GKE) cluster.
Create a Service Account
Create a service account using Google Cloud Platform. GKE uses this account to operate your cluster. Creating this account also generates a private key used for authentication.
The service account requires the following roles:
project/viewerkubernetes-engine/adminservice-account/user
Google Documentation: Creating and Enabling Service Accounts
Create the GKE Cluster
Use {{< product >}} to set up and configure your Kubernetes cluster.
-
From the Clusters page, click Add Cluster.
-
Choose Google Container Engine.
-
Enter a Cluster Name.
-
{{< step_create-cluster_member-roles >}}
-
Either paste your service account private key in the Service Account text box or Read from a file. Then click Next: Configure Nodes.
Note: After submitting your private key, you may have to enable the Google Kubernetes Engine API. If prompted, browse to the URL displayed in the Rancher UI to enable the API.
-
{{< step_create-cluster_cluster-options >}}
-
Use Nodes to provision each node in your cluster and choose a geographical region.
-
Review your options to confirm they're correct. Then click Create.
{{< result_create-cluster >}}