当前位置:网站首页>What are Devops
What are Devops
2020-11-06 20:07:00 【monkeyboy_tech】
DevOps The Wikipedia definition of is :
DevOps It's a set of processes 、 A general term for methods and systems , To facilitate development 、 Technical operations and quality assurance (QA) Communication between departments 、 Collaboration and integration .
Each step is :
- plan
- code
- build
- test
- release
- deploy
- operator
- monitor
- plan
- code ...
A picture summarizes :
in other words Development test Deploy operation monitor A series of operations form a closed loop ,
The specific process is , The operation and maintenance personnel infiltrate into the project in the project development stage , So as to provide a good deployment monitoring and other operation and maintenance solutions , And developers have to infiltrate into the operation and maintenance work in the operation and maintenance deployment phase ,
In fact, the ability requirements for development and operation and maintenance personnel have been improved , Operation and maintenance needs to understand development , Development also requires knowledge of operation and maintenance
And in the implementation process , Every link has a lot of software support , Such as
jenkins:build/relase kubernetes:deploy sentry:monitor jmeter :test
版权声明
本文为[monkeyboy_tech]所创,转载请带上原文链接,感谢
边栏推荐
- 一篇文章带你了解CSS 分页实例
- Simple summary of front end modularization
- 用一个例子理解JS函数的底层处理机制
- 一篇文章教会你使用Python网络爬虫下载酷狗音乐
- 一篇文章教会你使用HTML5 SVG 标签
- Custom function form of pychar shortcut key
- How to become a data scientist? - kdnuggets
- Shh! Is this really good for asynchronous events?
- Interface pressure test: installation, use and instruction of siege pressure test
- Mac installation hanlp, and win installation and use
猜你喜欢
MeterSphere开发者手册
Summary of common algorithms of binary tree
Architecture article collection
一部完整的游戏,需要制作哪些音乐?
What to do if you are squeezed by old programmers? I don't want to quit
Windows 10 tensorflow (2) regression analysis of principles, deep learning framework (gradient descent method to solve regression parameters)
How to encapsulate distributed locks more elegantly
这个项目可以让你在几分钟快速了解某个编程语言
Natural language processing - BM25 commonly used in search
一篇文章带你了解HTML表格及其主要属性介绍
随机推荐
How to hide part of barcode text in barcode generation software
What if the front end doesn't use spa? - Hacker News
Using NLP and ml to extract and construct web data
JVM memory area and garbage collection
Named entity recognition in natural language processing: tanford core LP ner (1)
Summary of common string algorithms
Python download module to accelerate the implementation of recording
Word segmentation, naming subject recognition, part of speech and grammatical analysis in natural language processing
Python saves the list data
只有1个字节的文件实际占用多少磁盘空间
一篇文章带你了解HTML表格及其主要属性介绍
vue-codemirror基本用法:实现搜索功能、代码折叠功能、获取编辑器值及时验证
Analysis of ThreadLocal principle
【自学unity2d传奇游戏开发】如何让角色动起来
C + + and C + + programmers are about to be eliminated from the market
[C / C + + 1] clion configuration and running C language
electron 實現檔案下載管理器
Architecture article collection
前端未來趨勢之原生API:Web Components
DRF JWT authentication module and self customization