Bird
0
0

What is the main purpose of a Custom Resource in Kubernetes?

easy📝 Conceptual Q11 of 15
Kubernetes - Operators and Custom Resources
What is the main purpose of a Custom Resource in Kubernetes?
ATo delete all existing Kubernetes resources
BTo replace built-in Kubernetes objects like Pods
CTo automatically update Kubernetes itself
DTo add new object types to Kubernetes for custom app needs
Step-by-Step Solution
Solution:
  1. Step 1: Understand Kubernetes object types

    Kubernetes has built-in objects like Pods and Services, but sometimes you need new types for your apps.
  2. Step 2: Role of Custom Resources

    Custom Resources let you define new object types to extend Kubernetes capabilities without changing its core.
  3. Final Answer:

    To add new object types to Kubernetes for custom app needs -> Option D
  4. Quick Check:

    Custom Resources extend Kubernetes = A [OK]
Quick Trick: Custom Resources add new types, not replace or delete [OK]
Common Mistakes:
  • Thinking Custom Resources replace built-in objects
  • Believing Custom Resources update Kubernetes itself
  • Confusing Custom Resources with deleting resources

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes