Kubernetes network stack fundamentals: How pods on different nodes communicate
August 9, 2022
This is the second in a two part series about Kubernetes networking. This article covers how pods communicate across different nodes, specifically when using the Flannel network plugin and a VXLAN overlay.
Next article: Base64 encoding: What sysadmins need to know