I'm trying to understand if it's possible to have a client connect to a loadbalancer on a specific port, and then have the lb loadbalance traffic across multiple ports of the same pod.
Something like this:
Client ---> lb-ip:8080 ---> Pod:8080 & Pod:8081
I'm currently using EKS's network load balancer.