
Certified Kubernetes Administrator (CKA)
Domain 4Objective 8
Understand CRDs, Install and Configure Operators CKA Practice Questions (Page 1)
Part of the Cluster Architecture, Installation and Configuration domain, which accounts for 25% of the CKA 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 2–3 from this objective — we provide 27 practice questions to prepare you well beyond it. (estimate)
27questions here
6free pages
7concepts
25%of the exam
Questions 1–5
- 1
A custom resource of kind 'Application' has been created, but the team wants to remove it and all associated resources that the operator created. What is the correct way to do this?
Select an answer first - 2
An operator installed via OLM creates a custom resource of kind 'RedisCluster'. A user wants to scale the RedisCluster from 3 to 5 nodes. What is the correct approach?
Select an answer first - 3
Which OLM resource controls the upgrade channel for an operator?
Select an answer first - 4
A team has created a CRD with the following schema: ```yaml openAPIV3Schema: type: object properties: spec: type: object properties: replicas: type: integer minimum: 1 maximum: 10 ``` They apply a custom resource with 'replicas: 15'. The resource is rejected. What is the most likely reason?
Select an answer first - 5
What is the recommended way to uninstall an operator that was installed via OLM?
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. “CKA” is a trademark of its owner, used for identification only.