CI/CD with Spinnaker on GCP

Mar 11, 2019 by Armory

Meetup video from GDG Cloud meetup Montreal.

Talk 1 – GCP Update

by Ayrat Khayretdinov and team Google Montreal.

Talk 2 – Your First Pipeline

by Brandon Powell, Software Engineer at Armory

When people first learn about Spinnaker and are building pipelines, they start with something extremely basic. When your pipeline is too basic, it’s hard to see how to build a production level pipeline. This presentation will show you how to build a pipelines that is triggered off of a Docker image being updated and then deployed to Kuberenetes.

Talk 3 – Why Do Pipelines Fail?

by Kevin Woo, Senior Software Engineer at Armory

Kevin will discusses best practices for creating pipelines in Spinnaker and how to debug them when they fail.

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