sky-uk / feed

Nginx based Kubernetes ingress controller for AWS
BSD 3-Clause "New" or "Revised" License
58 stars 10 forks source link

Add support for NLBs #209

Closed howardburgess closed 5 years ago

howardburgess commented 5 years ago

NLBs are supported by the AWS elbv2 API/library, hence we are using both libraries to support ELBs and NLBs.

Also, for NLBs we attach to their TargetGroups rather than to the load balancer itself.

Grab me if you would like a walkthrough.

Required by https://github.com/sky-uk/core-infrastructure/issues/3906