OperationCode / operationcode_infra

Platform infrastructure for the Operation Code site.
MIT License
15 stars 14 forks source link

Upgrade to aws-load-balancer-controller v2 #171

Open irvingpop opened 3 years ago

irvingpop commented 3 years ago

We're on the ALB ingress controller (v1). The same project has changed its name to the AWS Load Balancer Controller and very recently cut a v2 release. It's brand new so we should let it bake a while in the wild.

A good reason to upgrade to v2 is IngressGroup feature, which lets you share ALBs between namespaces. This would allow us to reduce our ALBs down to just 1, saving some monthly spend. Described here

Handy links: