- Home
- All questions
- Question 225
CKA study material · question 225 of 1000
What does the ingressClassName field on an Ingress reference?
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