nerdexam
Linux_FoundationLinux_Foundation

CKAD · Question #6

CKAD Question #6: Real Exam Question with Answer & Explanation

Sign in or unlock CKAD to reveal the answer and full explanation for question #6. The question stem and answer options stay visible for context.

Submitted by klara.se· May 4, 2026Application Observability and Maintenance

Question

A pod is running on the cluster but it is not responding. The desired behavior is to have Kubernetes restart the pod when an endpoint returns an HTTP 500 on the /healthz endpoint. The service, probe-pod, should never send traffic to the pod while it is failing. Please complete the following: The application has an endpoint, /, started, that will indicate if it can accept traffic by returning an HTTP 200. If the endpoint returns an HTTP 500, the application has not yet finished initialization. The application has another endpoint /healthz that will indicate if the application is still working as expected by returning an HTTP 200. If the endpoint returns an HTTP 500 the application is no longer responsive. Configure the probe-pod pod provided to use these endpoints. The probes should use port 8080

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

#Liveness Probes#Readiness Probes#Pod Configuration#HTTP Probes
Full CKAD PracticeBrowse All CKAD Questions