Kubenet

kubenet is a basic networking model that works by assigning each cluster Node with a dedicated subnet, within which it can assign pod IP addresses.

Communication is facilitated by bridging a network adapter to the node network's NIC, defining routes for each of the other Nodes' subnets and allowing packets to be forwarded between these subnets in the Nodes' firewalls.