> 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**
