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).