Openshift service mesh capability for multi clusters

Posted on

Is there a way to install openshift service mesh across multiple openshift clusters? I can see that openshift provides multitenancy within a single cluster, logically separated with projects. But what if I need to onboard applications running on multiple other openshift clusters? Say, I have 3 clusters and control plane is installed on Cluster A. The applications are running on Clusters B and C. Is there a way that control plane of Cluster A can manage applications running on cluster B and C?

Responses