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 CKAD Exam - Topic 1 Question 70 Discussion

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

0/2000 characters
Sherill
25 days ago
Port 6379 is crucial for Redis.
upvoted 0 times
...
Angella
1 month ago
Don't forget to set the namespace!
upvoted 0 times
...
Myong
1 month ago
Using the right image is key!
upvoted 0 times
...
Shad
1 month ago
I think I can nail the pod creation.
upvoted 0 times
...
Delisa
2 months ago
I feel confident about it.
upvoted 0 times
...
Janey
2 months ago
This question is tricky.
upvoted 0 times
...
Eun
2 months ago
Seems straightforward, but I hope the namespace is set up correctly.
upvoted 0 times
...
Winfred
2 months ago
Don't forget to expose port 6379 for Redis!
upvoted 0 times
...
Mona
3 months ago
Wait, are we sure the image is still maintained?
upvoted 0 times
...
Tora
3 months ago
The namespace part seems straightforward, but I'm still a bit fuzzy on how to properly expose the port.
upvoted 0 times
...
Dalene
3 months ago
Haha, I bet the exam proctors are getting tired of all these redis questions!
upvoted 0 times
...
Charlena
3 months ago
Looks good, but I would use the full image name instead of just the tag.
upvoted 0 times
...
Emiko
3 months ago
I remember we need to expose the port, but I can't recall if that should be done in the same command or separately.
upvoted 0 times
...
Ruby
4 months ago
I'm a bit confused about the image tag; is it `Ifccncf/redis:3.2` or something else? I hope I don't mix that up.
upvoted 0 times
...
Rosalind
4 months ago
I practiced a similar question where we had to create a pod with a specific image, so I think I can use the `kubectl run` command for this.
upvoted 0 times
...
Ressie
4 months ago
I think I remember that we need to specify the namespace when creating the pod, but I'm not entirely sure how to do that in the command.
upvoted 0 times
...
Micaela
4 months ago
This looks pretty straightforward. I'll just create a pod in the web namespace with the specified image, name, and port. Shouldn't take more than a couple commands.
upvoted 0 times
...
Soledad
4 months ago
Wait, do I need to use a deployment or just a plain pod? And what about resource limits or requests? I want to make sure I cover all the bases here.
upvoted 0 times
...
Luke
4 months ago
Totally agree, that's the right version for caching!
upvoted 0 times
...
Andra
5 months ago
You need to use the Ifccncf/redis image with the 3.2 tag.
upvoted 0 times
...
Paris
5 months ago
Shouldn't we also set the environment variables for the redis configuration?
upvoted 0 times
...
Georgene
5 months ago
Okay, I got this. First, I'll switch to the web namespace, then use the kubectl run command to create the pod with the right image, name, and port. Should be straightforward.
upvoted 0 times
...
Evangelina
5 months ago
Hmm, I'm a bit unsure about the namespace part. I'll need to double-check the syntax for that. And I'm not totally familiar with the image and tag, so I'll have to look that up.
upvoted 0 times
...
Jamey
6 months ago
I think I can handle this. I'll start by creating the namespace, then use the correct image and tag to create the pod with the specified name and port.
upvoted 0 times
Johnson
4 days ago
You got this! Just follow the steps carefully.
upvoted 0 times
...
Maybelle
9 days ago
Exposing the port is crucial too.
upvoted 0 times
...
Lenna
15 days ago
Don't forget to specify the namespace!
upvoted 0 times
...
Hildred
20 days ago
Make sure to check the image version.
upvoted 0 times
...
Floyd
5 months ago
Sounds like a solid plan!
upvoted 0 times
...
...

Save Cancel