aws-samples / aws-workshop-for-kubernetes

AWS Workshop for Kubernetes
Apache License 2.0
2.66k stars 1.07k forks source link

Setup AWS X-Ray as DaemonSet #185

Open arun-gupta opened 7 years ago

arun-gupta commented 7 years ago

Setup AWS X-Ray as DaemonSet on the cluster. Show how applications can leverage it's functionality.

Some details: http://docs.aws.amazon.com/xray/latest/devguide/xray-daemon-ecs.html

enghwa commented 7 years ago

i've done it with a sample python flask-xray app. https://github.com/enghwa/flaskxray

arun-gupta commented 7 years ago

@enghwa do you want to send a PR?

enghwa commented 7 years ago

yes. will be submitting. @arun-gupta

enghwa commented 6 years ago

PR done - https://github.com/arun-gupta/kubernetes-aws-workshop/pull/240