How do I enable dns addon in google container engine?

7/19/2016

I would like to enable the dns addon for my container engine cluster..

as described here.. http://kubernetes.io/docs/user-guide/services/#dns

How do I actually enable this clusterwide so that I can autodiscover my services instead of manually specifying IP addresses every time I relaunch a service.

-- sambehera
dns
google-kubernetes-engine
kubernetes
skydns

1 Answer

7/19/2016

DNS is enabled by default in Google Container Engine. You should be able to use it exactly as specified in the docs.

-- CJ Cullen
Source: StackOverflow