This repository was archived by the owner on Mar 2, 2023. It is now read-only.

Description
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}')