🔥 3-day streak
Certified Kubernetes Administrator (CKA)42 / 125
Question 42 of 125
You deploy an Ingress resource named 'shop-ingress' in the 'ecommerce' namespace to expose an HTTPS endpoint for shop.example.com. You reference a TLS secret named 'shop-tls' in the spec.tls section. The Ingress controller is running and healthy, and HTTP requests to the host route correctly, but HTTPS requests fail with a default self-signed certificate being served instead of your certificate. Running 'kubectl get secret shop-tls -n default' shows the secret exists there. What is the most likely cause and correct fix?
Reviewed for accuracy · Report an issueNext question