Immutable ConfigMaps and Secrets in Kubernetes: A Complete Guide
ConfigMaps and Secrets are resources in Kubernetes that are used to govern configuration for applications. ConfigMaps maintain non-sensitive data whereas Secrets hold sensitive data like credentials and passwords.
In Kubernetes 1.21, a feature for Im...
blog.adityasamant.dev7 min read