...

/

Introduction to Docker Overlay Networking

Introduction to Docker Overlay Networking

Take a look at an overview of Docker overlay networking.

We'll cover the following...

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.

Let's do some networking magic!

The TLDR

Real-world containers need a reliable and secure way to communicate without caring which host they’re running ...