Git Product home page Git Product logo

aws-samples / reinvent2018-dev303-code Goto Github PK

View Code? Open in Web Editor NEW
57.0 7.0 37.0 47.02 MB

Code accompanying AWS re:Invent workshop DEV 303 showcasing how to get deep application insights using Amazon EKS with AWS X-Ray and Amazon CloudWatch.

Home Page: https://speakerdeck.com/ckassen/instrumenting-kubernetes-for-observability-using-aws-x-ray-and-amazon-cloudwatch-dev303

License: MIT No Attribution

Shell 3.93% Dockerfile 10.83% Python 34.26% JavaScript 30.49% CSS 1.56% Handlebars 18.92%
aws-xray aws-eks kubernetes tracing prometheus grafana aws

reinvent2018-dev303-code's Issues

kubectl client version issue

You must use a kubectl version that is within one minor version difference of your cluster. For example, a v1.2 client should work with v1.1, v1.2, and v1.3 master. Using the latest version of kubectl helps avoid unforeseen issues. [details here]

for eg. to update to version 1.15

sudo curl --silent --location -o /usr/local/bin/kubectl https://amazon-eks.s3.us-west-2.amazonaws.com/1.15.10/2020-02-22/bin/linux/amd64/kubectl
sudo chmod +x /usr/local/bin/kubectl

xray makes import_data fail

The import_data method in the catalog service seems to fail due to xray SegmentNotFoundException.

I managed to fix it locally by adding a begin_segment / end_segment like this:
xray_recorder.begin_segment(name="import_data")

...

end_segment

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.