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
DevOoops Mastery
Search
Bryan Liles
March 12, 2015
Technology
0
67
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
1k
Velocity 2017 SJ: Application Tracing
bryanl
2
340
Application Ops 1.0
bryanl
1
190
Go At Work
bryanl
0
220
The (Ruby) Sims
bryanl
1
130
How Vs Why
bryanl
0
120
ruby -pi -e.bak - Windy City Rails
bryanl
1
270
Arrrr Camp 2012: Simulating the World with Ruby
bryanl
2
490
Other Decks in Technology
See All in Technology
速くて安いWebサイトを作る
nishiharatsubasa
10
13k
Culture Deck
optfit
0
420
データ資産をシームレスに伝達するためのイベント駆動型アーキテクチャ
kakehashi
PRO
2
540
運用しているアプリケーションのDBのリプレイスをやってみた
miura55
1
720
AndroidデバイスにFTPサーバを建立する
e10dokup
0
250
The Future of SEO: The Impact of AI on Search
badams
0
200
人はなぜISUCONに夢中になるのか
kakehashi
PRO
6
1.7k
Platform Engineeringは自由のめまい
nwiizo
4
2.1k
偶然 × 行動で人生の可能性を広げよう / Serendipity × Action: Discover Your Possibilities
ar_tama
1
1.1k
OpenID BizDay#17 KYC WG活動報告(法人) / 20250219-BizDay17-KYC-legalidentity
oidfj
0
250
目の前の仕事と向き合うことで成長できる - 仕事とスキルを広げる / Every little bit counts
soudai
24
7.1k
滅・サービスクラス🔥 / Destruction Service Class
sinsoku
6
1.6k
Featured
See All Featured
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
Java REST API Framework Comparison - PWX 2021
mraible
28
8.4k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
4
330
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
100
18k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
27
1.9k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.3k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
550
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
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