I’m wondering if someone could confirm whether or not running
kubectl port-forward svc/myservice 8000:8000
would cause traffic directed to port 8000 to bypass the proxies of the myservice pods or not. I assume, based on another post, that only specifying a pod would bypass that pods proxy, but is this the case when specifying the service?