Mastering ConfigMaps and Secrets in Kubernetes
What is ConfigMaps?
According to kubernetes.io, a ConfigMap is an API object used to store non-confidential data in key-value pairs.
ConfigMaps are used to store configuration data that can be consumed by pods or other Kubernetes resources.
Config...
dwarkajha.hashnode.dev6 min read