Skip to main content

How do overlay networks maintain VXLAN mappings across nodes?

Senior Docker
Quick Answer Docker overlay networks use VXLAN (Virtual eXtensible LAN) tunnels between hosts. Each host maintains a VXLAN Forwarding Database (FDB) that maps container MAC addresses to host IPs. When a container moves or restarts, the FDB entry is updated via the control plane (gossip protocol in Swarm, etcd in others).

Answer

Metadata stores exchange MAC-to-IP mappings for VXLAN routing.
S
SugharaIQ Editorial Team Verified Answer

This answer has been peer-reviewed by industry experts holding senior engineering roles to ensure technical accuracy and relevance for modern interview standards.

Want to bookmark, take notes, or join discussions?

Sign in to access all features and personalize your learning experience.

Sign In Create Account

Source: SugharaIQ

Ready to level up? Start Practice