DevOps(Day-35) : Mastering ConfigMaps and Secrets in Kubernetes
ConfigMaps
The ConfigMap API resource holds key-value pairs of configuration data that can be consumed in pods or used to store configuration data for system components such as controllers.
ConfigMaps are intended for non-sensitive data—configuration...
bandandevopsjourney.hashnode.dev2 min read