1.

Can you say something about the DevOps pipeline?

Answer»

A pipeline, in GENERAL, is a SET of automated tasks/processes defined and followed by the software engineering team. DevOps pipeline is a pipeline which allows the DevOps engineers and the software developers to efficiently and RELIABLY compile, build and deploy the software code to the production environments in a hassle free manner.

Following image shows an EXAMPLE of an effective DevOps pipeline for deployment.

The flow is as follows:

  • Developer works on completing a functionality.
  • Developer deploys his code to the test environment.
  • Testers work on validating the feature. Business team can intervene and provide feedback too.
  • Developers work on the test and business feedback in continuous collaboration manner.
  • The code is then RELEASED to the production and validated again.


Discussion

No Comment Found