Skip to content

Added ability to parse TargetGroupArns from multi-group configs - #77

Open
coredumperror wants to merge 2 commits into
masterfrom
multiple-target-groups
Open

Added ability to parse TargetGroupArns from multi-group configs#77
coredumperror wants to merge 2 commits into
masterfrom
multiple-target-groups

Conversation

@coredumperror

Copy link
Copy Markdown
Collaborator

In order to support Canary Deployment (deploying new code to only a small portion of the live containers), you need to put the new code into a separate target group, and configure the ALB to weight incoming traffic between the two target groups. This changes the way the TargetGroupArn has to be retrieved by the LoadBalancerListenerRuleManager, as when there are more than one of them, they are placed in a different dictionary structure.

In order to support Canary Deployment (deploying new code to only a small portion of the live containers), you need to put the new code into a separate target group, and configure the ALB to weight incoming traffic between the two target groups. This changes the way the TargetGroupArn has to be retrieved by the LoadBalancerListenerRuleManager, as when there are more than one of them, they are placed in a different dictionary structure.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant