-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Description
I have deployed the bookinfo sample app but cannot get it to work:
details-v1-3121678156-8mqrv 2/2 Running 0 2d 10.128.2.100 ip-172-16-195-9.us-west-2.compute.internal
grafana-1395297218-5jrmp 1/1 Running 0 2d 10.128.2.106 ip-172-16-195-9.us-west-2.compute.internal
istio-ca-4001657623-h8ctz 1/1 Running 0 2d 10.128.2.90 ip-172-16-195-9.us-west-2.compute.internal
istio-egress-2219665963-7x9v8 1/1 Running 0 2d 10.128.2.93 ip-172-16-195-9.us-west-2.compute.internal
istio-ingress-2247081378-dhsx8 1/1 Running 0 2h 10.128.2.159 ip-172-16-195-9.us-west-2.compute.internal
istio-mixer-2450814972-6hg56 1/1 Running 0 2d 10.128.2.109 ip-172-16-195-9.us-west-2.compute.internal
istio-pilot-1836659236-hh4vj 2/2 Running 0 2d 10.128.2.91 ip-172-16-195-9.us-west-2.compute.internal
productpage-v1-1440812148-8fmmh 2/2 Running 0 14m 10.128.2.36 ip-172-16-195-9.us-west-2.compute.internal
prometheus-3067433533-m6c48 1/1 Running 0 2d 10.128.2.155 ip-172-16-195-9.us-west-2.compute.internal
ratings-v1-3755476866-qx75n 2/2 Running 0 2d 10.128.2.111 ip-172-16-195-9.us-west-2.compute.internal
reviews-v1-3728017321-8jl70 2/2 Running 0 2d 10.128.4.25 ip-172-16-196-88.us-west-2.compute.internal
reviews-v2-196544427-lg91b 2/2 Running 0 2d 10.128.2.119 ip-172-16-195-9.us-west-2.compute.internal
reviews-v3-959055789-121mr 2/2 Running 0 2d 10.128.2.113 ip-172-16-195-9.us-west-2.compute.internal
servicegraph-3127588006-cv6bd 1/1 Running 0 2d 10.128.2.118 ip-172-16-195-9.us-west-2.compute.internal
zipkin-4057566570-1f786 1/1 Running 0 2d 10.128.2.97 ip-172-16-195-9.us-west-2.compute.internal
When i try to call productpage, i get 503 service unavailable error
curl http://172.16.195.9:32119/productpage --noproxy 172.16.195.9 -v
* Trying 172.16.195.9...
* Connected to 172.16.195.9 (172.16.195.9) port 32119 (#0)
> GET /productpage HTTP/1.1
> Host: 172.16.195.9:32119
> User-Agent: curl/7.43.0
> Accept: */*
>
< HTTP/1.1 503 Service Unavailable
< content-length: 57
< content-type: text/plain
< date: Fri, 23 Jun 2017 18:49:37 GMT
< server: envoy
<
* Connection #0 to host 172.16.195.9 left intact
upstream connect error or disconnect/reset before headers%
When I ssh to one of the box, and try calling the productpage pod, i get an error. So that mean the productpage app is not listening:
curl 10.128.2.36:9080
curl: (56) Recv failure: Connection reset by peer
There are no logs:
kubectl logs productpage-v1-1440812148-8fmmh -f -c productpage
Metadata
Metadata
Assignees
Labels
No labels