1 Answers
My understanding is the POD network is devided into multiple ranges which are allocated to each node.
e.g. if your entire POD network was 10.0.0.0/16 you could split that into multiple /24s and allocate one to each NODE
then, each NODE would allocate PODs with IP addresses from the /24 it was allocated – e.g. if node01 was allocated a range of 10.0.1.0/24, the PODs running on NODE01 would get allocated IPs within that 10.0.1.0/24 range