- Home
- All questions
- Question 30
CKA study material · question 30 of 1000
A CustomResourceDefinition is installed but nothing happens when its objects are created. What is missing?
Show the answer
Answer: A. A custom controller to act on the objects
On its own a custom resource is only structured storage; a controller is what turns it into a working declarative API.
Source: Using RBAC Authorization (Kubernetes) — Aggregated ClusterRoles