Bird
0
0

Which Kubernetes object is used to define the schema and behavior of a Custom Resource?

easy📝 Conceptual Q2 of 15
Kubernetes - Operators and Custom Resources
Which Kubernetes object is used to define the schema and behavior of a Custom Resource?
AServiceAccount
BPod
CConfigMap
DCustomResourceDefinition
Step-by-Step Solution
Solution:
  1. Step 1: Identify object defining custom resource schema

    The CustomResourceDefinition (CRD) defines schema and behavior for custom resources.
  2. Step 2: Eliminate unrelated objects

    Pods, ServiceAccounts, and ConfigMaps serve different purposes unrelated to defining custom resource types.
  3. Final Answer:

    CustomResourceDefinition -> Option D
  4. Quick Check:

    CRD defines custom resource schema = CustomResourceDefinition [OK]
Quick Trick: CRD is the blueprint for your custom Kubernetes objects [OK]
Common Mistakes:
  • Confusing CRD with runtime objects like Pod
  • Thinking ConfigMap defines resource schemas

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes