ConfigMaps
This section explains how to manage ConfigMaps.
ConfigMaps store non-sensitive data, such as environment variables, command-line parameters, and configuration files, in key-value pairs. ConfigMaps allow users to separate containers from configuration data, making it easier to manage configurations and ensure the portability of applications.
ConfigMaps are only used to store non-confidential data. For storing confidential data, use Secrets.
Create ConfigMaps
Learn how to create a ConfigMap.
View ConfigMap List
Learn how to view the ConfigMap list.
View ConfigMap Details
Learn how to view ConfigMap details.
Edit ConfigMap Information
Learn how to edit ConfigMap information.
Edit ConfigMap Settings
Learn how to edit ConfigMap settings.
Delete ConfigMaps
Learn how to delete a ConfigMap.