Bird
0
0

You applied an ExternalSecret manifest but the Kubernetes Secret is not created. Which is the most likely cause?

medium📝 Troubleshoot Q14 of 15
Kubernetes - Secrets
You applied an ExternalSecret manifest but the Kubernetes Secret is not created. Which is the most likely cause?
AThe pod does not have enough CPU resources
BThe Kubernetes API server is down
CThe ExternalSecret controller is not installed or running in the cluster
DThe Deployment spec is missing replicas
Step-by-Step Solution
Solution:
  1. Step 1: Identify role of ExternalSecret controller

    The ExternalSecret controller watches ExternalSecret resources and creates Kubernetes Secrets accordingly.
  2. Step 2: Analyze why Secret is not created

    If the controller is missing or not running, ExternalSecret resources won't be processed, so no Secrets are created.
  3. Final Answer:

    The ExternalSecret controller is not installed or running in the cluster -> Option C
  4. Quick Check:

    Missing controller = no Secret creation [OK]
Quick Trick: Check if ExternalSecret controller pod is running [OK]
Common Mistakes:
  • Blaming pod CPU resources for Secret creation
  • Assuming API server downtime without checking
  • Confusing Deployment replicas with secret syncing

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes