Intermediate Kubernetes
Q44 / 100

What is the purpose of a Kubernetes "Ingress" resource?

Correct! Well done.

Incorrect.

The correct answer is B) To manage external HTTP/HTTPS access to services within the cluster, typically providing features like host/path-based routing, TLS termination, and load balancing — requires an Ingress Controller to function

B

Correct Answer

To manage external HTTP/HTTPS access to services within the cluster, typically providing features like host/path-based routing, TLS termination, and load balancing — requires an Ingress Controller to function

Explanation

Ingress defines rules for routing external HTTP/HTTPS traffic to internal Services based on hostnames or paths, but requires an Ingress Controller (e.g. nginx-ingress) to actually implement those rules.

Progress
44/100