How to verify that a certain service configured to forward the requests to a given pod
Answer
Run kubectl describe service and see if the IPs from "Endpoints" match any IPs from the output of kubectl get pod -o wide
Run kubectl describe service and see if the IPs from "Endpoints" match any IPs from the output of kubectl get pod -o wide