Bird
0
0

Which Kubernetes resource does a database operator typically manage to create a database instance?

easy📝 Conceptual Q2 of 15
Kubernetes - Operators and Custom Resources
Which Kubernetes resource does a database operator typically manage to create a database instance?
ACustom Resource Definition (CRD)
BConfigMap
CServiceAccount
DPersistentVolumeClaim
Step-by-Step Solution
Solution:
  1. Step 1: Identify resource types in Kubernetes

    CRDs extend Kubernetes with custom resources, enabling operators to manage new object types.
  2. Step 2: Connect CRDs to database operators

    Database operators use CRDs to define and manage database instances as custom resources.
  3. Final Answer:

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

    Database operator manages CRDs = True [OK]
Quick Trick: Operators use CRDs to manage custom resources [OK]
Common Mistakes:
  • Confusing ConfigMap with resource management
  • Thinking ServiceAccount creates databases
  • Assuming PersistentVolumeClaim alone manages instances

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes