GKE上的Istio多集群配置

时间:2018-08-12 02:59:20

标签: google-kubernetes-engine istio

我是Istio的新手。我已经在gke上尝试过Istio多集群配置。我按照https://istio.io/docs/examples/multicluster/gke/上的说明进行了操作,该说明说Istio控制平面可以连接到远程集群中的服务“ review-v3”,但不能。 Istio控制平面可以连接到同一群集中的服务。首先,您如何尝试找出原因?您是否提到了特使的身份?还是有人成功连接了两个集群?

2 个答案:

答案 0 :(得分:0)

First of all, I would recommend you to make sure that the pre-requisites are met [1]

According to this similar issue [2], you must check the pilot logs which is the one in charge of the routing [3]. No, I won’t recommend Envoy Installation. I haven’t seen anyone connected two clusters together.

[1]https://istio.io/docs/setup/kubernetes/multicluster-install/
[2]https://github.com/istio/istio/issues/5534
[3]https://gist.github.com/tiswanso/47ddbd8f63a448a449c8609eefc64df0

答案 1 :(得分:0)

我已经在公共云上成功建立了istio多集群,但是在GKE上却没有。

跨集群网络是由submariner构建的。 https://github.com/rancher/submariner

然后按照说明从https://istio.io/docs/examples/multicluster/gke/中的“安装Istio控制平面”开始。