Sailing Beyond Custom Deployment Tooling: Airbnb Wins with Spinnaker

Nov 1, 2019 by Adam Frank

Tonight, 1 million people will sleep in an Airbnb listing somewhere on Earth. Want to stay in an Airbnb tonight? Just grab the mobile app or visit the website, and you can create an account and make a booking in less than 5 minutes.

How is this possible? Killer software! Jens Vanderhaeghe, a software engineer on the continuous delivery team at Airbnb, told that story in August. Check it out:

Jens loves Spinnaker. As he explains, most of the bookings users made prior to 2017 happened done in a monolithic Ruby on Rails backend. A home-grown continuous delivery solution made that possible via batch deployments, happening around 10x a day.

Since then, Airbnb has grown astoundingly (the best “problem” to have 🙂 requiring its applications and software delivery mechanisms to evolve rapidly. Airbnb moved to a microservices model. It adopted tools that allowed their devs to model complex configuration of resources like Kubernetes in single commits.

Still, Airbnb sought a solution that would leverage existing infrastructure to manage Kubernetes deployments at scale. It looked for a tool with an active Open Source community, to alleviate the limitations that a small continuous delivery team finds when working to empower developers to innovate.

Watch how Airbnb found success with Spinnaker!

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