DevOps 101 provides an introduction to DevOps practices and tools. DevOps aims to unify software development (Dev) with IT operations (Ops) by automating and monitoring the steps to build, test, and deploy software. This reduces the time between committing code and deploying to production. Key DevOps disciplines include code development and review, continuous integration and testing, packaging and releasing applications, configuring infrastructure, and monitoring applications in production. Continuous integration (CI) and continuous delivery (CD) utilize automated pipelines to continuously build, test, and deploy applications.
Related topics: