Any port which is listening on the default "0.0.0.0" address inside a container will be accessible from the network.
Not port-forwarding from inside. Just from host (using minikube). I happened to write an app that binds to 127.0.0.1 and stumbled on this behavior (inconsistency?) Is there somewhere you could point me to that talks about 0 being the normal way to go? Just trying to learn more about this...