Kubernetes - ConfigMaps
You want to update environment variables in a running pod without rebuilding the container image. Which approach using ConfigMaps is correct?
envFrom in the pod spec, then restart the pod correctly uses ConfigMap with envFrom and pod restart. Others require image rebuild or confuse Secrets with ConfigMaps.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions