Skip to content

Commit 3e56fe9

Browse files
authored
Merge pull request #40643 from nitishfy/Nitish/ServiceLinks
Hyperlinked to mention information about accessing services
2 parents 386c390 + 461c54d commit 3e56fe9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

content/en/docs/tasks/inject-data-application/environment-variable-expose-pod-information.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ In Kubernetes, there are two ways to expose Pod and container fields to a runnin
1818
Together, these two ways of exposing Pod and container fields are called the
1919
downward API.
2020

21+
As Services are the primary mode of communication between containerized applications managed by Kubernetes,
22+
it is helpful to be able to discover them at runtime.
23+
24+
Read more about accessing Services [here](/docs/tutorials/services/connect-applications-service/#accessing-the-service).
25+
2126
## {{% heading "prerequisites" %}}
2227

2328
{{< include "task-tutorial-prereqs.md" >}}

0 commit comments

Comments
 (0)