# Google Cloud Prerequisites

To manage GKE clusters, the following requirements must be met, otherwise Platform9 will not be able to import and manage those GKE Clusters. A service account within your Google Cloud project with the following roles must be created:

* Compute Viewer: roles/compute.viewer
* Project Viewer: roles/viewer
* Kubernetes Engine Admin: roles/container.admin
* Service Account User: roles/iam.serviceAccountUser

{% hint style="warning" %}
**Public VPC Requirement**

For Platform9 to connect and import a GKE Cluster, the Cluster must be running with a public Kubernetes API endpoint, and have a public VPC
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.platform9.com/managed-kubernetes/5.9/google-cloud-prerequisites.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
