From 67d492c386726f97aafb8ce6b2625ad161b9b717 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Fri, 23 Nov 2018 14:41:04 +0800 Subject: [PATCH] zh-trans: add cni.md (#11188) * zh-trans: add cni.md zh-trans: add cni.md * Update cni.md --- content/zh/docs/reference/glossary/cni.md | 45 +++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 content/zh/docs/reference/glossary/cni.md diff --git a/content/zh/docs/reference/glossary/cni.md b/content/zh/docs/reference/glossary/cni.md new file mode 100644 index 0000000000..ecdb1bdd37 --- /dev/null +++ b/content/zh/docs/reference/glossary/cni.md @@ -0,0 +1,45 @@ +--- +title: CNI (容器网络接口) +id: cni +date: 2018-05-25 +full_link: https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni +short_description: > + 容器网络接口 (CNI) 插件是遵循 appc/CNI 协议的一类网络插件。 + + +aka: +tags: +- networking +--- + + + + + + 容器网络接口 (CNI) 插件是遵循 appc/CNI 协议的一类网络插件。 + + + + + +* 想了解 Kubernetes 和 CNI 请参考 ["网络插件"](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni)。 +