Container Networking
← Back to Containerization
How containers communicate with each other and the outside world. Bridge networks provide isolated networks on a single host. Host networking shares the host’s network stack. Overlay networks span multiple hosts for multi-node communication. Each mode trades isolation for performance.
Key Properties
Related
- Network Namespace (containers use network namespaces)
- K8s Networking (Kubernetes networking model)