Kubernetes — Ingress Overview
What is K8s Ingress? — Introduction to Kubernetes Ingress.

TL;DR
Ingress exposes HTTP and HTTPS routes from outside the cluster to services within the cluster. Traffic routing is controlled by rules defined on the Ingress resource.
Read about Kubernetes — Services and Service Types