diff --git a/docs/concepts/services-networking/service.md b/docs/concepts/services-networking/service.md index 236d43e8d9..c4ceadab41 100644 --- a/docs/concepts/services-networking/service.md +++ b/docs/concepts/services-networking/service.md @@ -318,7 +318,7 @@ variables will not be populated. DNS does not have this restriction. ### DNS An optional (though strongly recommended) [cluster -add-on](http://releases.k8s.io/{{page.githubbranch}}/cluster/addons/README.md) is a DNS server. The +add-on](/docs/concepts/cluster-administration/addons/) is a DNS server. The DNS server watches the Kubernetes API for new `Services` and creates a set of DNS records for each. If DNS has been enabled throughout the cluster then all `Pods` should be able to do name resolution of `Services` automatically.