Externalize config from images.
ConfigMaps hold non-secret config (env vars, config files) and
get mounted into pods. Keeps images generic and config per-environment.
TASK
----
Run:
kubectl create configmap app-config --from-literal=LOG_LEVEL=debug
kubectl get configmap
Pass when the listing contains "app-config".
Sign in to save your code and track progress across devices.