Kubernetes ConfigMaps Explained: What You Need to Know
What is a ConfigMap in Kubernetes?
A ConfigMap is an API object that lets you store configuration data as a key-value pairs. This data is then consumed by other kubernetes resources such as pods. It is mainly used to store non-confidential data, as i...
bvm.hashnode.dev3 min read