List of questions
Related questions
Question 4 - CKAD discussion
Context
You are tasked to create a ConfigMap and consume the ConfigMap in a pod using a volume mount.
Task
Please complete the following:
• Create a ConfigMap named another-config containing the key/value pair: key4/value3
• start a pod named nginx-configmap containing a single container using the nginx image, and mount the key you just created into the pod under directory /also/a/path
A.
See the solution below.
Your answer:
0 comments
Sorted by
Leave a comment first