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 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:

Cortney
4 hours ago
Yes, we need to create a YAML manifest for a CronJob that runs a shell command every minute.
upvoted 0 times
...
Janessa
1 days ago
I think the question is about creating a pod that runs periodically.
upvoted 0 times
...

Save Cancel