> For the complete documentation index, see [llms.txt](https://deploydocs.coronasafe.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://deploydocs.coronasafe.network/cloud-deployment-overview/google-cloud-deployment/create-a-gke-cluster.md).

# Create a GKE cluster

Go To: Kubernetes Engine > clusters > create > standard ([link](https://console.cloud.google.com/kubernetes/add))

1. Cluster basics:
   1. Name: **care-gke**
   2. Location type: **Zonal**
   3. Zone: **asia-south1-a**
2. Node pools > default pool
   1. Number of nodes: **2**
3. Node pools > default pool > nodes
   1. Machine configuration: **General purpose**
   2. Series: **E2**
   3. Machine type: **e2-standard-2 (2 vCPU, 8 GB memory)**
4. Node pools > default pool > networking: Network tags: **care-gke**
5. Node pools >  Cluster > Networking
   1. Network: **care-vpc**
   2. Node subnet: **cluster-snet**
   3. Network access: **Public cluster**
   4. Enable HTTP load balancing: **Enabled**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://deploydocs.coronasafe.network/cloud-deployment-overview/google-cloud-deployment/create-a-gke-cluster.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.
