Continuous Delivery
Quick Definition
Automatically building and testing code for release
Full Definition
Automatically building, testing, and preparing code changes for production release.
Examples
deployment automation, release pipelines, rollback capability
Related Terms
continuous-integration
continuous-deployment
More DevOps Terms
Toil
Manual repetitive automatable operational work
Service Mesh
Infrastructure layer managing service-to-service communication
Prometheus
Open-source monitoring and alerting toolkit for metrics
Shift Left
Moving testing and security checks earlier in development
Canary Deployment
Gradually rolling out changes to a small user subset
CI/CD Pipeline
Automated steps from code commit to deployment