Study. uk . com
  1. Home
  2. All questions
  3. Question 733

CKA study material · question 733 of 1000

An Ingress manifest defines a path with no pathType. What happens?

  1. It defaults to Prefix
  2. It defaults to ImplementationSpecific
  3. It is accepted and the controller decides
  4. It fails validation
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

Challenge yourself on this topic → Study as cards