Bird
0
0

Which Kubernetes resource is used to store non-sensitive configuration data separately from application code?

easy📝 Syntax Q12 of 15
Kubernetes - ConfigMaps
Which Kubernetes resource is used to store non-sensitive configuration data separately from application code?
AConfigMap
BDeployment
CPod
DSecret
Step-by-Step Solution
Solution:
  1. Step 1: Identify resource types

    ConfigMap stores non-sensitive configuration data; Secret stores sensitive data.
  2. Step 2: Match resource to question

    The question asks for non-sensitive data storage, which is ConfigMap.
  3. Final Answer:

    ConfigMap -> Option A
  4. Quick Check:

    Non-sensitive config = ConfigMap [OK]
Quick Trick: ConfigMap = non-sensitive config, Secret = sensitive data [OK]
Common Mistakes:
  • Choosing Secret for non-sensitive data
  • Confusing Pod or Deployment as config storage
  • Mixing up ConfigMap and Secret

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes