will tcpdump capture packets from pod’s interface if I use -any in host
Summary Tcpdump with -i any captures packets from all interfaces, including those not directly visible on the host, such as ipvlan-based pod interfaces. This behavior occurs because the kernel forwards packets to the any interface, even if the interface is not listed via ip addr or ip link. Root Cause The root cause lies in … Read more