- Home
- All questions
- Question 781
CKA study material · question 781 of 1000
Which CoreDNS plugin exists to catch a configuration in which queries would be forwarded back to CoreDNS itself?
Show the answer
Answer: D. loop
The loop plugin detects simple forwarding loops; when it finds one the CoreDNS Pod exits, which is a common cause of CoreDNS CrashLoopBackOff.
Source: Customizing DNS Service (Kubernetes) — CoreDNS › CoreDNS ConfigMap options