How do I achieve cross-region load balancing on Google Container Engine?
I will have one Kubernetes cluster per region in several regions and I need to route traffic fro
Right now the most straightforward option is to run fungible replicas in each cluster, configure a load balancer for each cluster, and manually set up your DNS record to point to the load balancers.
That's admittedly not great, though. A better solution is being worked on for the upcoming 1.3 release: https://github.com/kubernetes/kubernetes/issues/23848