Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial support for AWS Application Load Balancers #943

Merged
merged 1 commit into from
Aug 26, 2016

Conversation

cfieber
Copy link
Contributor

@cfieber cfieber commented Aug 25, 2016

Right now it is treating the ALB the same as we treat an ELB - you request it by the name of the load balancer, and your server group is attached to all the target groups for that load balancer.

LoadBalancer names are not unique across classic and application load balancers, so currently this will attach both the classic and the application load balancer that match the requested name - not really sure that is the best strategy. We could fail the deploy if this was the case, we could just use the classic LB if it matches on name (I guess more backwards compatible?)

I could also see us having to evolve the deploy description if we want to support fancier ALB use cases (only attach my server group to a specific target group, not to every target group in the ALB). I'm sure at some point that will be a request...

@spinnaker/netflix-reviewers PTAL

During a deploy operation, both classic and application load balancers will be resolved by name and attached to the
server group.

During Enable/Disable operations, the server groups instances are attached/detached from both classic and application
load balancers.
@cfieber cfieber changed the title WIP: resolve appliation load balancers during deploy Initial support for AWS Application Load Balancers Aug 26, 2016
@cfieber
Copy link
Contributor Author

cfieber commented Aug 26, 2016

WCGW!

@cfieber cfieber merged commit 6ff7e9b into spinnaker:master Aug 26, 2016
@cfieber cfieber deleted the attach_albs branch August 26, 2016 20:43
ttomsu pushed a commit to ttomsu/clouddriver that referenced this pull request Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant