Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 744 Bytes

CNI.md

File metadata and controls

14 lines (11 loc) · 744 Bytes

Overlay network

Overlay network is over the native network and make the connection between native network accessible.

CNI

CNI: container network interface, which is a lightweight network stands supported by k8s, mesos etc. there are multiple impl CNI plugin can choose, like flannel, calico, weave, ovs(open vSwitch) etc Comparasion

CNI is also a kind of overlay but make sure pod can be accessed by each other across node.

CNM

the docker standards network model, container network model, which is provided by docker company. using network sandbox, endpoint and network to build the network across containers.