Skip to content

Commit 345721e

Browse files
yixin21tengqm
andauthored
Update content/zh/blog/_posts/2018-07-10-coredns-ga.md
Co-authored-by: Qiming Teng <[email protected]>
1 parent 277925c commit 345721e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/zh/blog/_posts/2018-07-10-coredns-ga.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ In CoreDNS, an optional feature called [autopath](https://coredns.io/plugins/aut
231231
and it will walk this search list until it gets a valid answer. Since the first 3 of these are resolved internally
232232
within CoreDNS itself, it cuts out all of the back and forth between the client and server, reducing latency.
233233
--->
234-
在 CoreDNS 中,可以启用 [自动路径](https://coredns.io/plugins/autopath) 的可选功能,该功能使搜索路径存在于 *服务器中*。也就是说,CoreDNS 将从源 IP 地址中找出客户端 Pod 所在的命名空间,并且遍历此搜索列表,直到获得有效答案为止。由于其中的前三个是在 CoreDNS 本身内部解决的,因此它消除了客户端和服务器之间所有的来回通信,从而减少了延迟。
234+
在 CoreDNS 中,可以启用 [autopath](https://coredns.io/plugins/autopath) 的可选功能,该功能使搜索路径在 *服务器端* 遍历。也就是说,CoreDNS 将基于源 IP 地址判断客户端 Pod 所在的命名空间,并且遍历此搜索列表,直到获得有效答案为止。由于其中的前三个是在 CoreDNS 本身内部解决的,因此它消除了客户端和服务器之间所有的来回通信,从而减少了延迟。
235235

236236
<!--
237237
### A few other Kubernetes specific features

0 commit comments

Comments
 (0)