Improve overall sentence clearness and understanding (#11102)
This commit is contained in:
committed by
k8s-ci-robot
parent
27ce5a8c8f
commit
703336cacd
@@ -324,8 +324,8 @@ 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
|
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.
|
`Pods` should be able to do name resolution of `Services` automatically.
|
||||||
|
|
||||||
For example, if you have a `Service` called `"my-service"` in Kubernetes
|
For example, if you have a `Service` called `"my-service"` in a Kubernetes
|
||||||
`Namespace` `"my-ns"` a DNS record for `"my-service.my-ns"` is created. `Pods`
|
`Namespace` called `"my-ns"`, a DNS record for `"my-service.my-ns"` is created. `Pods`
|
||||||
which exist in the `"my-ns"` `Namespace` should be able to find it by simply doing
|
which exist in the `"my-ns"` `Namespace` should be able to find it by simply doing
|
||||||
a name lookup for `"my-service"`. `Pods` which exist in other `Namespaces` must
|
a name lookup for `"my-service"`. `Pods` which exist in other `Namespaces` must
|
||||||
qualify the name as `"my-service.my-ns"`. The result of these name lookups is the
|
qualify the name as `"my-service.my-ns"`. The result of these name lookups is the
|
||||||
|
|||||||
Reference in New Issue
Block a user