Cluster Peering
Connect entire Kubernetes clusters across regions or cloud providers.
Overview
Cluster peering creates a WireGuard bridge between two Kubernetes clusters. All pods in the peered CIDR ranges can communicate as if on the same network.
How It Works
- Install the Lattice operator on both clusters
- Create a
LatticeNetworkCRD on each cluster - The operator establishes a WireGuard tunnel between the two gateways
- Pod-to-pod traffic routes through the tunnel automatically