Mastering ConfigMaps and Secrets in Kubernetes
What are ConfigMaps and Secrets in k8s:
In Kubernetes, ConfigMaps and Secrets manage configuration data for applications running in a cluster.
1. ConfigMaps
A ConfigMap is an API object used to store non-sensitive configuration data in key-value pai...
vanshikasharmaa.hashnode.dev11 min read