Conceptual
Login

Kubernetes ConfigMap

A key-value API object holding non-secret configuration, consumed by Pods as environment variables or as files on a mounted volume. Volume-mounted keys update in place when the ConfigMap changes; env-var injection is fixed at container start, so a rollout is needed to pick up changes.

This Concept is waiting for its first lesson!

A key-value API object holding non-secret configuration, consumed by Pods as environment variables or as files on a mounted volume. Volume-mounted keys update in place when the ConfigMap changes; env-var injection is fixed at container start, so a rollout is needed to pick up changes.

Are you a teacher? Sign in to start contributing.

Sign In