Istio multicluster configuration on gke

Clash Royale CLAN TAG#URR8PPP
Istio multicluster configuration on gke
I'm new to Istio. I've tried Istio multicluster configration on gke. I followed instruction at https://istio.io/docs/examples/multicluster/gke/ which says Istio control plane can connect to service "review-v3" at remote cluster but it couldn't. Istio control plane can connect to services at same cluster. How do you try to figure out the cause at first? Do you refer to the status of envoy? Or does anybody successfully get 2 clusters connected?
1 Answer
1
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
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.