adding cni.md (#8760)

* adding cni.md

* apply Zach's feedback
This commit is contained in:
Tanvi Gupta 2018-07-20 05:33:53 +05:30 committed by k8s-ci-robot
parent 35362f764e
commit 7b7efca2da
1 changed files with 18 additions and 0 deletions

View File

@ -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.
<!--more-->
* 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).