1.安裝
kubectl apply -n istio-system -f https://raw.githubusercontent.com/jaegertracing/jaeger-kubernetes/master/all-in-one/jaeger-all-in-one-template.yml
2.訪問事例
使用BookInfo示例生成調用鏈跟蹤
BookInfo的應用程序啟動和運行后,通過訪問http://$GATEWAY_URL/productpage一次或多次生成調用鏈信息

