Devops: Software development life cycle: 1.requirement gathering 2.planning 3.design 4.development 5.testing 6.deployment and maintenance ################### Models in SDLC: 1. Waterfall model 2.Agile 3.Spiral 4.Big bang ###################### Waterfall method: once 1 step is completed then only we go to 2nd step. 1.requirement gathering 2.planning 3.design 4.development 5.testing 6.deployment and maintenance ################# Agile: waterfall model is repeated many times until clients needs are satisfied. ############# Continuous Integration : Scenario : developers write the several lines of code everyday creating the software. this code should be stored somewhere at the centralized place. This centralized repository called as the version control system like github. everyday developers push and pull the code from such repositories. code changes or the code commits happens continously. On the repository, this code will be built, tested and evaluated. artifacts/software is the bundle