DevOps Notes
文章目录
Tutorials
名称 devops
全称
software development and it operations
- 软件开发与 it 运营
特征
与 agile development(敏捷开发) 交集很多
- 第一个会议,就是 agile development 工程师主办的
定义
- 一套 用来减少,对系统修补代码应用到生产环境的 实践经验
工具链
Coding
VSC
- eg: git 等
Buiding
CI 工具
- continuous integration
Testing
CT
- continous testing
Packing
artifact repository
- eg: Maven repo for Java
- https://en.wikipedia.org/wiki/Software_repository
部署前的打包
- application pre-deployment staging
Releasing
自动化发布
ARA
- Application Release Automation
wiki
包括
打包和应用的部署,最终到生产环境
- 在不同的环境中
- 即,整合的功能包括部署自动化、环境管理与建模和
Configuring
设置的配置和管理
- Infrastructure configuration and management
规范 IaC
- Infrastructure as Code
Mornitoring
文章作者
上次更新 2023-02-10 (97c415e)