How to debug service? How to follow traffic from service to pod?

Hi,

I have a service which is forwarding / loadbalancing to 3 pods.
Is it possible to track the traffic from ingress -> service -> node?

I want to check if loadbalancing is working fine and if an unavailable pod is not routet anylonger, etc.

Thanks, Andreas

You might want to check out, one of these tools https://linkerd.io/ , https://www.jaegertracing.io/ , https://istio.io/ to help give you that kind of insight.

1 Like

Not exactly the same, but maybe worth reading:
https://kubernetes.io/docs/tasks/debug-application-cluster/debug-service/

2 Likes