What Is Cluster Federation?
Cluster federation is an approach to managing several clusters together by propagating resources, configuration, and policy from a control layer to each member. It lets a single definition deploy across clusters and regions and can route or balance work between them. The aim is unified management without merging the clusters into one.
Why it matters
Federation underpins multi-region and multi-cloud setups where one team manages many clusters. It keeps deploy pipelines from having to target each cluster separately.
Related guides
What Is Multi-Cluster?Multi-cluster is an architecture that runs workloads across several separate clusters for scale, isolation, r…
What Is Geo Routing?Geo routing sends each request to a backend chosen by the geographic location of the client, such as serving…
What Is a Gateway Resource?A gateway resource defines how external traffic enters a mesh or cluster, configuring the ports, protocols, a…