File tree Expand file tree Collapse file tree 2 files changed +8
-48
lines changed
concepts/services-networking Expand file tree Collapse file tree 2 files changed +8
-48
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,17 @@ feature:
5
5
description : >
6
6
Serviceのトラフィックをクラスタートポロジーに基づいてルーティングします。
7
7
content_type : concept
8
- weight : 10
8
+ weight : 150
9
9
---
10
10
11
11
12
12
<!-- overview -->
13
13
14
- {{< feature-state for_k8s_version="v1.17" state="alpha" >}}
14
+ {{< feature-state for_k8s_version="v1.21" state="deprecated" >}}
15
+
16
+ {{< note >}}
17
+ この機能、特にアルファ版の` topologyKeys ` APIは、Kubernetes v1.21以降では非推奨です。Kubernetes v1.21で導入された、[ トポロジーを意識したヒント] ( /ja/docs/concepts/services-networking/topology-aware-hints/ ) が同様の機能を提供します。
18
+ {{</ note >}}
15
19
16
20
* Serviceトポロジー* を利用すると、Serviceのトラフィックをクラスターのノードトポロジーに基づいてルーティングできるようになります。たとえば、あるServiceのトラフィックに対して、できるだけ同じノードや同じアベイラビリティゾーン上にあるエンドポイントを優先してルーティングするように指定できます。
17
21
@@ -139,6 +143,6 @@ spec:
139
143
140
144
## {{% heading "whatsnext" %}}
141
145
142
- * [Serviceトポトジーを有効にする ](/ja/docs/tasks/administer-cluster/enabling-service-topology )を読む。
143
- * [サービスとアプリケーションの接続](/ja/docs/concepts /services-networking /connect-applications-service/)を読む。
146
+ * [トポロジーを意識したヒント ](/ja/docs/concepts/services-networking/topology-aware-hints/ )を読む。
147
+ * [サービスとアプリケーションの接続](/ja/docs/tutorials /services/connect-applications-service/)を読む。
144
148
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments