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

CKA study material · question 223 of 1000

Why can the same Ingress path behave differently on two clusters using ImplementationSpecific?

  1. ImplementationSpecific is deprecated
  2. The API server normalises paths per cluster
  3. Matching semantics are left to the IngressClass
  4. The path is matched against the Service name instead
Show the answer

Answer: C. Matching semantics are left to the IngressClass

ImplementationSpecific leaves matching to the IngressClass, so controllers may treat it differently.

Source: Ingress (Kubernetes) — Path types

Challenge yourself on this topic → Study as cards