After you deploy a CNI plugin into your kubernetes cluster, you may be wondering: how do we check if inter-node network traffic is really working?
Of course, we can start digging logs of your CNI pods, or check system routing table (in the case of Calico). Still, they are somewhat troublesome.
Recently, when trying out Cilium in our k8s deployment, I found that Cilium developers provide an easy and hassle-free approach to this question: deploy two sets of ping-pong pods and let them try to communicate with each others.
The above two yamls are a little bit different from that on the Cilium website in that the probe pods now have 20 second initial delay in case the probe pods send requests to echo pods before echo pods are ready.