I have got a simple pod up and running on my worker node which I am trying to ping from my master node. I'm getting 100% packet loss.
What's working?
- The worker node itself can be pinged from the master node.
- The pod inside the worker node can be pinged from inside of the worker node.
What's not working?
- The master node trying to ping worker node's pod.
My take
I think there's a calico misconfiguration that has happened at the master node as the master node doesn't quite understand the IP of the pod.
Results of tracepath to the pod IP
masternode@Master:~$ tracepath 192.168.171.67
1?: [LOCALHOST] pmtu 1440
1: no reply
2: no reply
3: no reply
Please help.