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
DevOpsPorto Meetup7: Microservices? You have to...
Search
DevOpsPorto
August 03, 2017
Technology
0
150
DevOpsPorto Meetup7: Microservices? You have to be this tall! by Pedro Tavares
Talk delivered by Pedro Tavares
DevOpsPorto
August 03, 2017
Tweet
Share
More Decks by DevOpsPorto
See All by DevOpsPorto
DevOpsPorto Meetup 38: Intro to FastAPI by Sebastián Ramírez
devopsporto
1
220
DevOpsPorto Meetup 38: Using cutting-edge open-source technologies to build one of the biggest industrial Data Lake of the World by Allan Sene
devopsporto
0
110
DevOpsPorto Meetup 37: Why averages lie by Filipe Oliveira
devopsporto
0
150
DevOpsPorto Meetup 36: Computing and Operations at CERN: From Physical HW to Virtualization and Containers by Ricardo Rocha
devopsporto
0
170
DevOpsPorto Meetup 35: Turbocharging Azure DevOps with Octopus Deploy by Derek Campbell
devopsporto
0
160
DevOpsPorto Meetup 34: Freelance and Remote - Is it possible in DevOps
devopsporto
0
120
DevOpsPorto Meetup 33: How DevOps supported La Redoute reinvention by Antoine Craske
devopsporto
0
210
K8s in AWS: Europe, US and The Great Wall of China
devopsporto
0
170
DevOpsPorto Meetup 31: Metrics, context driven management by Alexandre Martins
devopsporto
0
180
Other Decks in Technology
See All in Technology
コスト削減と精度維持を両立!類似画像検索システムの内製化成功事例
shutotakahashi
0
270
プロダクト開発、インフラ、コーポレート、そしてAIとの共通言語としての Terraform / Terraform as a Common Language for Product Development, Infrastructure, Corporate Engineering, and AI
yuyatakeyama
5
1.2k
データ基盤におけるIaCの重要性とその運用
mtpooh
5
760
あなたの知らないクラフトビールの世界
miura55
0
170
RevOpsへ至る道 データ活用による事業革新への挑戦 / path-to-revops
pei0804
1
200
「隙間家具OSS」に至る道/Fujiwara Tech Conference 2025
fujiwara3
7
7.1k
TSのコードをRustで書き直した話
askua
4
970
あなたの興味は信頼性?それとも生産性? SREとしてのキャリアに悩むみなさまに伝えたい選択肢
jacopen
4
1.3k
カップ麺の待ち時間(3分)でわかるPartyRockアップデート
ryutakondo
0
170
新卒1年目、はじめてのアプリケーションサーバー【IBM WebSphere Liberty】
ktgrryt
0
180
Mocking your codebase without cursing it
gaqzi
0
120
Platform EngineeringがあればSREはいらない!? 新時代のSREに求められる役割とは
mshibuya
1
2.6k
Featured
See All Featured
Typedesign – Prime Four
hannesfritz
40
2.5k
Adopting Sorbet at Scale
ufuk
74
9.2k
RailsConf 2023
tenderlove
29
980
Code Review Best Practice
trishagee
65
17k
Bash Introduction
62gerente
610
210k
Building Applications with DynamoDB
mza
93
6.2k
Optimizing for Happiness
mojombo
376
70k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
3
360
VelocityConf: Rendering Performance Case Studies
addyosmani
327
24k
Speed Design
sergeychernyshev
25
750
Faster Mobile Websites
deanohume
305
30k
Making the Leap to Tech Lead
cromwellryan
133
9k
Transcript
microservices? You have to be this tall! @ordepdev
Standardised DEVELOPMENT CYCLE local changes > testing > code review
> build system > deployment
STABLE AND RELIABLE deployment pipeline staging, canary and production rollouts
console.log(‘arroz’); MONITORING if you can't measure, you don't know it
works
DISTRIBUTED LOGGING AND TRACING SSH in Prod? You’re doing it
wrong.
DASHBOARDS if it moves, draw it
INVERT THE INVERTED PYRAMID more unit and contract tests, less
end-to-end tests
FASTER FEEDBACK faster tests leads to faster feedback
NO MORE SILOS between development and operations
Self-sufficient software engineers fewer rockstars, more orchestras
without this, MICROSERVICES is just another BUZZWORD
Thank you.