ConfigMap
Resource Icon

Resource Overview
A Kubernetes resource used to store application configuration data separately and deliver it to containers within Pods.
Associated Resources
Parent Resource
Connected Targets
Resource Configuration
Basic Settings
namespace: Namespace where the ConfigMap resource will be deployedannotations: Kubernetes system metadatadata: Stores text-based configuration data in key-value formatlabels: User-defined labels for resource identification and classificationbinary_data: Stores binary data in key-value format