New Spinnaker ELB Stage

Oct 4, 2017 by Ben Mappen

Armory documentation on how to configure a Spinnaker ELB stage: Configuring an ELB Stage (This works in both open-source Spinnaker, and Armory Spinnaker)

The ability to dynamically create resources like ELBs, Security Groups, Lambda functions, S3 assets, etc has been a common ask for a while. The OSS community did the bulk of this work, and our engineer Paul just put the finishing touches on it to make it available to everyone.

There are at least two use cases where we believe this will be helpful:

Use Case 1: Testing a Feature Branch

  1. Engineer works on a new feature in a feature branch
  2. Engineer wants to test the feature in a new environment or stack. (A stack is a name given to an independent set of components)
  3. Engineer kicks off a Spinnaker pipeline that stands up a new environment dynamically (ELBs, Security Groups, and EC2 instances) and runs integration tests against the new feature
  4. Once the feature has been validated on this new stack, the Engineer issues PR to merge code into master or release branch.

Using Spinnaker’s ELB Stage the output of each step in the above workflow becomes an input of the next stage so you can dynamically create stacks. The value of this workflow is that you gain confidence that a feature has been tested before merging into a common branch. Otherwise the branch could maintain a feature that has critical errors blocking progression of the code to production.

This new workflow will allow your teams to deliver features quicker to your customers with added confidence.

Use Case 2: Adding Automation to your Pipelines

If you are standing up an environment in one of your existing Spinnaker pipelines, you still need a way to create static resources, so you are either doing them manually, or automating them with a script or Jenkins job. By using the new ELB stage in Spinnaker, there is now first class support for creating them dynamically.

Demo

Here’s a 3-minute video of one of our engineers, Paul, demo’ing the ELB stage.

Roadmap

Here’s a list of new stages we’re planning on creating:

  1. Security Groups
  2. Lambda functions
  3. S3
  4. RDS
  5. Cloud Formation

Learn More

Recently Published Posts

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

What is FedRAMP and Why It Matters

Jun 8, 2023

What’s FedRAMP? Federal Risk and Authorization Management Program (FedRAMP) is a government-wide program that provides a standardized approach to security assessment, authorization, and continuous monitoring for cloud products and services. FedRAMP is important since it’s the gold standard for assessing cloud service providers (CSP) within the government. Under this program, authorized FedRAMP cloud service providers […]

Read more

New Spinnaker Operator Updates Now available for the Spinnaker Community

Mar 15, 2023

Stay up-to-date with the latest Kubernetes release with Spinnaker. The Armory crew has worked diligently the past several weeks to release a new stable version of OSS Operator (1.3.0). This is the first release in just over 18 months and is now available for the open source community.  What Changed? The Spinnaker Operator is the […]

Read more