Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to keep GKE cluster nodes in different regions?

Is it possible in GKE to create a cluster with its nodes located in multiple regions?

I am aware of Zonal and Regional clusters in which we can have nodes ( and even masters) in different zones. I am wondering if there is a way in GKE to create a multi-regional cluster?

like image 376
Amit Yadav Avatar asked Jul 08 '19 12:07

Amit Yadav


1 Answers

Not quite, but what you can do is front clusters in different regions with a single Google Cloud Load Balancing instance with multi-cluster Ingress: multi-cluster-ingress

The load balancer will route requests to the cluster with the lowest latency for the end user.The Google Cloud Load Balancer is also able to detect if one of the clusters is unavailable and route traffic to the other clusters.

like image 185
Adi Dembak Avatar answered Oct 18 '22 01:10

Adi Dembak