diff --git a/content/zh/docs/ambient/architecture/traffic-redirection/index.md b/content/zh/docs/ambient/architecture/traffic-redirection/index.md index 914569f005..c7dc4530af 100644 --- a/content/zh/docs/ambient/architecture/traffic-redirection/index.md +++ b/content/zh/docs/ambient/architecture/traffic-redirection/index.md @@ -58,7 +58,8 @@ Pod 时通知 `istio-cni` 节点代理,并将新的 Pod 上下文传播到 `is 来允许在一个网络命名空间中运行的进程在另一个网络命名空间中创建侦听套接字, 假设目标网络命名空间在创建时已知。 -- 节点本地 ztunnel 在内部启动一个新的代理实例和侦听端口集,专用于被新添加的 Pod。 +- 节点本地 ztunnel 在内部启动一个新的逻辑代理实例和监听端口集, + 专用于新添加的 Pod。请注意,这仍然在同一进程中运行,并且仅仅是 Pod 的专用任务。 - 一旦 in-Pod 重定向规则到位并且 ztunnel 建立了侦听端口, Pod 就会被添加到网格中,并且流量开始流经节点本地 ztunnel。