InterviewSolution
Saved Bookmarks
| 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:
|
|