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 10 Question 9 Discussion

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

Refer to Exhibit.

Context

Developers occasionally need to submit pods that run periodically.

Task

Follow the steps below to create a pod that will start at a predetermined time and]which runs to completion only once each time it is started:

* Create a YAML formatted Kubernetes manifest /opt/KDPD00301/periodic.yaml that runs the following shell command: date in a single busybox container. The command should run every minute and must complete within 22 seconds or be terminated oy Kubernetes. The Cronjob namp and container name should both be hello

* Create the resource in the above manifest and verify that the job executes successfully at least once

Show Suggested Answer Hide Answer
Suggested Answer: A

Contribute your Thoughts:

0/2000 characters
Isadora
4 months ago
This is a classic use case for Kubernetes, love it!
upvoted 0 times
...
Beckie
5 months ago
The container name and job name both being "hello" is a bit confusing.
upvoted 0 times
...
Edgar
5 months ago
Wait, it has to complete in 22 seconds? That seems tight!
upvoted 0 times
...
Elli
5 months ago
Totally agree, that's super useful for periodic tasks.
upvoted 0 times
...
Whitley
5 months ago
Just a reminder, the cron job runs every minute!
upvoted 0 times
...
Hyman
5 months ago
I feel like I need to double-check how to set the completion time limit in the YAML file. I hope I can remember the correct format!
upvoted 0 times
...
Joanna
5 months ago
This question seems similar to the one we did on scheduling jobs. I hope I can recall the right parameters for the manifest.
upvoted 0 times
...
Armando
5 months ago
I think the command should be straightforward, just running `date` in a busybox container, but I’m a bit confused about the termination part.
upvoted 0 times
...
Marg
6 months ago
I remember we practiced creating CronJobs, but I’m not entirely sure about the exact YAML syntax for the schedule.
upvoted 0 times
...
Nohemi
6 months ago
I'm feeling a bit uncertain on this one. I know the Falcon platform has a lot of reporting options, but I'm not familiar with the specific ones related to sensor status. I think I'll go with C, since that seems the most likely based on the question, but I'm not 100% sure.
upvoted 0 times
...
Dick
6 months ago
Hmm, I'm a bit unsure about this one. I'll need to think through the different search syntax options to determine which one would return the events with both "error" and "fail".
upvoted 0 times
...
Kris
6 months ago
I feel like I might have mixed this up with a different service that doesn't handle compliance checks.
upvoted 0 times
...
Jacklyn
10 months ago
I hope the answer choices aren't as confusing as the exhibit image. That thing looks like a maze!
upvoted 0 times
Deandrea
9 months ago
Let's try to break down the question step by step.
upvoted 0 times
...
Tequila
9 months ago
I'm not sure, option C also seems like a valid answer.
upvoted 0 times
...
Sina
9 months ago
I think option B looks like the correct choice.
upvoted 0 times
...
Joanna
9 months ago
I agree, the exhibit image is quite confusing.
upvoted 0 times
...
...
Sherron
10 months ago
Alright, time to put my Kubernetes skills to the test. Let's do this!
upvoted 0 times
...
Franklyn
10 months ago
Hmm, I wonder if I can sneak in a joke about 'running on time' or 'timing is everything' in my response. Gotta keep things light, you know?
upvoted 0 times
Arthur
9 months ago
Nikita: Haha, yeah, timing is everything in this case!
upvoted 0 times
...
Nikita
10 months ago
User 2: Nice! Did you manage to make it run on time?
upvoted 0 times
...
Lorita
10 months ago
User 1: I think I nailed the Kubernetes manifest for the periodic pod.
upvoted 0 times
...
...
Matthew
11 months ago
I like how the task is clearly defined, with specific requirements to follow. This should be a good way to test my Kubernetes knowledge.
upvoted 0 times
Devora
9 months ago
Malika: I'm excited to test my Kubernetes skills with this task.
upvoted 0 times
...
Malika
9 months ago
User 2: I agree, having specific requirements makes it easier to focus on what needs to be done.
upvoted 0 times
...
Marsha
9 months ago
User 1: The task seems challenging but well-defined.
upvoted 0 times
...
...
Clay
11 months ago
The question seems straightforward, but I want to double-check the specifics on the timing and container name.
upvoted 0 times
Gertude
9 months ago
If you follow the steps correctly, the job should execute successfully.
upvoted 0 times
...
Temeka
9 months ago
Make sure the command runs every minute and completes within 22 seconds.
upvoted 0 times
...
Luis
9 months ago
The container name should be 'hello' as specified in the task.
upvoted 0 times
...
Iesha
9 months ago
You can set the timing in the manifest file using the cron syntax.
upvoted 0 times
...
Ronna
9 months ago
Verify that the job executes successfully after creating the resource.
upvoted 0 times
...
Malcom
9 months ago
Make sure the command runs every minute and completes within 22 seconds.
upvoted 0 times
...
Thurman
9 months ago
The container name should be 'hello' as specified in the task.
upvoted 0 times
...
Carlton
10 months ago
You can set the timing in the YAML manifest file for the Cronjob.
upvoted 0 times
...
...
Janessa
11 months ago
I believe the key is to ensure the command completes within 22 seconds or Kubernetes will terminate it.
upvoted 0 times
...
Cortney
11 months ago
Yes, we need to create a YAML manifest for a CronJob that runs a shell command every minute.
upvoted 0 times
...
Janessa
12 months ago
I think the question is about creating a pod that runs periodically.
upvoted 0 times
...

Save Cancel