Instrumenting an Istio Cluster With Jaeger Tracing

1 · Adrian Ancona Novelo · Dec. 28, 2022, midnight
You might be interested in these articles: Kubernetes networking with Istio Introduction to Jaeger Tracing Envoy Tracing In an Istio cluster, all applications are deployed with an Envoy proxy attached to them and Envoy supports integration with different tracing systems, this means, we can use Envoy’s features to automate tracing in our cluster. This is what envoy can do for us: Initiate a trace when a request is received Propagate the trace-id over the cluster so spans can be connected Send ...