From the course: DevOps Foundations: Lean and Agile

Unlock this course with a free trial

Join today to access over 24,700 courses taught by industry experts.

DevOps: Getting started building

DevOps: Getting started building

- Next in our transformation, we wanted to focus on our development and DevOps practices. - But the team wasn't sold on the whole idea at first because the developers and operations spoke different languages. - You mean French and English? - No, I mean Golang and Bash. - First, we insisted on making work more visible so everyone would have a general understanding of what was going on. All work had to be ticketed in our ticketing system and all code had to go into source control, which is a central storage location where all the files for a project along with their entire history of changes are kept. Our software engineers were used to using source control, but not all of our operations engineers were, so we taught them. - Before we move on, let's think about this. If you're a new developer joining this team, why would a ticketing system and source control be helpful? What are potential benefits you'd see? - There are many ways to organize your product and source control that involve…

Contents