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 5 Question 26 Discussion

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

Refer to Exhibit.

Set Configuration Context:

[student@node-1] $ | kubectl

Config use-context k8s

Context

A web application requires a specific version of redis to be used as a cache.

Task

Create a pod with the following characteristics, and leave it running when complete:

* The pod must run in the web namespace.

The namespace has already been created

* The name of the pod should be cache

* Use the Ifccncf/redis image with the 3.2 tag

* Expose port 6379

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

Shannan
7 days ago
Ah, I see. The key details are the namespace, the pod name, the image version, and the exposed port. I think I've got this!
upvoted 0 times
...
Kristeen
10 days ago
The question is pretty straightforward. I just need to create a pod with the specified characteristics in the web namespace.
upvoted 0 times
...
Holley
10 days ago
And don't forget to expose port 6379. That's an important requirement.
upvoted 0 times
...
Sarina
12 days ago
Yes, we need to create a pod in the web namespace using the Ifccncf/redis image with the 3.2 tag.
upvoted 0 times
...
Holley
14 days ago
I think the question is asking us to create a pod with specific characteristics.
upvoted 0 times
...

Save Cancel