Tap feature on Linkerd dashboard

I am using AWS EKS and starting up with linkerd and have done a fresh setup. From the “Tap” under tools when I select one of deployments to see the requests from and to this service, I am seeing two kinds of FROM requests:

  1. Those coming from the ALB network interfaces in each subnet. Since the requests don’t have context path, they return 404.
  2. Those coming from the EKS Nodes IP Address with context path. They are liveliness and readiness paths and return with 200.

It is not showing the requests coming from service which calls the service in question, nor does it show the requests from out of this service. Can someone please guide what may be the issue or help me understand this?

Thanks.