Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Ruby Toolbox for DevOps
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Richard Lee
December 08, 2012
Technology
22
1.3k
Ruby Toolbox for DevOps
Presented at RubyConf Taiwan 2012.
Richard Lee
December 08, 2012
Tweet
Share
More Decks by Richard Lee
See All by Richard Lee
LIFF SDK 的開發者體驗與實用秘訣
dlackty
0
120
Account Kit after 1 year
dlackty
0
80
【Modern Web 2015】愛料理如何打造產品及技術團隊
dlackty
0
69
Chef & Immutable Infrasturcture
dlackty
7
430
Ruby & Friends - Taking Go as an example
dlackty
3
700
軟體上線之後的營運管理
dlackty
8
670
Using CocoaPods for Objective-C Library Management
dlackty
1
390
Does OpsWorks work?
dlackty
10
540
打造愛料理開發及營運團隊
dlackty
79
7.8k
Other Decks in Technology
See All in Technology
[続・営業向け 誰でも話せるOCI セールストーク] AWSよりOCIの優位性が分からない編(2026年2月20日開催)
oracle4engineer
PRO
0
110
フルスタックGoでスコア改ざんを防いだ話
ponyo877
0
520
「OSアップデート:年に一度の「大仕事」を乗り切るQA戦略」_Mobile Tech Flex 〜4社合同!私たちのモバイル開発自慢大会〜
gu3
0
230
Exadata Fleet Update
oracle4engineer
PRO
0
1.2k
LY Tableauでの Tableau x AIの実践 (at Tableau Now! - 2026-02-26)
yoshitakaarakawa
0
240
歴史に敬意を! パラシュートVPoEが組織と共同で立ち上がる信頼醸成オンボーディング
go0517go
PRO
0
220
バニラVisaギフトカードを棄てるのは結構大変
meow_noisy
0
130
2026-02-25 Tokyo dbt meetup プロダクトと融合したCI/CD で実現する、堅牢なデータパイプラインの作り方
y_ken
0
110
『誰の責任?』で揉めるのをやめて、エラーバジェットで判断するようにした ~感情論をデータで終わらせる、PMとエンジニアの意思決定プロセス~
coconala_engineer
0
1.7k
技術選定 したい人 したくない人
shirayanagiryuji
0
380
Getting started with Google Antigravity
meteatamel
0
360
全自動で回せ!Claude Codeマーケットプレイス運用術
yukyu30
3
130
Featured
See All Featured
How to Talk to Developers About Accessibility
jct
2
140
Scaling GitHub
holman
464
140k
Why Your Marketing Sucks and What You Can Do About It - Sophie Logan
marketingsoph
0
86
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
Product Roadmaps are Hard
iamctodd
PRO
55
12k
The Invisible Side of Design
smashingmag
302
51k
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
130
My Coaching Mixtape
mlcsv
0
61
Joys of Absence: A Defence of Solitary Play
codingconduct
1
300
Money Talks: Using Revenue to Get Sh*t Done
nikkihalliwell
0
170
Facilitating Awesome Meetings
lara
57
6.8k
Transcript
Ruby Toolbox for DevOps Richard Lee (@dlakty)
self.intro do |richard|
6.years.ago
5.years.ago
2.years.ago
2.years.ago
1.year.ago
end
None
Huh? A Recipe Sharing Website?
Huh? A Recipe Sharing Website? Social Network
Website Operation API Mobile Products
Website Recipe Content Management Social Features Q&A for Cook
Website Operation
Operation Server Infrastructure Monitoring Analysis
Website Operation Mobile Products
Mobile Products iPhone / iPad Android Mobile Web! > 50%
Traffic!
Website Operation API Mobile Products
API RESTFul JSON API Multi Device Authentication Push Notification
Website Operation API Mobile Products
DevOps
What?
Website Operation API Mobile Products Developer
Website Operation API Mobile Products Operator
Website Operation API Mobile Products DevOp
DevOps Learning tools / techniques of Helps Your Startup
Development Continuous Integration Server Provisioning Deployment Monitoring polydice.workflow do |w|
Code Actually nothing special here. Current stack: Rails 3.2 Ruby
1.9.3 RSpec Redis MySQL memcached
Continuous Integration
Continuous Testing Document generation Code quality testing Deploy and more!
So, give me a Ruby CI Server!
Travis CI is not currently a good fit for closed
in-house installations
Do you really know what a CI server usually do?
Continuous Testing Document generation Code quality testing Deploy and more!
Not black magic Write your rake tasks!
CI Server Received push hooks Run some scripts Send notifications
& Show reports
Jenkins Everywhere
Janky for Help! A Sinatra app as JSON bridge Built
on Jenkins Controlled by Hubot Designed for / by GitHub
None
None
Tips: Your every project needs a scripts folder
scripts/ bootstrap cibuild
Sever Provisioning
chef + vargrant = awesome!
Why this is important? I can do that manually!
None
Save your time for fixing up problems.
Machines in Chef Client Node API client for provisioning and
management. Your any controlled servers.
Objects in Chef Cookbook Data bag Certain steps to install
/ configure resources on nodes Data storages for cookbook to configure resources. (Encrypted / Unencrypted)
Our Cookbook For Capistrano
Role The bridge between cookbooks & node. Define a run
list for node. Some example: Web role’s run list :[“nginx”, “rails”] Database role’s run list :[“mysql”]
Our Base Role
Provisioning EC2
Why ?
Chef v.s. Puppet Basically the same thing / idea Puppet
uses customized DSL for cookbook Chef just uses Ruby
Vagrant VirtualBox VM from command line Integration with Chef /
Puppet
Vagrantfile Configure which roles to run. Then, > vagrant up
Deployment
We use No surprise, right?
Lots of tweaks Git-based deployment Speed up Campfire notification
Git-based deployment
Campfire notification
Lots of details. Ask me if you’re interested.
Monitoring
Unit test => Developer Monitoring => Operator
god lograge
god Process monitoring Restart process for certain conditions Really important
for unicorn Integrated with Capistrano
Super easy Configuration
lograge Turn your multiline logs into one line Dec 08
13:18:11 web1 rails: method=GET path=/recipes/14628 format=html controller=recipes action=show status=200.00 duration=296.24 view=177.28 db=96.89 redis=1.38 tire=0.00 ip=111.250.xxx.xxx referer=http://icook.tw/ recipes/fulltext_search?query=%E7%B3%96%E9%86%8B%E6%8E%92%E9%AA%A8 Good for grep & analysis
lograge custom options Add as much things for monitoring as
possible!
Conclusion
Ruby is expressive.
Tons of DSLs for solving different problems.
Make developers happy.
Make operators happy.
Make your customers happy. boss investors
None
Email:
[email protected]
Twitter & GitHub & App.net: @dlackty Thank You!
We’re hiring!
Q & A?