blake / external-mdns

A service to advertise records for Kubernetes resources on a LAN over multicast DNS.
Apache License 2.0
65 stars 9 forks source link

Expose service with arbitrary hostname #14

Open pl4nty opened 11 months ago

pl4nty commented 11 months ago

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 preferred name?

L2jLiga commented 10 months ago

It could be indeed, would you like to send Pull Request?