What is the primary purpose of a Kubernetes Ingress?

What is the primary purpose of a Kubernetes Ingress?

a) To scale applications
b) To provide external access to services
c) To manage storage
d) To deploy applications

Answer:

b) To provide external access to services

Explanation:

An Ingress is an API object in Kubernetes that manages external access to services, typically HTTP and HTTPS routes.

Reference:

Kubernetes Quiz – MCQ – Multiple Choice Questions

Scroll to Top