I have a question and not able to find the right answer. If i have two pods and . . .

Chandra:
I have a question and not able to find the right answer. If i have two pods and a service to connect to the pods. from a restclient like postman i would like to send a request specific to pod. How can i specify pod details while sending request?

lalit mohan:
service can route on specific pod using labels. that uses destination rules… but have tried using istio mesh .