tags:
- roadmap
- kubernetes
- kubernetes-management
- ready
- online
kubernetes-management-config-maps
Contents
__Roadmap info from [ roadmap website ] (https://roadmap.sh/kubernetes/configuration-management/config-maps) __
ConfigMaps
ConfigMaps are a way to store configuration data that can be used by applications running in the cluster. A Config Map is a key-value store that can hold configuration data such as database URLs, credentials, API keys, or any other application configuration data that can be used by the application.