Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Linux Foundation Exam CKAD Topic 2 Question 63 Discussion

Actual exam question for Linux Foundation's CKAD exam
Question #: 63
Topic #: 2
[All CKAD Questions]

Refer to Exhibit.

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

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

Wenona
6 days ago
Wow, this is a straightforward task. I like how the question provides the exact steps to follow. Now, let's see if I can do this on the actual exam without any hiccups.
upvoted 0 times
...
Stevie
9 days ago
I believe we should mount the key under directory /also/a/path in the pod.
upvoted 0 times
...
Gwenn
14 days ago
Yes, we need to create a ConfigMap named another-config with key4/value3 and mount it in a pod named nginx-configmap.
upvoted 0 times
...
Luisa
15 days ago
The ConfigMap creation and pod deployment look good, but I'm not sure about the mount path. Shouldn't it be something like '/etc/config' instead of '/also/a/path'?
upvoted 0 times
Blythe
1 days ago
I think you're right, the mount path should match the directory where the key is being mounted.
upvoted 0 times
...
...
Stevie
20 days ago
I think the question is asking us to create a ConfigMap and use it in a pod.
upvoted 0 times
...

Save Cancel