- Home
- All questions
- Question 742
CKA study material · question 742 of 1000
An Ingress terminates TLS for shop.example.com but its rules only define a default backend with no host. Why does TLS not work?
Show the answer
Answer: A. The hosts in the tls section must match the hosts named in the rules
TLS cannot cover the default rule, because a certificate would have to be issued for every possible subdomain; the tls hosts must correspond to hosts in the rules.
Source: Ingress (Kubernetes) — TLS