List of questions
Related questions
Question 198 - Professional Cloud Network Engineer discussion
Your team deployed two applications in GKE that are exposed through an external Application Load Balancer. When queries are sent to www.abc123.com/sales and www.abc123.com/get-an-analysis, the correct pages are displayed. However, you have received complaints that www.abc123.com yields a 404 error. You need to resolve this error. What should you do?
Review the Ingress YAML file. Define the default backend. Reapply the YAML.
Review the Ingress YAML file. Add a new path rule for the * character that directs to the base service. Reapply the YAML.
Review the Service YAML file. Define a default backend. Reapply the YAML.
Review the Service YAML file. Add a new path rule for the * character that directs to the base service. Reapply the YAML.
0 comments
Leave a comment first