I have configured Kubernetes with 4 node and the IP addresses are assigned with some ranges
node1: 172.25.10.4 - 172.25.10.34
node2: 172.25.10.35 - 172.25.10.65
node3: 172.25.10.66 - 172.25.10.96
node4:172.25.10.97 - 172.25.10.127
But in the VM Scale Set Instance each nodes are assigned with the static IP.
Will the private IP change at any instance? Why this range of IPs are assigned for a single node?