Official Bank 0/48

Certified Kubernetes Application Developer (CKAD) Exam (CKAD) - Linux Foundation Exam Questions

Last updated on June 20, 2026

97% Exam Compliance
48 Total Questions
1
Question
SIMULATION You must connect to the correct host . Failure to do so may result in a zero score.
[candidate@base] $ ssh ckad00021
Task

Create a Cronjob named grep that executes a Pod running the following single container: name: busybox image: busybox:stable command: ["grep", "

-i", "nameserv
er", "/etc/resolv.conf"]

Configure the CronJob to: execute Once every 30 minutes keep 96 completed Job keep 192 failed Job never restart pods terminate pods after 8 seconds Manually create and execute once job named grep-test from the grep Cronjob
Reveal Only
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

2
Question
Task Your application’s namespace requires a specific service account to be used.

Exhibit

Exhibit

Update the app-a deployment in the production namespace to run as the restrictedservice service
account. The service account has already been created. Context SIMULATION solution below.
Reveal Only
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

3
Question
Developers occasionally need to submit pods that run periodically. Follow the steps below to create a pod that will start at a predetermined time and]which runs to once

Exhibit

Task

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

Exhibit

Exhibit

Exhibit

container name should both be hello

• Create a YAML formatted Kubernetes manifest /opt/KDPD00301/periodic.yaml that runs the
and must complete within 22 seconds or be terminated oy Kubernetes. The Cronjob namp and completion only once each time it is started: following shell command: date in a single busybox container. The command should run every minute Context SIMULATION solution below.
Reveal Only
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

4
Question
SIMULATION You must connect to the correct host . Failure to do so may result in a zero score.
[candidate@base] $ ssh ckad00032
The Pod for the Deployment named nosql in the haddock namespace fails to start because its Container runs out of resources.

Update the nosql Deployment so that the Container :
requests 128Mi of memory limits the memory to half the maximum memory constraint set for the haddock namespace
Reveal Only
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

5
Question
• Add the func=webFrontEnd key/value label to the pod template metadata to identify the pod for

• is mapped to me pods defined by the specification of kdsn00l01-deployment
Start with the deployment named kdsn00101-deployment which has already been deployed to the namespace kdsn00101 . Edit it to:

Next, create ana deploy in namespace kdsn00l01 a service that accomplishes the following:

• Exposes the service on TCP port 8080
Task You have been tasked with scaling an existing deployment for availability, and creating a service to the service definition

• Have 4 replicas

Exhibit

Exhibit

Exhibit

Exhibit

Exhibit

expose the deployment within your infrastructure.

• Has a name of cherry

• Is of type NodePort
Context SIMULATION solution below.
Reveal Only
Discussion (0 comments)

to join the discussion

Community Discussion

No discussions yet. Be the first to ask!

Finish Practice?

Are you sure you want to finish? This will end your practice session.