Ingress is another Kubernetes resource we can use to expose http(s) routes to external users.
You can think of an Ingress as something that sits in front of several services, and based on some rules that you define, it will decide where a given request should be sent to.