Back to Developer Roadmap

ConfigMaps

src/data/roadmaps/kubernetes/content/injecting-pod-config-with-configmaps@u24UlZKI86vaguj_VpMv1.md

4.0699 B
Original Source

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.

Visit the following resources to learn more: