Hi Skaffold Team!
We're slowly containerizing our dev environment (ie. developer laptops) and are experimenting with Skaffold, Minikube and Docker for Mac. Given that some services will be running in a container/k8s and others will be running directly on the host we are using Skaffold's portForward support to listen on all interfaces (address=0.0.0.0) instead of the default of localhost (I hope that makes sense). This allows a containerized service to talk to others running on the host via an endpoint like host.minikube.internal. Unfortunately we have a few containers that expose more than one port, so Issue 5763 is blocking us.
Do you have any suggestions for a workaround? What's the best way for me to upvote that issue? :-)