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 62 Discussion

Actual exam question for Linux Foundation's CKAD exam
Question #: 62
Topic #: 2
[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:

Lai
15 days ago
This question seems challenging.
upvoted 0 times
...
Titus
18 days ago
Ah, I see what they're asking. Creating a pod in the web namespace with the specified image and port exposure. Seems straightforward enough.
upvoted 0 times
Nathalie
3 days ago
Let's start by creating the pod in the web namespace.
upvoted 0 times
...
...

Save Cancel