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

Co-authored-by: Qiming Teng <tengqim@cn.ibm.com>
This commit is contained in:
yixin21
2020-08-18 09:24:32 +08:00
committed by GitHub
parent f24da92235
commit dcec5a9a06
@@ -257,7 +257,7 @@ Many other interesting extensions have been added, which you will find on the [E
--->
## 可扩展性
除了上述功能之外,CoreDNS 还可轻松扩展,构建包含您独有的功能的自定义版本的 CoreDNS。例如,以下功能已被用于扩展 CoreDNS 使用 [unbound 插件](https://coredns.io/explugins/unbound) 进行递归解析使用 [pdsql 插件](https://coredns.io/explugins/pdsql) 服务器直接记录,还有允许多个 CoreDNS 实例与 [redisc 插件](https://coredns.io/explugins/redisc) 共享一个公共的 2 级缓存。
除了上述功能之外,CoreDNS 还可轻松扩展,构建包含您独有的功能的自定义版本的 CoreDNS。例如,这一能力已被用于扩展 CoreDNS 使用 [unbound 插件](https://coredns.io/explugins/unbound) 进行递归解析使用 [pdsql 插件](https://coredns.io/explugins/pdsql) 直接从数据库提供记录,以及使用 [redisc 插件](https://coredns.io/explugins/redisc) 与多个 CoreDNS 实例共享一个公共的 2 级缓存。
添加了许多其他有趣的扩展,您可以在 CoreDNS 站点的 [外部插件](https://coredns.io/explugins/) 页面上找到这些扩展。Kubernetes 和 Istio 用户真正感兴趣的是 [kubernetai 插件](https://coredns.io/explugins/kubernetai),它允许单个 CoreDNS 实例连接到多个 Kubernetes 集群并在所有集群中提供服务发现 。