From the course: Cisco DevNet Associate (200-901) Cert Prep 4: Application Deployment and Security

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

What are the DevOps practices?

What are the DevOps practices?

From the course: Cisco DevNet Associate (200-901) Cert Prep 4: Application Deployment and Security

Start my 1-month free trial

What are the DevOps practices?

- [Instructor] Having learned about the DevOps principles, what are some of the DevOps practices? The first practice is to have a source of truth for the code. This usually means a distributed version control system that keeps an updated documentation for everything. Because we're trying to put our emphasis on rapid changes, we should aim to have an automated testing that ensures we do not accidentally break things when trying to make our changes. We should aim to have a system of continuous integration. This means having a system for each developer and operation personnels to check-in their code and change as quickly as possible. We should also have a system that can integrate these changes continuously. We should always practice a high trust culture for the individuals between teams and also have peer review for better quality and leverage each other's knowledge. Continuous integration and deployment is a practice where…

Contents