December 27, 2019

310 words 2 mins read

Containerization at Pinterest

Containerization at Pinterest

Baogang Song shares Pinterest's unique journey adopting Docker technology. Baogang highlights how Pinterest used Teletraan, its code deploy system, to safely deploy dockers in production with little effort and limited Docker operational experience.

Talk Title Containerization at Pinterest
Speakers
Conference O’Reilly Software Architecture Conference
Conf Tag Engineering the Future of Software
Location San Francisco, California
Date November 14-16, 2016
URL Talk Page
Slides Talk Slides
Video

Baogang Song shares Pinterest’s unique journey adopting Docker technology. Baogang highlights how Pinterest used Teletraan, its code deploy system, to safely deploy dockers in production with little effort and limited Docker operational experience. Docker has become very popular among DevOps and is being adopted by more companies. Pinterest was particularly interested in the two major benefits that Docker brings—consistent environments among develop, build, test, and production and running production in a complete immutable infrastructure—increasing development velocity and improving production quality. However, Pinterest wanted to be very cautious when deploying dockers in production because Docker technology still young and the tools around it are either lacking or still maturing—not to mention that the team had very limited operational experience with Docker on a large scale. Pinterest has been using Teletraan to deploy its service code for years. Teletraan supports safe deploys through features such as staging, rolling updates, and rollback; it integrates with GitHub, Jenkins, Slack, and Jira, and it has an easy UI developers love to use. The team thought it would be great if they could just use the same tool to deploy dockers. Teletraan was designed to run arbitrary deploy scripts, so naturally the team just changed the deploy scripts to call “docker stop/pull/run” instead. . .and that is exactly how the first sample service was deployed. Baogang outlines Pinterest’s incremental approach to deploying dockers to production, explores key results and benefits, and shares some of the team’s plans for the future.

comments powered by Disqus