Kubernetes and Cloud Native Associate (KCNA) — Question 136

What is the main purpose of the Ingress in Kubernetes?

Answer options

Correct answer: D

Explanation

The correct answer is D because Ingress is specifically designed to manage HTTP and HTTPS routing based on the request path. Options A and B incorrectly associate Ingress with IP address routing, while option C refers to non-HTTP/S services, which Ingress does not handle.