makedocker run -d --name demo \
-p 80:8080 \
dodbrian-liveproject-tracingUse curl command or open url 127.0.0.1/checkout in the browser. You should be able to see output as the followings.
➜ milestone1 git:(master) ✗ curl 127.0.0.1/checkout
You have successfully checked out your shopping cart.istioctl install --set profile=default --set values.pilot.traceSampling=100kubectl apply -f https://raw.githubusercontent.com/istio/istio/release-1.17/samples/addons/jaeger.yamlkubectl label namespace default istio-injection=enabled --overwrite=truecd istio
kubectl apply -f manifest.yamlkubectl port-forward service/istio-ingressgateway 8080:80 -n istio-systemcurl http://localhost:8080/checkoutJaeger UI address: http://localhost:8080/