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 CKA Topic 4 Question 86 Discussion

Actual exam question for Linux Foundation's CKA exam
Question #: 86
Topic #: 4
[All CKA Questions]

Create a pod as follows:

Name: non-persistent-redis

container Image: redis

Volume with name: cache-control

Mount path: /data/redis

The pod should launch in the staging namespace and the volume must not be persistent.

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

Lenna
4 days ago
The volume mount path is correct, but the volume itself should be non-persistent to match the requirements.
upvoted 0 times
...
Jamal
7 days ago
And don't forget to add a volume named cache-control with mount path /data/redis.
upvoted 0 times
...
Graciela
9 days ago
Yes, we should use the container image redis for it.
upvoted 0 times
...
Jamal
12 days ago
I think we need to create a pod named non-persistent-redis.
upvoted 0 times
...

Save Cancel