Kubernetes ConfigMaps and Secrets

Nidhi
4 min readJan 5, 2021

In this blog, we will explore how we can use the the configuration data like database details using Config Maps and Secrets.

Application ( Container Image) -> Deploy it on the Dev -> INT -> Prod

There is no change from the application, application remains the same in all the environments. The only thing which will change is the database details. So we need to make our application…

--

--