CI/CD(CI/CD)
practiceContinuous Integration and Continuous Delivery — the practice of automating code building, testing, and deployment.
automationpipelinedeployment
Continuous Delivery(CD)
practiceA practice where code changes are automatically built, tested, and prepared for release to production at any time.
deliveryautomationci-cd
Continuous Deployment
practiceA practice where every code change that passes automated tests is automatically released to production without manual intervention.
deploymentautomationci-cd
On-Call
practiceA rotation practice where engineers are designated to respond to production incidents and alerts outside business hours.
reliabilityincident-responsesre