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
Infrastructure as Code
Managing infrastructure through version-controlled config files
Helm Chart
Package format for Kubernetes application deployment
GitOps
Framework using Git as single source of truth for configs
Branching Strategy
Convention for managing parallel development in version control
Chaos Engineering
Deliberately introducing failures to test resilience
Istio
Open platform for managing microservices with service mesh