So I was creating a demo project in order to learn kubernetes basics that’s where I had a task to be done. The IP of POD and IP of its corresponding Service endpoints are supposed to be same but they are different
In my case :
IP: 10.224.0.25
POD Endpoints : 10.224.0.31
-
I checked my yaml format and linking between all the configuration files.
-
I have tried to delete the deployment , service and pod re create the deployment.
Naman Singh Rana is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.