-
Notifications
You must be signed in to change notification settings - Fork 14.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,18 @@ | ||
--- | ||
title: CNI (Container Network Interface) | ||
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: > | ||
CNI plugins are a type of Network plugins in Kubernetes that adheres to the appc/CNI specification. | ||
Container network interface (CNI) plugins are a type of Network plugin that adheres to the appc/CNI specification. | ||
aka: | ||
tags: | ||
- networking | ||
--- | ||
CNI plugins are a type of Network plugins in Kubernetes that adheres to the appc/CNI specification. | ||
|
||
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 more information read the [CNI specification](https://github.com/containernetworking/cni/blob/master/SPEC.md#network-configuration). | ||
|
||
* For information on Kubernetes and CNI, see ["Network plugins"](https://kubernetes.io/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/#cni). |