astefanutti commented on issue #1806: URL: https://github.com/apache/camel-k/issues/1806#issuecomment-723847237
The `kubectl port-forward svc` command is just a convenient wrapper around pod port-forwarding and does not enable to balance traffic on the service endpoints. The Kubernetes API only enables port forwarding for pods. The `kubectl port-forward svc` command picks a pod from the Service endpoints once, and forwards traffic to that pod. This is being discussed at the end of https://github.com/kubernetes/kubernetes/issues/15180. To leverage the default round-robin load balancing, standard application traffic must be used, like with Ingress or Route. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org