- Home
- All questions
- Question 733
CKA study material · question 733 of 1000
An Ingress manifest defines a path with no pathType. What happens?
Show the answer
Answer: D. It fails validation
pathType is required: Exact, Prefix or ImplementationSpecific must be stated explicitly, and a path that omits it is rejected.
Source: Ingress (Kubernetes) — The Ingress resource › Path types