Bird
0
0

Which Kubernetes resource is essential for an Operator to manage custom application logic?

easy📝 Syntax Q12 of 15
Kubernetes - Operators and Custom Resources
Which Kubernetes resource is essential for an Operator to manage custom application logic?
APod
BService
CCustom Resource Definition (CRD)
DConfigMap
Step-by-Step Solution
Solution:
  1. Step 1: Identify resource for extending Kubernetes

    Operators use Custom Resource Definitions (CRDs) to add new resource types representing app-specific data.
  2. Step 2: Match resource with Operator management

    CRDs enable Operators to watch and act on custom resources, unlike Pods, Services, or ConfigMaps.
  3. Final Answer:

    Custom Resource Definition (CRD) -> Option C
  4. Quick Check:

    CRD extends Kubernetes for Operators = B [OK]
Quick Trick: CRDs define custom resources Operators manage [OK]
Common Mistakes:
  • Choosing Pod or Service which are standard resources
  • Confusing ConfigMap with custom resource definitions
  • Not knowing CRD extends Kubernetes API

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes