Linux_Foundation
CKAD · Question #17
A Deployment named backend-deployment in namespace staging runs a web application on port 8081. The Deployment's manifest files can be found at ~/.spicy-pikachu/backend-deployment.yaml Modify the Depl
Sign in or unlock CKAD to reveal the answer and full explanation for question #17. The question stem and answer options stay visible for context.
Submitted by kwame.gh· May 4, 2026Application Deployment
Question
A Deployment named backend-deployment in namespace staging runs a web application on port 8081.
The Deployment's manifest files can be found at
~/.spicy-pikachu/backend-deployment.yaml
Modify the Deployment specifying a readiness probe
using path /healthz.
Set initialDelaySeconds to 8 and periodSeconds to 5.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
#Kubernetes Deployments#Readiness Probes#Pod Probes#Manifests