> For the complete documentation index, see [llms.txt](https://cd.ymian.top/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cd.ymian.top/master.md).

# 前言

### 目标受众

jenkins和kubernetes的共同用户

### 主要内容

从0开始，一步步搭建CI/CD系统，目标是：

1. 快速搭建和初始化环境
2. 创建job，基本的操作流程定义和对应的pipeline编写
3. 一键触发应用发布，从代码拉取、构建、打包到发布到指定环境
4. 发布过程不中断服务
5. 监控构建过程，做统计和告警
6. 发布过程保留记录，可供以后回滚
7. 发布点同步到监控系统，可以将变更和故障点关联（可视化），用于快速定位错误
8. 实现蓝绿发布和金丝雀发布
