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?
2
votes
2 Answers
0
votes
I had successful build istio multicluster on public cloud but not on GKE.
Cross cluster network was constructed by submariner. https://github.com/rancher/submariner
Then following the instruction begun with "Install the Istio control plane" in https://istio.io/docs/examples/multicluster/gke/.
0
votes