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

CKA study material · question 225 of 1000

What does the ingressClassName field on an Ingress reference?

  1. A TLS Secret
  2. An IngressClass naming the controller meant to implement it
  3. The namespace holding the controller
  4. The Service the Ingress routes to
Show the answer

Answer: B. An IngressClass naming the controller meant to implement it

ingressClassName points at an IngressClass, which names the controller responsible for the Ingress.

Source: Ingress (Kubernetes) — Ingress class

Challenge yourself on this topic → Study as cards