Updated at: 2022-12-09 03:49:50
ConfigMap is commonly used to store the configuration information required by workload, and read by many applications from configuration files, command line parameters, or environment variables. The configuration information needs to be decoupled from the docker image to avoid one image for one configuration.
ConfigMap acts as a mechanism for inputting configuration information into container, saving individual property, or entire configuration file or JSON binary object. ConfigMap can be used as file or environment variable in workload.
In the left menu bar, click Configuration Center > ConfigMap for configuration in the list, and click Details to modify or delete the configuration.