kubernetes-in-action-2nd-edition icon indicating copy to clipboard operation
kubernetes-in-action-2nd-edition copied to clipboard

chapter 3.3.2 exposing but pending

Open GreyZeng opened this issue 2 years ago • 0 comments

log

[root@node kiada-0.1]# kubectl get svc
NAME         TYPE           CLUSTER-IP    EXTERNAL-IP   PORT(S)          AGE
kiada        LoadBalancer   10.99.216.3        8088:31520/TCP   6m58s
kubernetes   ClusterIP      10.96.0.1             443/TCP          19m
[root@node kiada-0.1]# minikube service kiada --url
http://192.168.49.2:31520
[root@node kiada-0.1]# curl http://192.168.49.2:31520
curl: (7) Failed connect to 192.168.49.2:31520; Connection refused

the service is pending

curl show connection refused

how to fix it?

GreyZeng avatar Nov 17 '22 05:11 GreyZeng