Skip to content

Instantly share code, notes, and snippets.

@dsyorkd
Created January 16, 2023 04:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsyorkd/f6699d060f92ad36d14ab418a623c221 to your computer and use it in GitHub Desktop.
Save dsyorkd/f6699d060f92ad36d14ab418a623c221 to your computer and use it in GitHub Desktop.
# References for everything I can find regarding zeroConf/mDns in Kubernetes
# Reddit - Zeroconf testing on various kubernetes CNI's
https://www.reddit.com/r/kubernetes/comments/hcio27/kubernetes_calico_and_avahizeroconfmdns/
# Homeassistant - Burb on Google Cast devices and mDns
https://www.home-assistant.io/integrations/cast/#zeroconf-configuration
# Github - mdns service written in go for publishing
https://github.com/flix-tech/k8s-mdns/blob/master/mdns/mdns.go
# Gtihub - External mDns - Tool for exposing kubernetes services and ingresses address on a lan using mutlicast
https://github.com/blake/external-mdns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment