
Certified Kubernetes Application Developer (CKAD)
Domain 2Objective 4
Understand API Depreciations 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 16 practice questions to prepare you well beyond it. (estimate)
16questions here
4free pages
4concepts
20%of the exam
Questions 1–5
- 1
A developer is creating a new `CronJob` manifest for a cluster running Kubernetes v1.24. The developer wants to use the latest stable API version. Which `apiVersion` should be used?
Select an answer first - 2
A developer wants to see all API versions served by the cluster, including deprecated ones. Which command should they use?
Select an answer first - 3
A team is migrating their `Deployment` manifests from `apps/v1beta2` to `apps/v1`. After updating the `apiVersion`, they notice that the `spec.selector` field is now required. What is the correct action?
Select an answer first - 4
A company runs a production cluster on Kubernetes v1.20. They have a critical application that uses `Deployment` with `apiVersion: apps/v1beta1`. The team is planning to upgrade to v1.21 next month, but they are concerned about downtime. The application is deployed via a CI/CD pipeline that reads manifests from a Git repository. What is the safest migration strategy?
Select an answer first - 5
A developer needs to update a CronJob manifest from `batch/v1beta1` to the current stable version. The cluster runs Kubernetes v1.25. After changing the `apiVersion` to `batch/v1`, the developer notices that the field `schedule` is now required and `jobTemplate` has a different structure. What is the most efficient way to ensure the manifest is valid before applying it?
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.