Skip to content

Commit

Permalink
doc update for automated target weights (#3496)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviassss authored Nov 28, 2023
1 parent c39f6b6 commit 493bb0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guide/ingress/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -815,6 +815,10 @@ Custom attributes to LoadBalancers and TargetGroups can be controlled with follo
```
alb.ingress.kubernetes.io/target-group-attributes: load_balancing.algorithm.type=least_outstanding_requests
```
- enable Automated Target Weights(ATW) on HTTP/HTTPS target groups to increase application availability. Set your load balancing algorithm to weighted random and turn on anomaly mitigation (recommended)
```
alb.ingress.kubernetes.io/target-group-attributes: load_balancing.algorithm.type=weighted_random,load_balancing.algorithm.anomaly_mitigation=on
```

## Resource Tags
The AWS Load Balancer Controller automatically applies following tags to the AWS resources (ALB/TargetGroups/SecurityGroups/Listener/ListenerRule) it creates:
Expand Down

0 comments on commit 493bb0a

Please sign in to comment.