Skip to main content

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 deployed
  • annotations : Kubernetes system metadata
  • data : Stores text-based configuration data in key-value format
  • labels : User-defined labels for resource identification and classification
  • binary_data : Stores binary data in key-value format

References