
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 3)
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 11–15
- 11
What is the effect of changing a Service's selector from 'version: blue' to 'version: green'?
Select an answer first - 12
A team is implementing a blue/green deployment for an application that requires a database schema migration. The new version (green) needs to connect to a different database than the old version (blue). How should they configure the green Deployment to use the new database without affecting the blue Deployment?
Select an answer first - 13
A team is implementing a blue/green deployment for a stateless web application. They have created two Deployments, 'web-blue' and 'web-green', each with its own ConfigMap for environment-specific settings. They want to switch traffic from blue to green. What is the correct sequence of actions?
Select an answer first - 14
Which Kubernetes primitive is used to expose a set of pods and provide a stable network endpoint for traffic routing?
Select an answer first - 15
A team is performing a blue/green deployment. They have created the green Deployment (v2) and want to switch the Service selector to v2. However, they want to ensure that v2 pods are actually ready to serve traffic before switching. What should they configure on the v2 Deployment to guarantee 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.