https://netmaker.org logo
another interesting observation with the pingtest....
# general
m
another interesting observation with the pingtest. on each linux host, i run
Copy code
tcpdump -vv -nn -XX -i flannel.1
then from my laptop, i run:
Copy code
kubectl exec -it -n pingtest pingtest-56694d566d-sh6dw -- ping -p 33 10.42.1.6
i see continuous ICMP echo requests on the two hosts.
2 Views