ConfigMaps and Secrets in Kubernetes
In Kubernetes, ConfigMaps and Secrets are used to store and manage configuration data that is needed by your applications.
ConfigMaps are used to store non-sensitive configuration data such as environment variables, command-line arguments, and config...
dhiyanidevops.hashnode.dev2 min read