Update networking.md (#3950)
* Update networking.md Added CNI-Genie as one of the many options * Update networking.md Addressed! * Update networking.mdpull/3748/merge
parent
b5c0e0603e
commit
8d20ed8580
|
@ -223,6 +223,12 @@ Weave Net runs as a [CNI plug-in](https://www.weave.works/docs/net/latest/cni-pl
|
||||||
or stand-alone. In either version, it doesn't require any configuration or extra code
|
or stand-alone. In either version, it doesn't require any configuration or extra code
|
||||||
to run, and in both cases, the network provides one IP address per pod - as is standard for Kubernetes.
|
to run, and in both cases, the network provides one IP address per pod - as is standard for Kubernetes.
|
||||||
|
|
||||||
|
### CNI-Genie from Huawei
|
||||||
|
|
||||||
|
[CNI-Genie](https://github.com/Huawei-PaaS/CNI-Genie) is a CNI plugin that enables Kubernetes to [simultanously have access to different implementations](https://github.com/Huawei-PaaS/CNI-Genie/blob/master/docs/multiple-cni-plugins/README.md#what-cni-genie-feature-1-multiple-cni-plugins-enables) of the [Kubernetes network model](https://github.com/kubernetes/kubernetes.github.io/blob/master/docs/concepts/cluster-administration/networking.md#kubernetes-model) in runtime. This includes any implementation that runs as a [CNI plugin](https://github.com/containernetworking/cni#3rd-party-plugins), such as [Flannel](https://github.com/coreos/flannel#flannel), [Calico](http://docs.projectcalico.org/), [Romana](http://romana.io), [Weave-net](https://www.weave.works/products/weave-net/).
|
||||||
|
|
||||||
|
CNI-Genie also supports [assigning multiple IP addresses to a pod](https://github.com/Huawei-PaaS/CNI-Genie/blob/master/docs/multiple-ips/README.md#feature-2-extension-cni-genie-multiple-ip-addresses-per-pod), each from a different CNI plugin.
|
||||||
|
|
||||||
## Other reading
|
## Other reading
|
||||||
|
|
||||||
The early design of the networking model and its rationale, and some future
|
The early design of the networking model and its rationale, and some future
|
||||||
|
|
Loading…
Reference in New Issue