Merge pull request #13618 from Huawei-PaaS/add_svc_and_fix_typos_in_namespace_md

Auto commit by PR queue bot
This commit is contained in:
k8s-merge-robot
2015-09-07 03:51:56 -07:00
2 changed files with 4 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ $ kubectl config set-context $(CONTEXT) --namespace=<insert-namespace-name-here>
## Namespaces and DNS
When you create a [Service](services.md), it creates a corresponding [DNS entry](../admin/dns.md).
This entry is of the form `<service-name>.<namespace-name>.cluster.local`, which means
This entry is of the form `<service-name>.<namespace-name>.svc.cluster.local`, which means
that if a container just uses `<service-name>` it will resolve to the service which
is local to a namespace. This is useful for using the same configuration across
multiple namespaces such as Development, Staging and Production. If you want to reach