Assignment No 1
Assignment No 1
BE IT-2 64
Assignment No 1
Q1.Explain with a use case where Devops can be used in Industry / Real life?
Ans:
Faster Correction
With the help of DevOps, All the defects are detected very early. Because of this,
mistakes can be corrected very fast. There is a lot of time which gets saved in
this kind of DevOps environment because the work is very fast, so the correction
work is also completed very fast.
One of the key benefits of integrating regularly is that you can detect errors quickly and
locate them more easily. As each change introduced is typically small, pinpointing the
specific change that introduced a defect can be done quickly.
In recent years CI has become a best practice for software development and is guided
by a set of key principles. Among them are revision control, build automation and
automated testing.
Additionally, Continuous Deployment and Continuous Delivery have developed as best-
practices for keeping your application deployable at any point or even pushing your main
codebase automatically into production whenever new changes are brought into it. This
allows your team to move fast while keeping high quality standards that can be checked
automatically.
Continuous Deployment:
Continuous Testing :
Continuous Testing goes hand-in-hand with Continuous Integration to make sure that
bugs are found early and are easy to fix. While many changes are made on a daily
basis, there’s an opportunity each time for those changes to disrupt a previously
working part of the code.
While teams implement Continuous Integration and Delivery to gain a competitive edge,
it’s important to acknowledge that ensuring quality is equally important in the eyes of the
end user — no one wants to use a new feature that has a bug. Continuous Integration
testing is a critical step for organizations that want to differentiate from their competition.
By automating test to match the speed of Continuous Integration, rapid delivery can be
more effectively achieved and acceptable standards of quality can be met
simultaneously.