Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

"hello" greeting service is reported not healthy #239

Open
arun-gupta opened this issue Apr 15, 2018 · 5 comments
Open

"hello" greeting service is reported not healthy #239

arun-gupta opened this issue Apr 15, 2018 · 5 comments

Comments

@arun-gupta
Copy link
Contributor

arun-gupta commented Apr 15, 2018

Follow the steps at:

https://github.com/aws-samples/aws-microservices-deploy-options#deployment-canary-deployment-with-istio

Multiple invocations of the webapp endpoint shows that the hello greeting service is not healthy. Here is the output:

~ $ curl http://$(kubectl get svc/webapp -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
no healthy upstream Sheldon~ $ curl http://$(kubectl get svc/webapp -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
Howdy Sheldon~ $ curl http://$(kubectl get svc/webapp -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
Howdy Sheldon~ $ curl http://$(kubectl get svc/webapp -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
Howdy Sheldon~ $ curl http://$(kubectl get svc/webapp -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
Howdy Sheldon~ $ curl http://$(kubectl get svc/webapp -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
Howdy Sheldon~ $ curl http://$(kubectl get svc/webapp -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
Howdy Sheldon~ $ curl http://$(kubectl get svc/webapp -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
no healthy upstream Sheldon~ $ curl http://$(kubectl get svc/webapp -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
no healthy upstream Sheldon~ $ curl http://$(kubectl get svc/webapp -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
Howdy Sheldon~ $ curl http://$(kubectl get svc/webapp -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
no healthy upstream Sheldon~ $ curl http://$(kubectl get svc/webapp -o jsonpath='{.status.loadBalancer.ingress[0].hostname}')
@arun-gupta arun-gupta added this to the Milestone 3 milestone Apr 15, 2018
@arun-gupta arun-gupta changed the title "hello" greeting service is reported noth healthy "hello" greeting service is reported not healthy Apr 16, 2018
@christian-posta
Copy link

What version of Istio are you using @arun-gupta ? I've got this running locally with istio 0.7.1, works great. I did experience similar issues to what you described with 0.7.0

image

@arun-gupta
Copy link
Contributor Author

@christian-posta 0.7.1 only

$ ./bin/istioctl version
Version: 0.7.1
GitRevision: 62110d4f0373a7613e57b8a4d559ded9cb6a1cc8
User: root@c5207293dc14
Hub: docker.io/istio
GolangVersion: go1.9
BuildStatus: Clean

@christian-posta
Copy link

christian-posta commented Apr 17, 2018 via email

@arun-gupta
Copy link
Contributor Author

arun-gupta commented Apr 17, 2018 via email

@cdenneen
Copy link

@arun-gupta any updates?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants