Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

一图读懂《An architect's guide to DevOps pipelines: CI/CD》 #10

Open
OSInsight opened this issue Mar 2, 2023 · 0 comments
Open

Comments

@OSInsight
Copy link
Owner

OSInsight commented Mar 2, 2023

原文标题:An architect's guide to DevOps pipelines: Continuous integration & continuous delivery (CI/CD)
原文地址:https://www.redhat.com/architect/devops-cicd

一句话总结

本文是来自 Red Hat 的工程师 Bryant Son,原文在 2020 年发布(比较早,有些工具其实已经更新,不影响),主要对 DevOps、pipeline、CI/CD 相关术语做了介绍。如果一般只使用基建而不是做这块的话,对 DevOps 中涉及的一些概念不一定很了解。阅读本文,能够让我们对 DevOps 有一个全局的认知。Enjoy :)

原文划重点

DevOps automation tooling is often discussed as a pipeline. Here's what that means to your system architecture.

DevOps 自动化工具常被称为 pipeline 流水线。

Constructing a DevOps pipeline is an essential part of a software architect's process when working in a software engineering team. In the past, as I participated as a technical interviewer at Red Hat, I was quite surprised to find very few people could clearly describe a DevOps pipeline and a continuous integration and continuous deployment (CI/CD) pipeline. You will understand what these pipelines are by reading this article.

如果你在软件工程团队工作,那么构建 DevOps pipeline 是实现软件架构的重要一环。面试时很少有能把 DevOps pipeline、持续集成和持续部署 CI/CD 说清楚的,本文来给做一个科普。

In this article, you learned about the heart of DevOps and DevOps pipelines. You also learned how to create DevOps pipelines from two different perspectives: One with infrastructure engineers in mind and one for the application developers. You also saw the difference between continuous integration (CI) and continuous delivery (CD) processes and how the industry trend is to separate the two.

阅读本文,了解 DevOps、DevOps 流水线以及从两种不同的视角创建 DevOps 流水线:基础设施工程师;应用开发工程师。了解 CI 和 CD 之间的区别以及业务逐渐将两者分开。

一图解读

一图读懂《An architect's guide to DevOps pipelines - CI:CD》

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant