From the course: Kubernetes: Microservices (2018)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Tracing issues with Jaeger

Tracing issues with Jaeger - Kubernetes Tutorial

From the course: Kubernetes: Microservices (2018)

Start my 1-month free trial

Tracing issues with Jaeger

- [Instructor] Let's take a look at tracing through the application code in Jaeger. Jaeger's actually a German word that means hunter, and it's a distributor tracing analyzer that was released by Uber. It's compatible with the open tracing standard and both open tracing and Jaeger are CNCF projects. If you're new to the space, think of Jaeger as an open source new relic. Let's go ahead and see this in action. We can go to the Kubernetes Jaeger tracing and Jaeger Kubernetes page to get information on how we can deploy this in Kubernetes. For the development setup, I'm going to take the Kubernetes create command from the site and I'm going to go back to my Kubernetes setup. Kubctl. Let's make sure that I don't have anything running up front. All right, looks good. I'm going to paste that command. And the Jaeger artifacts create a deployment and a few services. Let's see if these guys are up and running. Kubctl get pods. So the deployment looks online. Kubectl get deployments. I see a…

Contents