Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No mDNS records are published #8

Open
PAI5REECHO opened this issue Apr 23, 2023 · 2 comments
Open

No mDNS records are published #8

PAI5REECHO opened this issue Apr 23, 2023 · 2 comments
Labels
question Further information is requested

Comments

@PAI5REECHO
Copy link

PAI5REECHO commented Apr 23, 2023

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).

@nlflint
Copy link

nlflint commented May 16, 2023

Does your external-mDNS deployment/pod have hostNetwork: true? It needs access to the nodes host interface for the multicast packets to leave the cluster.

@blake blake added the question Further information is requested label Mar 9, 2024
@tdrozdowski
Copy link

tdrozdowski commented Dec 15, 2024

I've run into this same thing using microk8s in strict mode - I see its creating the entry and I have hostNetwork: true but no dice.

2024/12/15 20:25:26 Added 1.0.0.127.in-addr.arpa. 120 IN PTR grafana.lab1.local.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants