advancedTop 100 Interview Questions

What is an overlay network used for?

Multi-host networking in clustered/orchestrated deployments (Docker Swarm, and conceptually similar to what Kubernetes CNI plugins provide) — it lets containers on different physical/virtual hosts communicate as if on the same network, using VXLAN encapsulation to tunnel traffic between hosts.

This is a Pro chapter

Sign in, then upgrade to Pro or Power to unlock this and the full DevOps Mastery library.

What is an overlay network used for?

Next Step

Continue to How does Docker implement published ports under the hood?← Back to all Docker questions