CI/CD
Continuous Delivery doesn’t mean every change is deployed to production ASAP. It means every change is proven to be deployable at any time! Continuous deployment is the next step of continuous delivery:
Every change that passes the automated tests is deployed to production automatically. Continuous deployment should be the goal of most companies that are not constrained by regulatory or other requirements.
- Reduce Deployment risks
- Monitor SDLC
- Automate Deployments with Jenkins, Ansible, Puppet, Chef, etc.
SDLC to Cloud - SDLC s a framework defining tasks performed at each step in the software development process. SDLC is a structure followed by a development team within the software organization. It consists of a detailed plan describing how to develop, maintain and replace specific software.
- Build PipeLines Measure Application Metrics
- Test Generations (Smoke, Load)