Jaeger
Jaeger is an open source end to end distributed tracing system, allowing users to monitor and troubleshoot transactions in complex distributed systems.
Installation
Option 1: Quick start
Istio provides a basic sample installation to quickly get Jaeger up and running:
$ kubectl apply -f https://raw.githubusercontent.com/istio/istio/master/samples/addons/jaeger.yaml
This will deploy Jaeger into your cluster. This is intended for demonstration only, and is not tuned for performance or security.
Option 2: Customizable install
Consult the Jaeger documentation to get started. No special changes are needed for Jaeger to work with Istio.
Usage
For information on using Jaeger, please refer to the Jaeger task.