CI/CD
Непрекъсната доставка doesn’t mean every change е deployed до production ASAP. It means every change е proven до be deployable at any time! Continuous deployment е next step на continuous delivery:
Every change който passes automated tests е deployed до production automatically. Continuous deployment трябва be goal на most companies който са not constrained by regulatory or other requirements.
- Reduce Deployment risks
- Monitor SDLC
- Automate Deployments с Jenkins, Ansible, Puppet, Chef, etc.
SDLC до Cloud - SDLC s a framework defining tasks performed at each step в software development process. SDLC е a structure followed by a development team within software organization. It consists на a detailed plan describing how до develop, maintain и replace specific software.
- Build PipeLines Measure Application Metrics
- Test Generations (Smoke, Load)