external-mdns icon indicating copy to clipboard operation
external-mdns copied to clipboard

A service to advertise records for Kubernetes resources on a LAN over multicast DNS.

Results 14 external-mdns issues
Sort by recently updated
recently updated
newest added

Currently, the yaml files are in the readme, it would be nice if they where be checkout in git directly so we can include them better via kustomize

Based on the PR by @pl4nty this goes further. # Hostnames annotation feature for services Instead of a single hostname we add an annotation external-mdns.blakecovarrubias.com/hostnames which can take a comma...

enhancement

Currently external-mdns is working farily well in my home lab for which I used metallb as a LoadBalancer so it's closer to the Cloud Environments I actually work with. A...

enhancement

1. This works a treat. Thank you! 2. I'm running it (primarily) on a Raspberry Pi 2, which is ``` $ arch armv7l ``` 3. This required me to compile/upload...

enhancement

How do you configure the `external-mdns` Pod to be able to reach the K8s API server when running the deployment with `hostNetwork: true`? https://github.com/blake/external-mdns/blob/b68bdfb1d431e12ce047d285e8cd062a26a962f7/README.md?plain=1#L111 ```console ... reflector.go:138] pkg/mod/k8s.io/[email protected]/tools/cache/reflector.go:167: Failed to...

question

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

question

I'd like to expose a LoadBalancer service (or ideally, NodePort) on `_my_service._tcp.local`, but underscores aren't allowed in k8s service names. Could this be supported via an optional annotation with the...

enhancement

How do I configure mDNS to work within the cluster itself? i.e.: ```console $ kubectl run -i --tty --rm --image=alpine --restart=Never --command -- bash If you don't see a command...

question

Hi there, I'm using Argo image updater and it infinitely swaps between `v0.5.0` and `0.5.0` image tagsm this leads to re-sync from ArgoCD side. The main problem is when it...

bug

I'm running external-mdns in k3d, installed from the "with RBAC" example on the README, and while I expect to encounter some mdns issues, I haven't been able to get that...