Ingress
In Kubernetes, an Ingress is a Kubernetes API object that defines rules for how incoming HTTP and HTTPS traffic should be routed to services within a cluster.
An Ingress object defines the rules for how incoming requests to a particular host ...