Exam 3V0-24.25 Topic 3 Question 53 Discussion

Actual exam question for VMware's 3V0-24.25 exam
Question #: 53
Topic #: 3
A Platform Engineer is troubleshooting an issue where an Ingress resource created for the finance- app is not receiving an external IP address. The Contour Ingress Controller is installed and running.
Review the Ingress manifest and status:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: finance-ingress
namespace: finance
annotations:
kubernetes.io/ingress.class: "contour"
spec:
rules:
- host: finance.corp.local
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: finance-service
port:
number: 80
Status:
LoadBalancer: {} (Empty)
The engineer checks the Envoy service status (kubectl get svc -n tanzu-system-ingress envoy) and sees:
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S)
envoy LoadBalancer 10.96.134.45 <pending> 80:31368/TCP, 443:32252/TCP What is the root cause of the Ingress malfunction? (Choose 2.)

Suggested Answer: A,B Vote an answer

by Cash at May 01, 2026, 02:20 AM

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
Nick name: Submit Cancel
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

0
0
0
10