Common tools used for deployment and delivery
As the final documentation is compiled for the delivery and deployment requirements, the DevOps and SRE teams need to start building out pipelines. There is a desire to make a pipeline that can take in declarative files that only define the desired outcome. However, the team might have to settle for tools that are imperatively designed. This means that the users will need to explicitly define the what and how of an execution process until the solution evolves over time. The main issue with an imperative solution is that teams will be required to maintain and test every pipeline component that is built to ensure consistency.
Those from the DevOps team that were tasked with running proof of concepts for different tools were finished. They had brought a list of the tools tested, their benefits, and also their drawbacks. The full platform, regardless of how many tools were needed, should be able to fulfill all of the CI/CD requirements for...