Cluster Federation とは?
cluster federation は、制御レイヤーから各メンバーへリソース、設定、ポリシーを伝播させることで複数の cluster をまとめて管理する手法です。単一の定義で cluster やリージョンをまたいで deploy でき、それらの間で作業をルーティングまたはバランスできます。目的は、cluster を 1 つに統合せずに統一的な管理を行うことです。
なぜ重要か
federation は、1 つのチームが多数の cluster を管理するマルチリージョンやマルチクラウド構成を支えます。deploy pipeline が各 cluster を個別に対象とする必要をなくします。
関連ガイド
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…