diff --git a/content/zh-cn/docs/concepts/services-networking/topology-aware-hints.md b/content/zh-cn/docs/concepts/services-networking/topology-aware-hints.md index 36998cb377..eeae6dbbac 100644 --- a/content/zh-cn/docs/concepts/services-networking/topology-aware-hints.md +++ b/content/zh-cn/docs/concepts/services-networking/topology-aware-hints.md @@ -1,7 +1,7 @@ --- title: 拓扑感知提示 content_type: concept -weight: 70 +weight: 100 description: >- **拓扑感知提示(Topology Aware Hints)** 提供了一种机制来帮助将网络流量保持在其请求方所在的区域内。 在集群中的 Pod 之间优先选用相同区域的流量有助于提高可靠性、增强性能(网络延迟和吞吐量)或降低成本。 @@ -11,7 +11,7 @@ reviewers: - robscott title: Topology Aware Hints content_type: concept -weight: 70 +weight: 100 description: >- _Topology Aware Hints_ provides a mechanism to help keep network traffic within the zone where it originated. Preferring same-zone traffic between Pods in your cluster can help @@ -282,6 +282,6 @@ Kubernetes 控制平面和每个节点上的 kube-proxy,在使用拓扑感知 ## {{% heading "whatsnext" %}} -* 参阅[通过服务连通应用](/zh-cn/docs/concepts/services-networking/connect-applications-service/) +* 参阅[使用 Service 连接到应用](/zh-cn/docs/tutorials/services/connect-applications-service/)教程