DevOps
27 views
Continuous Deployment
Quick Definition
Automatically deploying every tested change to production
Full Definition
Automatically deploying every tested code change to production without manual gates.
Examples
zero-downtime deploys, automated rollbacks, feature flags
Related Terms
continuous-delivery
deployment-automation
More DevOps Terms
DevOps
Practices combining development and operations for faster delivery
Immutable Infrastructure
Replacing servers instead of modifying them for updates
Ansible
Agentless automation tool using YAML playbooks
Toil
Manual repetitive automatable operational work
GitOps
Framework using Git as single source of truth for configs
SLI
Quantitative measure of service performance from user perspective