
Certified Kubernetes Application Developer (CKAD)
Domain 2Objective 1
Use Kubernetes Primitives to Implement Common Deployment Strategies (e.g. Blue/green or Canary) CKAD Practice Questions (Page 5)
Part of the Application Deployment domain, which accounts for 20% of the CKAD exam. Linux Foundation does not publish an official question count, but from its 120-minute exam (~50–80 total, ~10–16 in this domain), expect 3–4 from this objective — we provide 27 practice questions to prepare you well beyond it. (estimate)
27questions here
6free pages
8concepts
20%of the exam
Questions 21–25
- 21
A team is performing a blue/green deployment. The green Deployment has a readiness probe that checks an HTTP endpoint. The probe has an initialDelaySeconds of 30 and a periodSeconds of 10. They update the Service selector to green immediately after creating the green Deployment. What is the most likely outcome?
Select an answer first - 22
What is the primary advantage of keeping the old version running during a blue/green deployment?
Select an answer first - 23
A company is using a blue/green deployment strategy. The blue Deployment (v1) is currently serving traffic via a Service with selector 'app=web, version=blue'. The green Deployment (v2) is running and healthy. The team wants to switch to green, but they also want to keep the blue Deployment running for a while to allow for a quick rollback. After switching the Service selector to green, what should they do with the blue Deployment?
Select an answer first - 24
What is the minimum number of Deployments required to implement a blue/green deployment in Kubernetes?
Select an answer first - 25
A team wants to test a new feature with a small subset of internal users before rolling it out to everyone. They have a stable v1 Deployment and a new v2 Deployment. They want to route traffic from specific internal IP addresses to v2, while all other traffic goes to v1. Which approach best achieves this?
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.