kubernetes/cluster/addons/dns/kube2sky
2015-05-18 13:32:55 -04:00
..
Changelog Add docs on making a release 2015-05-15 17:51:01 -07:00
Dockerfile Base the kube2sky container on busybox 2015-05-15 08:49:52 -07:00
kube2sky_test.go Adding unit tests for existing kube2sky logic. 2015-05-17 19:13:50 -07:00
kube2sky.go Adding unit tests for existing kube2sky logic. 2015-05-17 19:13:50 -07:00
Makefile Adding unit tests for existing kube2sky logic. 2015-05-17 19:13:50 -07:00
README.md Add ga-beacon analytics to gendocs scripts 2015-05-15 18:56:38 -07:00
RELEASES.md fix gendocs 2015-05-18 13:32:55 -04:00

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.

'-etcd_mutation_timeout': For how long the application will keep retrying etcd mutation (insertion or removal of a dns entry) before giving up and crashing.

Analytics