
Ultimate access to all questions.
Your team has deployed two applications in GKE that are exposed via an external Application Load Balancer. While queries to www.mountkirkgames.com/sales and www.mountkirkgames.com/get-an-analysis correctly display the intended pages, accessing www.mountkirkgames.com returns a 404 error. How would you resolve this issue?
A
Review the Service YAML file. Add a new path rule for the * character that directs to the base service. Reapply the YAML.*
B
Review the Ingress YAML file. Add a new path rule for the * character that directs to the base service. Reapply the YAML.*
C
Review the Ingress YAML file. Define the default backend. Reapply the YAML.
D
Review the Service YAML file. Define a default backend. Reapply the YAML.