Interview Istio & Service Mesh

What is the difference between a primary-remote and a multi-primary multi-cluster setup?

Istio & Service Mesh · Intermediate level

Answer

In a primary-remote setup, one primary cluster runs the control plane and remote clusters run workloads connected to that control plane. In a multi-primary setup, each cluster has its own control plane, and the control planes share discovery and trust for cross-cluster mesh behavior.

Technical explanation

Primary-remote can centralize management but creates dependency on the primary control plane for remote workloads.

Multi-primary improves control-plane locality and autonomy but adds more operational complexity.

The right choice depends on cluster count, network latency, team ownership, failure domains, and compliance boundaries.

Hands-on example

Decision example:

Two clusters in one region managed by one platform team: primary-remote may be acceptable.

Many clusters across regions with local platform ownership: multi-primary is usually more resilient.

Test by losing the control plane in one cluster and observing config updates, certificate behavior, and traffic continuity.

Preparing for an interview?

Check how well your resume matches the role with our free resume checker— match score, ATS check, and the skills you're missing.

More Istio & Service Mesh interview questions

← All Istio & Service Mesh questions