Install Multi-Primary
Follow this guide to install the Istio control plane on both cluster1
and
cluster2
, making each a primary cluster. Both
clusters reside on the
network1
network, meaning there is direct
connectivity between the pods in both clusters.Before proceeding, be sure to complete the steps under before you begin6.
In this configuration, each control plane observes the API Servers in both clusters for endpoints.
Service workloads communicate directly (pod-to-pod) across cluster boundaries.
Configure cluster1
as a primary
Create the Istio configuration for cluster1
:
Apply the configuration to cluster1
:
Configure cluster2
as a primary
Create the Istio configuration for cluster2
:
Apply the configuration to cluster2
:
Enable Endpoint Discovery
Install a remote secret in cluster2
that provides access to cluster1
’s API server.
Install a remote secret in cluster1
that provides access to cluster2
’s API server.
Congratulations! You successfully installed an Istio mesh across multiple primary clusters!
Next Steps
You can now verify the installation7.