Skip to content

BGP should work correctly on machines with multiple interfaces #182

Description

@danderson

The BGP speaker currently uses the Kubernetes node IP as the next-hop for all traffic. This works fine on clusters with single interfaces/IPs, but falls apart in clusters where machines have several NICs and IPs.

A more flexible solution would be to use the BGP session's source IP as the nexthop, and stop getting IPs via the k8s Downward API. That way, the kernel's source IP selection will help us make the correct choice in all cases.

Metadata

Metadata

Assignees

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions