Cross-Node Pod Communication in Kubernetes: Plain IP Routing with Kindnet
Learn how pods communicate across nodes in Kubernetes with Kindnet using plain L3 routing, without overlays or tunnels.
3 posts
Learn how pods communicate across nodes in Kubernetes with Kindnet using plain L3 routing, without overlays or tunnels.
Understand the complete lifecycle of pod creation in Kubernetes, from veth pair creation to IP address allocation and network setup.
Deep dive into how pods on the same node communicate in Kubernetes using Kindnet. Understand veth pairs, bridge networking, and packet flow.