Creating & Using ConfigMaps in Kubernetes
In programming, we use env files or separate configuration files to store settings, configurations, or variables that are required to execute the program. In Kubernetes, we can use ConfigMaps to achieve the same functionality. To understand ConfigMap properly, you should have some knowledge of Kubernetes, pods, and basic Kubernetes cluster management. (This article is part […]
---

