Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 682 Bytes

File metadata and controls

37 lines (28 loc) · 682 Bytes

Install

kubectl apply -f jaeger.yaml
kubectl edit configmap istio -n istio-system
set tracing.sampling=100

Deploy tracing

kubectl create ns tracing
kubectl label ns tracing istio-injection=enabled
kubectl -n tracing apply -f service0.yaml
kubectl -n tracing apply -f service1.yaml
kubectl -n tracing apply -f service2.yaml
kubectl apply -f istio-specs.yaml -n tracing

Check ingress ip

k get svc -n istio-system

istio-ingressgateway   LoadBalancer   $INGRESS_IP

Access the tracing via ingress for 100 times(sampling rate is 1%)

curl $INGRESS_IP/service0

Check tracing dashboard

istioctl dashboard jaeger