问答详情
源自:4-1 k8s集群初体验

访问时返回connection refused

我访问我的ip+nodeport/hello时返回下面信息

curl: (7) Failed to connect to 192.168.2.5 port 30008: Connection refused

我的hello-service

https://img1.mukewang.com/5b7a2f1f00016fd002230229.jpg

hello-deployment如下

https://img3.mukewang.com/5b7a2f470001aa8a04120326.jpg

提问者:不加糖的苦咖啡 2018-08-20 11:02

个回答

  • 慕数据122197
    2020-06-18 14:26:34

    老师可以回答一下吗,image: bigwhite/hello-kubernetes-demo:v0.1  这个位置应该怎么填写

  • 慕数据122197
    2020-06-18 14:06:01

    是因为没有做kubectl run -i --tty busybox --image=busybox --restart=Never

    这一步是确定endpoint的IP地址的值的,使用docker ps -l查看

  • 官哥
    2018-09-06 15:31:58

    问题解决了?