Reputation: 21
We have an EKS cluster in AWS and i am using istio as service mesh in my cluster. We are using istio only for injecting the sidecar into applications and to trace the application traffic through zipkin. To access the application from outside we are not using istio-ingressgateway instead we are using ALB & ELBs
So my problem is I am not getting any traces to zipkin / kiali when i am accessing my application through AWS LBs. Do i have to use istio-ingressgateway to record the traces in zipkin and view in kiali or is there a way to get traces using ALB/ELB as a loadbalancer?
Upvotes: 2
Views: 640