Minikube 公开服务 url,获取连接被拒绝

Minikube exposed service url, get connection refused

我在从浏览器访问公开服务 url 时遇到问题。 如图所示,所有 pods 都是 运行 并且部署成功。

帮忙?

这是回购协议 https://gist.githubusercontent.com/bbachi/8233198cb5b49c919e54884eab227020/raw/3fff008f1f5cb7da4693a78ed299501fe18ce205/manifest.yml

可能是因为你的nodejs应用进程没有监听下面的端口3000.Follow来调试你的服务

https://kubernetes.io/docs/tasks/debug-application-cluster/debug-service/