Skip to content

Commit

Permalink
Few ALBs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkeloscar committed Feb 23, 2018
1 parent b0b4186 commit a167cde
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,11 @@ spec:
You can only select from `internet-facing` (default) and `internal` options.

By default the ingress-controller will aggregate all ingresses under a single
Application Load Balancer (unless running with `-disable-sni-support`). If you
like to provision an Application Load Balancer that is unique for an ingress
you can use the annotation `zalando.org/aws-load-balancer-shared: "false"`.
By default the ingress-controller will aggregate all ingresses under as few
Application Load Balancers as possible (unless running with
`-disable-sni-support`). If you like to provision an Application Load Balancer
that is unique for an ingress you can use the annotation
`zalando.org/aws-load-balancer-shared: "false"`.
The new Application Load Balancers have a custom tag marking them as *managed* load balancers to differentiate them
from other load balancers. The tag looks like this:
Expand Down

0 comments on commit a167cde

Please sign in to comment.