Mastering ConfigMaps and Secrets in Kubernetes🔒🔑🛡️
Define ConfigMaps
ConfigMaps in Kubernetes is a way to store configuration data as key-value pairs or plain text files, separate from the application code.
ConfigMaps can be used to store environment variables, configuration files, command-line arg...
abhisek6.hashnode.dev4 min read
Sandip Kumar
Cloud Devops Engineer
Useful