Jan 16, 2024 路 5 min read 路 ConfigMaps :- A ConfigMap is an API object used to store non-confidential data in key-value pairs. Pods can consume ConfigMaps as environment variables, command-line arguments, or as configuration files in a volume. It allows you to decouple environm...
Join discussionDec 28, 2022 路 4 min read 路 Config-MAP Before talking about the use of the config-maps in Kubernetes, let's discuss why we required configuration files in any applications. so every application has its own configuration data, normally when you start the development of a new app...
Join discussion