Introduction
💡 DevOps is a set of practices that combines software development (Dev) and IT operations (Ops) aimed at shortening the development lifecycle and providing continuous delivery with high software quality. DevOps standards and practices involve the use of various tools and processes to automate and streamline the build, test, and deployment phases of software development.
This guide introduces DevOps standards with a focus on continuous integration (CI) using GitHub Actions and Jenkins, and continuous delivery (CD) using ArgoCD.
Last updated