July 2018
Intermediate to advanced
504 pages
11h 34m
English
The ConfigMap resource is used to separate data from a pod running an application. These kinds of resource contain arbitrary data to be injected into a pod as configuration. Injection in this context means that the pod can use it in the following ways:
Before you begin, make sure you are logged in as an unprivileged user for the most representative experience:
# oc login -u alice
Let's look at the process of exporting ConfigMap as an environment variable ...
Read now
Unlock full access