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
Docker
Platform for running applications in lightweight containers
Incident Response
Organized approach to managing IT service disruptions
Ansible
Agentless automation tool using YAML playbooks
SRE
Applying software engineering principles to operations
Secret Management
Securely storing and managing sensitive credentials
Blue-Green Deployment
Strategy with two identical environments for zero-downtime switching