
Certified Kubernetes Application Developer (CKAD)
Domain 4Objective 4
Extending Kubernetes CKAD Practice Questions (Page 4)
Part of the Application Environment, Configuration and Security domain, which accounts for 25% of the CKAD exam. Linux Foundation does not publish an official question count, but from its 120-minute exam (~50–80 total, ~13–20 in this domain), expect 3–5 from this objective — we provide 18 practice questions to prepare you well beyond it. (estimate)
18questions here
4free pages
4concepts
25%of the exam
Questions 16–18
- 16
You have a CRD named 'backups.example.com' with a schema that requires a 'spec.schedule' field and allows 'spec.retention'. You create a custom resource using the following YAML: ```yaml apiVersion: example.com/v1 kind: Backup metadata: name: nightly spec: schedule: "0 2 * * *" ``` You apply it successfully. Later, you need to update the retention to 7 days. Which command correctly updates the custom resource?
Select an answer first - 17
You need to find the API group and version for a custom resource 'Task' that was created by a team member. You know the plural name is 'tasks'. Which command shows the API group and version for this resource?
Select an answer first - 18
Your organization uses a custom resource 'PostgresCluster' managed by an Operator. The Operator is responsible for creating StatefulSets, Services, and ConfigMaps based on the custom resource spec. A new version of the Operator is released that changes the default number of replicas from 3 to 5. After upgrading the Operator, existing PostgresCluster resources remain at 3 replicas. What is the most likely reason?
Select an answer first
Finished these 3 questions?
Review the revealed explanations, or continue through the curriculum.
No more pagesBack to CKAD
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.