ConfigMap
Resource Icon

Resource Overview
A Kubernetes resource used to separate and store application configuration data and pass it to containers within a pod.
Associated Resources
Parent Resource
Connected Resources
Resource Setting Values
service_name: Name of the ConfigMap resourcenamespace: Namespace where ConfigMap resources will be deployedannotations: A key-value used to display necessary information in the Kubernetes systemlabels: To distinguish objects, the user arbitrarily specifies the desired valuedata: General data as key-value pairs - used to store configuration information in text format such as configuration files, environment variables, etcdata.name: The key value of the datadata.value: The value of the data
binary_data: Binary data for a specific key - used to store binary files or other binary format datadata.name: The key for the binary datadata.value: The value for the binary data