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

CKA study material · question 219 of 1000

An Ingress object is created but nothing routes traffic. What is most likely missing?

  1. A NetworkPolicy permitting ingress
  2. An IngressClass annotation
  3. An Ingress controller running in the cluster
  4. A LoadBalancer Service for the Ingress
Show the answer

Answer: C. An Ingress controller running in the cluster

An Ingress only describes rules; nothing happens until a controller is running to act on them.

Source: Ingress Controllers (Kubernetes) — Ingress Controllers

Challenge yourself on this topic → Study as cards