What are ConfigMaps and Secrets in Kubernetes?
Introduction:
When running applications in Kubernetes, you’ll quickly realize that application configuration and secrets management are just as important as the code itself. Hardcoding configs or credentials into containers is a recipe for disaster.
...
running-cloud.hashnode.dev8 min read