12: Docker overlay networking
Overlay networks are at the beating heart of many cloud-native microservices apps. In this chapter weâll cover the fundamentals of native Docker overlay networking.
Docker overlay networking on Windows has feature parity with Linux. This means the examples weâll use in this chapter will all work on Linux and Windows.
Weâll split this chapter into the usual three parts:
- The TLDR
- The deep dive
- The commands
Letâs do some networking magic.
Docker overlay networking - The TLDR
In the real world, itâs vital that containers can communicate with each other reliably and securely, even when theyâre on different hosts that are on different networks. This is where overlay networking comes in to play. It allows ...
Get Docker Deep Dive now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.