# 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: 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.
