Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.3 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.3 KB

Welcome to Pipelines

A Journey in to Software Delivery, Automation and Infrastructure(Topics in DevOps and SRE'ing)

Image of Pipelines

Let's Set the Scene

You just started at a new role at a pretty cool startup. They're making some big waves, and growing, but they're initial Architecture and Infrastructure isn't really prepared for the future. The initially set everything up by hand on an on prem server. There is absolutely no automation here. You've walked into poor documentation, and fully manual changes. Time for a digital transformation.

The Job

Our Job is going to be be take this startup from Zero to Hero. We'll be required to do the following:

  1. Distribute the System
  2. Implement Source/Version Control, and a development strategy
  3. Setup a CI/CD...CD(Possibly) pipeline for our code to move from Developers computers all the way to Production
  4. Convert "MonoRepo" to Microservice Architechture
  5. Ensure All(Or all that can be) Infrastructure is codified
  6. Provide Visibility into the health of the Infrastructure and Applications
  7. This app is a money maker. Let's make sure it can handle errors

For more information please visit this website