Spinnaker Load Balancer Stage Demo

Jan 3, 2018 by Armory

Paul, an Armory engineer, demonstrates the load balancer stage.

A transcript of the video is available below:

DROdio: Okay we’re rolling.

Paul: Alright I’m Paul I’m the engineer with Armory here and we’re going to demonstrate the re-enablement of a long lost function of Spinnaker which is your able to create the load balance as part of your pipeline process. So here we’ve got a very simple empty pipeline, we will go to add and then select from the drop down the create load balancer option and then from here you can add a load balancer to create or to update with that will do a classy legacy for this one. This is Amazons web balancers, will configure it and this should look exactly like your regular load balancer configuration screen, you can select what account you want to use, will use our dev account and then we will pick the region, will just stick with US East, if you scroll down you can select which security groups you want access to it but in general you can just… oh I need to pick a VPC subset. You go back up to the region US East change up to West two, there you go now you can see the security group and we just pick a default its fine and then click add and save changes and now we’re done and now when this pipeline runs it will create this load balancer these configurations, that security group, if the load balancer already exists with that name it will update the load balancer with the configuration we’ve set in here. So you can change the configuration as you go and then that’s all there is to it.

DROdio: Cool so this is a feature that was largely built by the community but was not actually working in production.

Paul: Yes the primary code for this was working as function of load balancers up in the upper corner here but the actual stage capability have been kind of removed and when they added the application load balance feature it kind of didn’t work anymore and so we’ve gone in and kind of revitalized it, brought it up to date with the new application load balance code and now it works just fine

DROdio: Fantastic, you are what third week?

Paul: Fourth week.

DROdio: Fourth week in Armory.

Paul: Something like that, it feel like forever.

DROdio: Alright thank you so much Paul.

Paul: Thank you.

Recently Published Posts

Spinnaker tips: Integration of Terraform & Kubernetes in a pipeline

Dec 8, 2023

Spinnaker is an incredibly powerful platform that lets you deploy to multiple locations and targets concurrently. An example of this includes armory plugin which lets you call terraform and capture the output of terraform commands (this is similar to how you can capture logs from RunJobs https://spinnaker.io/docs/guides/user/kubernetes-v2/run-job-manifest/#capturing-output but our integration is a deeper integration and […]

Read more

Spinnaker Tips: Setting a github status check on a PR from a pipeline

Oct 12, 2023

A common situation we hit is creating a pull request on github with some terraform changes that are run through our pipelines. We’d like to verify the terraform changes cleanly “plan” before we apply them. An example is when someone has a typo (how many times I’ve left dangling commas in a JSON object!) and […]

Read more

Introducing Pipelines-as-Code Plugin for Open Source Spinnaker

Jul 21, 2023

Easily Scale and Automate with Version Control in Git Developers choose best-of-breed version control systems like GitHub for a reason: they need the ability to collaborate and improve code together.  But a broken Spinnaker deployment pipeline can often be the last thing standing in the way of getting your application to market.  Until now. Armory’s […]

Read more