Automation
The following guidance should be applied in automating DevOps processes:
Infrastructure as Code [Mandatory]
Infrastructure as code is the process of managing and provisioning computer data centers through ...
Containerization and service orchestration [Mandatory]
Containers provide an isolated environment for running software. Docker or Kubernetes is the reco...
Continuous integration & Continuous Delivery (CI/CD) [Recommended]
The technical goal of CI/CD is to establish a consistent and automated way to build, package, tes...