Working with Istio on non-flat network
This document uses an example to demonstrate how to use Istio on Karmada when the clusters reside on the different networks.
Follow this guide to install the Istio control plane on member1 (the primary cluster) and configure member2 (the
remote cluster) to use the control plane in member1. All clusters reside on the different network, meaning there is
not direct connectivity between the pods in all clusters.

The reason for deploying istiod on the member1 is that kiali needs to be deployed on the same cluster as istiod
. If istiod and kiali are deployed on the karmada-host,kiali will not find the namespace created by karmada. It
cannot implement the function of service topology for application deployed by karmada. I will continue to provide a new
solution later that deploys istiod on the karmada-host.