Linux_Foundation
CKAD · Question #11
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
Sign in or unlock CKAD to reveal the answer and full explanation for question #11. The question stem and answer options stay visible for context.
Submitted by fernanda_arg· May 4, 2026Application Deployment
Question
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 42 seconds or be terminated by Kubernetes. The CronJob name and container name should both be hello.
- Create the resource in the above manifest and verify that the job executes successfully at least once
Unlock CKAD to see the answer
You've previewed enough free CKAD questions. Unlock CKAD for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#CronJobs#Scheduling#Jobs#YAML Manifests