Linux Foundation Certified Kubernetes Application Developer (CKAD) Program CKAD Question # 1 Topic 1 Discussion

Linux Foundation Certified Kubernetes Application Developer (CKAD) Program CKAD Question # 1 Topic 1 Discussion

CKAD Exam Topic 1 Question 1 Discussion:
Question #: 1
Topic #: 1

CKAD Question 1

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


Get Premium CKAD Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.