Bird
0
0

A CoreDNS pod is crashing with an error about an invalid plugin in the Corefile. What should you check first?

medium📝 Troubleshoot Q7 of 15
Kubernetes - Networking
A CoreDNS pod is crashing with an error about an invalid plugin in the Corefile. What should you check first?
APod resource limits and requests
BCorefile syntax and plugin names in the ConfigMap
CNetwork policies blocking DNS traffic
DServiceAccount permissions for CoreDNS
Step-by-Step Solution
Solution:
  1. Step 1: Analyze error message about invalid plugin

    An invalid plugin error means CoreDNS ConfigMap Corefile has syntax or unknown plugin names.
  2. Step 2: Verify Corefile correctness

    Check the Corefile in the ConfigMap for typos or unsupported plugins causing the crash.
  3. Final Answer:

    Corefile syntax and plugin names in the ConfigMap -> Option B
  4. Quick Check:

    Invalid plugin error = check Corefile syntax [OK]
Quick Trick: Check Corefile syntax for invalid plugins first [OK]
Common Mistakes:
  • Checking unrelated pod resource limits first
  • Assuming network policies cause plugin errors
  • Blaming permissions without checking config

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes