Deep dive into Linux Networking and Docker — Bridge, vETH and IPTables
This was originally published here: https://aly.arriqaaq.com/linux-networking-bridge-iptables-and-docker/These series of articles are my log of learning about various networking concepts related to Container Orchestration Platforms (Docker, Kubernetes, etc)Linux Networking is a very interesting topic. In this series, my aim is to dig deep to understand the various ways in which these container orchestration platforms implement network internals underneath.Getting StartedA few questions before ge...
Read more at medium.com