
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 4)
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 16–20
- 16
What is the primary purpose of a blue/green deployment strategy?
Select an answer first - 17
Why are readiness probes important when implementing a canary deployment?
Select an answer first - 18
A team is running a canary deployment for a microservice. They have 'svc-v1' and 'svc-v2' Deployments, each with its own Service. They are using an Ingress with a 90/10 weight split. They notice that v2 pods are crashing due to a bug. What should they do to minimize impact?
Select an answer first - 19
Why is a canary deployment considered lower risk than a full rollout?
Select an answer first - 20
A company runs a customer-facing web application on Kubernetes using a Deployment named 'web-app' with selector 'app=web, version=v1'. They have prepared a new version (v2) in a separate Deployment named 'web-app-v2' with selector 'app=web, version=v2'. Both Deployments are running and healthy. The team wants to switch all production traffic to v2 immediately and be able to roll back to v1 instantly if issues arise. What should they do?
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.