Deep Dive in Docker Overlay Networks
December 23, 2019
The Docker network overlay driver relies on several technologies: network namespaces, VXLAN, Netlink and a distributed key-value store. This talk will present each of these mechanisms one by one along …