What are ConfigMaps and Secrets in k8s
Kubernetes Secrets and ConfigMaps separate the configuration of individual container instances from the container image, reducing overhead and adding flexibility.
Kubernetes has two types of objects that can inject configuration data into a container...
mrdevops.hashnode.dev15 min read