April 2018
Intermediate to advanced
374 pages
8h 35m
English
There are two primary ways to expose configuration data into your container:
The primary difference is that environment variables are typically set once at the start of invoking your container and are generally simple string values, where as ConfigMaps mounted as data in volumes can be more complex and will get updated if you update the ConfigMap resource.
Read now
Unlock full access