From 7b7efca2da5118a0d808a0e02012949cd694b918 Mon Sep 17 00:00:00 2001 From: Tanvi Gupta Date: Fri, 20 Jul 2018 05:33:53 +0530 Subject: [PATCH] adding cni.md (#8760) * adding cni.md * apply Zach's feedback --- content/en/docs/reference/glossary/cni.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/en/docs/reference/glossary/cni.md diff --git a/content/en/docs/reference/glossary/cni.md b/content/en/docs/reference/glossary/cni.md new file mode 100644 index 0000000000..f654f2586c --- /dev/null +++ b/content/en/docs/reference/glossary/cni.md @@ -0,0 +1,18 @@ +--- +title: CNI (Container network interface) +id: cni +date: 2018-05-25 +full_link: https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni +short_description: > + Container network interface (CNI) plugins are a type of Network plugin that adheres to the appc/CNI specification. + + +aka: +tags: +- networking +--- + Container network interface (CNI) plugins are a type of Network plugin that adheres to the appc/CNI specification. + + +* For information on Kubernetes and CNI refer to [this](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni). +* For information on Kubernetes and CNI, see ["Network plugins"](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni).