Introducing Armory Certified Pipelines

Oct 5, 2017 by Ben Mappen

We’re excited to announce that Armory Certified Pipelines is now available and we’re seeking alpha testers. If you’d like early access to Certified Pipelines, please drop us a note at [email protected].

 

The Problem: Why Deployments are Slow in Most Enterprises

The goal of Certified Pipelines is to help companies achieve their desired outcome – safe deployments – by automating and enforcing the things that actually validate a safe deployment such as load testing, integration testing, security scanning, and canaries.

What we’ve learned, ironically enough, is that the biggest impediment to safety are the very same manual steps in a deployment workflow that were added as safeguards in the first place.

For example, you might have your deployments automated to QA, but still require a human to perform load testing or security scanning before the release is promoted to a Staging environment, and the same is likely true for promotion to production. A human looks at a dashboard, makes a judgement call, or runs a set of scripts in a specific order. Sounds OK, but humans make mistakes, and at some point when your deployment goes sideways your company might institute a new set of rules and policies for every change to production. Soon enough, your once per day releases turn into once per week to accommodate the new approval process.

This series of (mostly) manual steps exists in almost every company. In larger enterprises, this process is formalized into what is called a Change Control Review Board (CCRB). The CCRB exists to increase safety and security, something we all want, especially for our Tier 1 services. In the analog world, these manual checks have existed for a long time and for good reasons (ie. two keys required to fire a warhead), but in the digital world this is an anti-pattern; manual checks have the opposite effect of their original intention. They make us feel safe but they actually result in more outages.

The Solution: Automation with Armory Certified Pipelines

Certified Pipelines helps you deploy more safely in two ways:

  1. It allows you to define and enforce policies in your deployment workflow. What are all of the things that constitute a safe deployment inside your company? Define these steps in a “certified pipeline” to enforce that all deployments follow these standards.
  2. It reduces the cost of implementing deployment best practices like load testing, integration tests, security scanning, and canaries through native integrations with the tools you already use (or want to be using).

Here is a screenshot of the Policy Definition Screen. In this example, the admin user requires these five stages to exist. To apply this policy to an application, just select the app from the policy’s app dropdown menu. You can apply multiple policies to the same application.

And, here’s an example of a pipeline in Spinnaker that has been certified by a policy named “CD Approved”. Because it complies with the policy, this pipeline gets a “CD Approved” badge. And if one of the required stages is deleted, the pipeline will be blocked from deploying to production.

We’re seeking alpha testers so drop us a line at [email protected] if you’re interested getting early access.

How to Enable Certified Pipelines

  1. Add CERTIFIED_PIPELINES_ENABLED=true to your prod.env file
  2. Restart Spinnaker with this command service armory-spinnaker restart (or by redeploying Spinnaker with your Spinnaker Deploy Spinnaker pipeline)
  3. Navigate to https://{Your Spinnaker Domain}/armory/config
  4. Click on the “Certified Pipelines” tab

Roadmap

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