Kubernetes and Cloud Native Associate (KCNA) — Question 17
We can extend the Kubernetes API with Kubernetes API Aggregation Layer and CRDs. What is CRD?
Answer options
- A. Custom Resource Definition
- B. Custom Restricted Definition
- C. Customized RUST Definition
- D. Custom RUST Definition
Correct answer: A
Explanation
The correct answer is A, Custom Resource Definition, as it refers to a way to extend the Kubernetes API by defining new resource types. The other options are incorrect as they either misrepresent the term or use unrelated terminology.