File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
content/ja/docs/concepts/services-networking Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ weight: 45
19
19
20
20
Kubernetesクラスターは、マルチゾーン環境で展開されることが多くなっています。
21
21
* Topology Aware Hint* は、トラフィックを発信元のゾーン内に留めておくのに役立つメカニズムを提供します。このコンセプトは、一般に「Topology Aware Routing」と呼ばれています。EndpointSliceコントローラーは{{< glossary_tooltip term_id="Service" >}}のendpointを計算する際に、各endpointのトポロジー(リージョンとゾーン)を考慮し、ゾーンに割り当てるためのヒントフィールドに値を入力します。
22
- EndpointSliceコントローラーは、各endpointのトポロジー(地域とゾーン )を考慮し、ゾーンに割り当てるためのヒントフィールドに入力します。
22
+ EndpointSliceコントローラーは、各endpointのトポロジー(リージョンとゾーン )を考慮し、ゾーンに割り当てるためのヒントフィールドに入力します。
23
23
{{< glossary_tooltip term_id="kube-proxy" text="kube-proxy" >}}のようなクラスターコンポーネントは、次にこれらのヒントを消費し、それらを使用してトラフィックがルーティングされる方法に影響を与えることが可能です(トポロジー的に近いendpointを優先します)。
24
24
25
25
You can’t perform that action at this time.
0 commit comments