Trying out Jaeger

You can try out the current version of Jaeger by using their all-in-one development setup. Since they maintain this on GitHub, you can run it directly from there with this command:

kubectl create -f https://raw.githubusercontent.com/jaegertracing/jaeger-kubernetes/master/all-in-one/jaeger-all-in-one-template.yml

This will create a deployment and a number of service frontends:

deployment "jaeger-deployment" createdservice "jaeger-query" createdservice "jaeger-collector" createdservice "jaeger-agent" createdservice "zipkin" created

And when the jaeger-deployment pod is reporting ready, you can use the following command to access the Jaeger query interface:

minikube service jaeger-query

The resulting web page should appear: ...

Get Kubernetes for Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.