In my external-dns Pod logs it is correctly reporting/publishing the mDNS records I want for the Ingresses I have configured in my cluster, but no mDNS records are ever actually published over the network. I captured all the IGMP & UDP port 5353 traffic from my K8s node running external-mdns with tcpdump -i any 'udp port 5353 or igmp' -w /tmp/mdns.pcap and all I see are some IGMP membership report packets being sent out but nothing else (nothing on mDNS ports).
In my
external-dnsPod logs it is correctly reporting/publishing the mDNS records I want for the Ingresses I have configured in my cluster, but no mDNS records are ever actually published over the network. I captured all the IGMP & UDP port 5353 traffic from my K8s node runningexternal-mdnswithtcpdump -i any 'udp port 5353 or igmp' -w /tmp/mdns.pcapand all I see are some IGMP membership report packets being sent out but nothing else (nothing on mDNS ports).