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

The following log entry repeats a few times per minute: ```shell Could not read from &{{%!s(*net.netFD=&{{{0 0 0} 3 {139736053755528} 0 0 false false false} 2 2 false udp4 0xc00041ab70...

bug

How would you feel about publishing records for the gateway source in addition to the current service & ingress? For example with the envoy gateway the published record has an...

enhancement
help wanted

- Add new flag `--truncate-long-records` to handle long record names - Implement record validation and truncation using SHA-256 hash - Enhance logging with emoji-based status indicators - Update Dockerfile to...

enhancement

I like the annotations that allow some control over mdns names: ```yaml [..] external-mdns.blakecovarrubias.com/hostnames: foo external-mdns.blakecovarrubias.com/without-namespace: "true" [..] ``` Is is also possible to disable the creation of `foo-foospace.local `?