Kubernetes Deep Dive Room

Sign Up Free or Log In to participate!

Node ip Address range

So as per the slide does the node gets the Ip address range from POD network?

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

Sign In
Welcome Back!

Psst…this one if you’ve been moved to ACG!

Get Started
Who’s going to be learning?