From 493bb0a5c4e28e75f5ab555dbf31ef14041ba370 Mon Sep 17 00:00:00 2001 From: Olivia Song Date: Mon, 27 Nov 2023 16:50:44 -0800 Subject: [PATCH] doc update for automated target weights (#3496) --- docs/guide/ingress/annotations.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/guide/ingress/annotations.md b/docs/guide/ingress/annotations.md index 43cf1cc6b..fadcd6dfe 100644 --- a/docs/guide/ingress/annotations.md +++ b/docs/guide/ingress/annotations.md @@ -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: