May 2025
Intermediate to advanced
308 pages
6h 1m
English
Overlay networks are at the center of most cloud-native microservices apps, and this chapter will get you up to speed on how they work in Docker.
I’ve divided the chapter into the following sections:
Let’s do some networking magic!
Real-world containers need a reliable and secure way to communicate without caring which host they’re running on or which networks those hosts are connected to. This is where overlay networks come into play — they create flat, secure, layer 2 networks that span multiple hosts. Containers on different hosts can connect ...
Read now
Unlock full access