Bird
0
0

Why might Traefik Ingress controller use dynamic configuration instead of static configuration unlike Nginx?

hard📝 Conceptual Q10 of 15
Kubernetes - Ingress
Why might Traefik Ingress controller use dynamic configuration instead of static configuration unlike Nginx?
ABecause Nginx does not support SSL termination
BBecause Traefik requires manual reloads for every config change
CBecause Traefik automatically discovers services and updates routes without reloads
DBecause Traefik cannot handle multiple hosts in one Ingress
Step-by-Step Solution
Solution:
  1. Step 1: Understand Traefik dynamic config

    Traefik uses dynamic configuration to discover services and update routing on the fly without reloads.
  2. Step 2: Compare with Nginx behavior

    Nginx typically requires reloads to apply config changes; Traefik avoids this for smoother updates.
  3. Final Answer:

    Because Traefik automatically discovers services and updates routes without reloads -> Option C
  4. Quick Check:

    Traefik dynamic config = auto discovery and no reloads [OK]
Quick Trick: Traefik updates routes dynamically without reloads [OK]
Common Mistakes:
  • Thinking Traefik needs manual reloads
  • Believing Nginx lacks SSL support
  • Assuming Traefik can't handle multiple hosts

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Kubernetes Quizzes