Improve overall sentence clearness and understanding (#11102)
This commit is contained in:
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
|
||||
`Pods` should be able to do name resolution of `Services` automatically.
|
||||
|
||||
For example, if you have a `Service` called `"my-service"` in Kubernetes
|
||||
`Namespace` `"my-ns"` a DNS record for `"my-service.my-ns"` is created. `Pods`
|
||||
For example, if you have a `Service` called `"my-service"` in a Kubernetes
|
||||
`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
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue