Overlay Network

오버레이 네트워크(overlay network)는 물리 네트워크 위에서 가상 네트워크를 구축하는 기법을 의미한다. 오버레이 네트워크를 사용하면 컨테이너간 통신이 가능하게 된다.

Docker Overlay Networks:

  • The overlay network driver creates a distributed network among multiple Docker daemon hosts. This network sits on top of (overlays) the host-specific networks, allowing containers connected to it (including swarm service containers) to communicate securely when encryption is enabled.
  • An overlay network called ingress