DevOps
156 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
Shift Left
Moving testing and security checks earlier in development
Kubernetes
Open-source platform for automating container management
CI/CD Pipeline
Automated steps from code commit to deployment
Canary Deployment
Gradually rolling out changes to a small user subset
Container Orchestration
Automating container deployment scaling and management
DevOps
Practices combining development and operations for faster delivery