POD's clue in response

3/31/2020

In the Kubernetes cluster, I have a DEPLOYMENT with ‍replicas: 3

After calling the DEPLOYMENT's LoadBalancer SERVICE using curl‍ or whatever

How do I know which POD has responded to me?

-- ehsan ahmadi
docker
kubernetes

1 Answer

3/31/2020

As Sebin pointed out

By checking the logs of each POD, we can find the source of the response

-- ehsan ahmadi
Source: StackOverflow