#QCon# Devops

阅读更多

今天参加了QCon2011 杭州。听了百度项目管理部的乔梁关于“Devops”的分享。比如如下:

 

continuous integration —— Dev , QA

agile —— Business,Dev,QA

devops —— Dev,QA,Ops

 

Devops = Culture + Tools

 

automation:

——environment provisioning (工具 :Puppet,Chef,ControlTier)

——app deployment & data migration (Capistrano,DBdeploy)

——logging & monitoring (Splunk,Nagios,Munin)

 

How:

always write production-ready code

minimiaze the lead time from idea to live

1. System thinking

2. Value stream mapping

3. Practices

 

module/subsystem/system/staging/release

 

你可能感兴趣的:(QCon,Devops,乔梁)