k3s/cluster/addons/dns/kube2sky
Tim Hockin 0a538132cf Fix static builds in go1.4
https://github.com/golang/go/issues/9344
2015-01-20 21:04:04 -08:00
..
Dockerfile Move DNS from contrib to cluster/addons 2015-01-05 12:32:35 -08:00
Makefile Fix static builds in go1.4 2015-01-20 21:04:04 -08:00
README.md Move DNS from contrib to cluster/addons 2015-01-05 12:32:35 -08:00
kube2sky.go Move DNS from contrib to cluster/addons 2015-01-05 12:32:35 -08:00

README.md

kube2sky

==============

A bridge between Kubernetes and SkyDNS. This will watch the kubernetes API for changes in Services and then publish those changes to SkyDNS through etcd.

For now, this is expected to be run in a pod alongside the etcd and SkyDNS containers.

Namespaces

Kubernetes namespaces become another level of the DNS hierarchy. See the description of -domain below.

Flags

-domain: Set the domain under which all DNS names will be hosted. For example, if this is set to kubernetes.io, then a service named "nifty" in the "default" namespace would be exposed through DNS as "nifty.default.kubernetes.io".

-verbose: Log additional information.