Skip to content

Commit 2a9f092

Browse files
authored
Clarify Service-to-Pod wording and normalize DNS addon spelling
1 parent fb8884f commit 2a9f092

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/en/docs/concepts/containers/container-environment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ as are any environment variables specified statically in the container image.
4242
A list of all services that were running when a Container was created is available to that Container as environment variables.
4343
This list is limited to services within the same namespace as the new Container's Pod and Kubernetes control plane services.
4444

45-
For a service named *foo* that exposes a Pod running a Container named *bar*,
45+
For a service named *foo* that exposes a set of Pods, each running a container named *bar*,
4646
the following variables are defined:
4747

4848
```shell
@@ -51,7 +51,7 @@ FOO_SERVICE_PORT=<the port the service is running on>
5151
```
5252

5353
Services have dedicated IP addresses and are available to the Container via DNS,
54-
if [DNS add-on](https://releases.k8s.io/v{{< skew currentPatchVersion >}}/cluster/addons/dns/) is enabled. 
54+
if [DNS addon](https://releases.k8s.io/v{{< skew currentPatchVersion >}}/cluster/addons/dns/) is enabled. 
5555

5656

5757

0 commit comments

Comments
 (0)