Lock in $30 Savings on PRO—Offer Ends Soon! ⏳
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
DevOoops Mastery
Search
Bryan Liles
March 12, 2015
Technology
0
78
DevOoops Mastery
How to move from DevOoops to DevOps
Bryan Liles
March 12, 2015
Tweet
Share
More Decks by Bryan Liles
See All by Bryan Liles
DevOps Days MSP 2017
bryanl
2
1.1k
Velocity 2017 SJ: Application Tracing
bryanl
2
360
Application Ops 1.0
bryanl
1
200
Go At Work
bryanl
0
240
The (Ruby) Sims
bryanl
1
150
How Vs Why
bryanl
0
140
ruby -pi -e.bak - Windy City Rails
bryanl
1
290
Arrrr Camp 2012: Simulating the World with Ruby
bryanl
2
530
Other Decks in Technology
See All in Technology
機械学習を「社会実装」するということ 2025年冬版 / Social Implementation of Machine Learning November 2025 Version
moepy_stats
4
910
段階的に進める、 挫折しない自宅サーバ入門
yu_kod
4
1.8k
AWS re:Invent 2025 で頻出の 生成 AI サービスをおさらい
komakichi
3
260
変わるもの、変わらないもの :OSSアーキテクチャで実現する持続可能なシステム
gree_tech
PRO
0
1.3k
AI時代のインシデント対応 〜時代を切り抜ける、組織アーキテクチャ〜
jacopen
4
170
学術的根拠から読み解くNotebookLMの音声活用法
shukob
0
510
DDD x Microservice Architecture : Findy Architecture Conf 2025
syobochim
13
6.6k
確実に伝えるHealth通知 〜半自動システムでほどよく漏れなく / JAWS-UG 神戸 #9 神戸へようこそ!LT会
genda
0
160
AS59105におけるFreeBSD EtherIPの運用と課題
x86taka
0
310
Claude Code はじめてガイド -1時間で学べるAI駆動開発の基本と実践-
oikon48
22
11k
Flutter Thread Merge - Flutter Tokyo #11
itsmedreamwalker
1
110
IPv6-mostly field report from RubyKaigi 2026
sorah
0
230
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3k
Faster Mobile Websites
deanohume
310
31k
Unsuck your backbone
ammeep
671
58k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Designing for Performance
lara
610
69k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.4k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.2k
Typedesign – Prime Four
hannesfritz
42
2.9k
The Cult of Friendly URLs
andyhume
79
6.7k
Six Lessons from altMBA
skipperchong
29
4.1k
Transcript
DevOoops Mastery Bryan Liles
DevOoops Mastery @bryanl
DevOops Mastery
More Mastery less oops
Accidental successes
“It works on my machine”
Promise Theory
Promise Theory • Model of voluntary cooperation between individual, autonomous
actors, or agents who publish their intentions to one another in a form of promises. • Dev makes promises to ops • Ops make promises to dev
Automation
OOPS: to release our software, it only requires three CLI
commands, a web page visit, an email to Santa, and an act of <insert deity>
The Mastery
once, twice, automate
use Vagrant?
use Vagrant with DigitalOcean?
docker-machine
docker-machine docker compose
docker-machine docker compose docker swarm
Contest: What does tr(1) do?
Configuration Management
OOPS: We configure servers with this set of scripts. You
have to run this one before that one, and this other one only once.
The Mastery
We Chef
You might Ansible or Puppet or Salt or CFEngine or
custom
but should you custom?
yeah, you test this too google “chef test kitchen”
composition over comprehensiveness
Contest: On a modern Linux distribution, how can you find
the number of processors?
Continuous Integration
OOPS: Why spend time and money on another server when
it works on my workstation?
The Mastery
you might Jenkins
I Travis’d in the past
We used Drone
I wish we Jenkins’d
CI produces artifacts
Only deploy the artifacts
Contest: What year did Linux come out?
Deployment
OOPS: We have to deploy from a certain server and
we can only deploy on odd Thursdays or when Jamaal is in the office.
The Mastery
What do you mean you don’t test your deploys?
capistrano or fabric, take your pick
or deploy with chef?
or roll your own …
… but don’t do that
or go advanced mode have your CI build docker images
or go super advanced mode deploy those docker images to
mesos
PS…… Digital Ocean Droplets start at $5/month
or go SUPER DUPER ADVANCED MODE use packer to build
machine images with your app already installed and configured and use the cloud like it wants to used.
Contest: I have a Ruby array: [{“foo_id"=>"1"}, {"bar_id"=>"2"}, {“bar_id"=>"3"}] How
do I convert it to: [2, 4, 6]
Teams Over Individuals
OOPS: They are Ops and we are Engineering. We write,
they keep the servers up. The two shall not cross paths.
The Mastery
Dev VS Ops
Engineer VS SRE
chat all the things
f(devoops) -> devops
Automation
Configuration Management
Continuous Integration
Deployment
Teams over Individuals
we suck
we are lazy
we can’t do the a task the same way twice
we do things differently the second time
Thanks! @bryanl @digitalocean