1 Answers
I dont know if i am correct or not but i think you are looking at node ip address and trying to ping to it rather than pod ip… node network ip is different from pod network ip … may be that’s what causing problem
Sign Up Free or Log In to participate!
I have three nodes with different CIDR (i.e 10.0.1.0/24, 10.0.2.0/24, 10.0.3.0/24), each pod has been assigned a node (i.e 10.0.1.4, 10.0.2.6, 10.0.3.14).
When I try kubectl exec pod — bash and ip a, I see a different CIDR for node (i.e. 192.168.0.0/16).
I am using Cloud Shell as CLI
I dont know if i am correct or not but i think you are looking at node ip address and trying to ping to it rather than pod ip… node network ip is different from pod network ip … may be that’s what causing problem
Psst…this one if you’ve been moved to ACG!