D
Deployment
The process of releasing and making a software application available on a production server.
Auch bekannt als:
Release, Go-Live, Ship
DevOps
Deployment is the process of making a software application available for use by moving it from a development environment to a production server. Modern deployment practices emphasize automation, reliability, and rollback capabilities.
Deployment Strategies
- Blue-Green Deployment – Two identical production environments
- Rolling Deployment – Gradual update across servers
- Canary Deployment – Release to a small subset of users first
- Continuous Deployment (CD) – Automated deployment on every commit