loxilb-io / kube-loxilb

Implementation of kubernetes service load-balancer spec for loxilb
Apache License 2.0
92 stars 25 forks source link

Support for podIP and targetPort as endpoints #165

Closed TrekkieCoder closed 2 months ago

TrekkieCoder commented 3 months ago

In EKS, with the default VPC plugin the pods can directly be accessed by podIP/targetPort in addition to usual nodeIP/nodePort from within the same VPC. This feature support will help reduce unnecessary hops introduced by kube-proxy when there is no such need.