From the course: Cloud DevOps Concepts: Understanding Processes and Services

Unlock the full course today

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

Understanding your own requirements

Understanding your own requirements

- [Narrator] So how do you understand your own DevOps requirements? Here's a list of things that you'll likely need to consider. Remember that these are just recommendations as we covered in the last video. You need to look at your own situation to determine the requirements that are best for you. That said, let's dive in. Culture change. DevOps requires a shift from siloed teams to a collaborative environment. This is where development, operations and other stakeholders work closely together. Thus, the idea of dev and ops working together. You'll need to think about requirements that speak to this cultural shift. Automation. Automate repetitive tasks across the software development lifecycle. This reduces manual intervention, minimizes errors, and generally speeds things up. Continuous integration or CI. Ensure frequent code commits to a shared repository. This should include automated builds and testing to catch issues early. Continuous delivery/deployment or CD. Extend CI by…

Contents