An Inside Look At How Netflix Builds Code

0
454

mmoorebz writes: Netflix is known as a place to binge watch television, but behind the scenes, there’s a lot that goes on before everyone’s favorite show can be streamed. The first step to deploying an application or service is building. Netflix created Nebula, a set of plugins for the Gradle build system, that “help with the heavy-lifting around building applications, ” said the engineers. Once the code has been built and tested locally using Nebula, the team pushes the updated source code to a Git repository. Every deployment at Neflix begins with the creation of an Amazon Machine Image, and to generate them from source, Netflix created what it calls “the Bakery.” It exposes an API that facilitates the creation of AMIs globally, according to the blog. When it comes time to deploy and after the “baking” is complete, teams will use Spinnaker to manage multi-region deployments, canary releases, and red/black deployments. Netflix is continuing to look at the developer experience and determine how it can improve. Read more of this story at Slashdot.

Read More:
An Inside Look At How Netflix Builds Code

LEAVE A REPLY

Please enter your comment!
Please enter your name here

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.