Multi-Cluster とは?
multi-cluster とは、すべてを 1 つの大きな cluster で実行するのではなく、複数の cluster を運用し、それらの間で workload を分散させることを指します。理由には、影響範囲の分離、リージョンの近接性、キャパシティの制限、より強力なテナント分離などがあります。トラフィックと設定は、ルーティングと管理ツールによって cluster 間で調整されます。
なぜ重要か
workload を cluster 全体に分割すると、いずれか 1 つの cluster が障害を起こした際の被害を抑え、各リージョンが独立して動作できます。同時に、federation や mesh ツールが管理のために存在するほどの複雑さも加わります。
関連ガイド
What Is Cluster Federation?Cluster federation coordinates multiple clusters as one logical system, syncing resources and policy so workl…
What Is Service Mesh mTLS?Service mesh mTLS is automatic mutual TLS between workloads, where the mesh sidecars encrypt and authenticate…
What Is Latency-Based Routing?Latency-based routing directs each client to the backend region that gives it the lowest measured network lat…