An API object used to store non-confidential data in key-value pairs. Can be consumed as environment variables, command-line arguments, or config files in a volume.
aka:
tags:
- core-object
---
An API object used to store non-confidential data in key-value pairs. Can be consumed as environment variables, command-line arguments, or config files in a {{<glossary_tooltiptext="volume"term_id="volume">}}.
Allows you to decouple environment-specific configuration from your {{<glossary_tooltiptext="container images"term_id="container">}}, so that your applications are easily portable. When storing confidential data use a [Secret](/docs/concepts/configuration/secret/).