KCNA · Question #178
We can extend the Kubernetes API with Kubernetes API Aggregation Layer and CRDs. What is CRD?
The correct answer is A. Custom Resource Definition. CRD stands for Custom Resource Definition, a Kubernetes mechanism to extend its API by defining new custom resource types.
Question
We can extend the Kubernetes API with Kubernetes API Aggregation Layer and CRDs. What is CRD?
Options
- ACustom Resource Definition
- BCustom Restricted Definition
- CCustomized RUST Definition
- DCustom RUST Definition
How the community answered
(30 responses)- A93% (28)
- C3% (1)
- D3% (1)
Why each option
CRD stands for Custom Resource Definition, a Kubernetes mechanism to extend its API by defining new custom resource types.
CRD stands for Custom Resource Definition. It is a Kubernetes API primitive that allows users to define custom resources, extending the Kubernetes API with new object kinds that behave like built-in Kubernetes resources.
"Custom Restricted Definition" is not a recognized term in Kubernetes.
"Customized RUST Definition" is not a recognized term and incorrectly references the Rust programming language.
"Custom RUST Definition" is not a recognized term and incorrectly references the Rust programming language.
Concept tested: Kubernetes Custom Resource Definition (CRD)
Source: https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/
Topics
Community Discussion
No community discussion yet for this question.