Blog Posts with Tag ConfigMap
Kubernetes: Using ConfigMaps to Manage Application Configuration
Most applications contain settings which differ from environment to environment, or just need to be able to have behavior changed without making changes to the code. Configuration allows applications to do this. Thankfully, Kubernetes provides a simple way to store configuration values in a cluster and reference them in a Pod specification. In this blog post, I'll show some simple examples of using ConfigMaps in Kubernetes. What Are ConfigMaps ConfigMaps are resources in…
January 07, 2023
|
approximately 4 minutes to read