
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 1)
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 1–5
- 1
Which Kubernetes primitive is used to store non-sensitive configuration data, such as environment variables, that can be consumed by pods?
Select an answer first - 2
Which Kubernetes primitive can be used to route traffic to different versions of an application based on HTTP rules, such as headers or paths, for canary deployments?
Select an answer first - 3
What is the defining characteristic of a canary deployment?
Select an answer first - 4
A team is running a canary deployment for their web app. They have 'app-v1' and 'app-v2' Deployments, each exposed by its own Service ('app-v1-svc' and 'app-v2-svc'). They are using an Ingress to route traffic. They want to shift traffic from 90% v1 / 10% v2 to 50% / 50%. What should they modify?
Select an answer first - 5
Which of the following is a common method to shift traffic between application versions in Kubernetes?
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.