- Home
- All questions
- Question 29
CKA study material · question 29 of 1000
What does installing a CustomResourceDefinition give a cluster?
Show the answer
Answer: D. A new API endpoint storing objects of a new kind, usable with kubectl
A custom resource adds an API endpoint for a new kind; kubectl then handles its objects like built-in ones.
Source: Custom Resources (Kubernetes) — Custom resources