# GKE

Steps to be followed:

* Login to your GCP console&#x20;
* [Create a Service Account](https://cloud.google.com/iam/docs/creating-managing-service-accounts)  with the  **following permissions**
* [Generate a Service Key](https://cloud.google.com/iam/docs/creating-managing-service-account-keys)  mapped to the Service Account&#x20;
* Upload the Service Key to save the GCR instance as a provider&#x20;

Permissions:

* container.clusters.create
* container.clusters.delete
* container.clusters.get
* container.clusters.list
* container.clusters.update
* resourcemanager.projects.get
* iam.serviceAccounts.getAccessToken

<br>
