Mastering ConfigMaps and Secrets in Kubernetes.
What are ConfigMaps and Secrets in K8s?
In Kubernetes, ConfigMaps and Secrets are used to store configuration data and secrets, respectively. ConfigMaps store configuration data as key-value pairs, while Secrets store sensitive data in an encrypted ...
mizanf123.hashnode.dev4 min read