Files
website/content/en/docs/reference/glossary/container-env-variables.md
T
Bjørn Erik Pedersen 7f3b633aa0 Convert site to Hugo (#8316)
This commit converts content and layout to use Hugo.
2018-05-05 09:00:51 -07:00

838 B
Executable File

title, id, date, full_link, short_description, aka, tags
title id date full_link short_description aka tags
Container Environment Variables container-env-variables 2018-04-12 /docs/concepts/containers/container-environment-variables.md Container environment variables are name/value pairs that provide useful information into containers running in a Pod.
fundamental

Container environment variables are name/value pairs that provide useful information into containers running in a Pod.

Container environment variables provide information that is required by the running containerized applications along with information about important resources to the [Containers] {{< glossary_tooltip text="Containers" term_id="container" >}}. For example, file system, information about the container itself and other cluster resources such as service endpoints, etc.