We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06ac486 + 11afd5e commit f4b0176Copy full SHA for f4b0176
content/zh-cn/docs/concepts/services-networking/topology-aware-hints.md
@@ -1,16 +1,21 @@
1
---
2
title: 拓扑感知提示
3
content_type: concept
4
-weight: 45
5
----
6
-<!--
+weight: 70
+description: >-
+ **拓扑感知提示(Topology Aware Hints)**提供了一种机制来帮助将网络流量保持在其请求方所在的区域内。
7
+ 在集群中的 Pod 之间优先选用相同区域的流量有助于提高可靠性、增强性能(网络延迟和吞吐量)或降低成本。
8
9
+<!--
10
reviewers:
11
- robscott
12
title: Topology Aware Hints
13
14
15
16
+ _Topology Aware Hints_ provides a mechanism to help keep network traffic within the zone
17
+ where it originated. Preferring same-zone traffic between Pods in your cluster can help
18
+ with reliability, performance (network latency and throughput), or cost.
19
-->
20
21
<!-- overview -->
0 commit comments