How does ingress work in Kubernetes?
And how to set up ingress in minikube
Why Do We Need Ingress?
Some pods will require user input of some kind to interact with the running container.
An example of this might be a web application. Without the user being able to browse the application in their web browser, the application is useless.