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
Prometheus
Open-source monitoring and alerting toolkit for metrics
DevOps
Practices combining development and operations for faster delivery
Canary Deployment
Gradually rolling out changes to a small user subset
Ansible
Agentless automation tool using YAML playbooks
ArgoCD
GitOps continuous delivery tool for Kubernetes
Feature Flags
Technique for toggling features without code deployment