I was recently reading an article on Container networking concept which explains the CNM(Container Network Model) and CNI(Container Network Interface) model.
Two questions come up:
- Why we have such a networking design(CNM/CNI) for container?
- Why we don't continue to use the VM networking schemes where we just connect different VMs to the host OVS while having a controller to update the flow table?