TIL: Minikube Ingress DNS
Automatic service exposure.
At work our production systems are run inside of Kubernetes (k8s) on a fleet of machines. For testing we have a tool that will take the same production k8s configuration and install it on a single machine, run via Minikube. I learned recently that our Minikube has been setup with Ingress DNS which automatically enables you to directly access one of the services running inside:
curl http://service-name.hostname/rest/path