
Certified Kubernetes Application Developer (CKAD)
Domain 3Objective 1
Implement Probes and Health Checks CKAD Practice Questions (Page 2)
Part of the Application Observability and Maintenance domain, which accounts for 15% of the CKAD exam. Linux Foundation does not publish an official question count, but from its 120-minute exam (~50–80 total, ~8–12 in this domain), expect 2–3 from this objective — we provide 19 practice questions to prepare you well beyond it. (estimate)
19questions here
4free pages
7concepts
15%of the exam
Questions 6–10
- 6
Which probe handler type executes a command inside the container and considers the probe successful if the command exits with status 0?
Select an answer first - 7
A company runs a web frontend that connects to a backend database. During a database outage, the frontend process stays alive but returns HTTP 503 errors. The team wants the Service to stop sending traffic to the affected pod while the database is down, but does NOT want the pod restarted. Which probe configuration achieves this?
Select an answer first - 8
What is the primary purpose of a liveness probe in a Kubernetes pod?
Select an answer first - 9
A team runs a web app with a readiness probe that checks /ready on port 8080. The probe currently has periodSeconds: 10 and failureThreshold: 3. The team notices that the pod is marked NotReady after a single transient failure that lasts only 2 seconds. They want to make the probe more tolerant of transient failures. Which change should they make?
Select an answer first - 10
Which kubectl command is used to view recent events for a pod, such as probe failures or container restarts?
Select an answer first
Finished these 5 questions?
Review the revealed explanations, or continue through the curriculum.
Free Basic Practice is a study aid with revealable answers — not a scored exam. Examers.io is independent and not affiliated with or endorsed by Linux Foundation. “CKAD” is a trademark of its owner, used for identification only.