Show notes
DevOps is a movement to bridge the gap between developers and
operations teams. Traditionally, these two groups were separate andrarely interacted with each other. Developers didn’t quite understandhow software is deployed and managed. Operation teams, on the otherhand, treated software as a black box. DevOps encourages synergy betweenthese two roles. Developers should take responsibility for theirsoftware. Including how it runs and behaves on production. Ops shouldunderstand the software they run. But more importantly, they shouldadopt well-established software engineering principles. For example,automation, auditing, testing, and fast feedback. Ideally, devs and opsshould work together in a single team, toward a common goal.

