Cross-region load balancing + routing on Google Container Engine

前端 未结 2 1742
攒了一身酷
攒了一身酷 2021-02-06 17:51

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

2条回答
  •  悲哀的现实
    2021-02-06 18:46

    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

提交回复
热议问题