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
パフォーマンスとコスト改善のために法人データ分析基盤をBigQueryに移行した話
seiya303
1
110
Site Reliability Engineering on Kubernetes
nwiizo
6
4.5k
Enhancing SRE Using AI
yoshiiryo1
1
390
あなたの興味は信頼性?それとも生産性? SREとしてのキャリアに悩むみなさまに伝えたい選択肢
jacopen
6
3.8k
Creative Pair
kawaguti
PRO
1
140
SREとしてスタッフエンジニアを目指す / SRE Kaigi 2025
tjun
15
7.1k
Grid表示のレイアウトで Flow layoutsを使う
cffyoha
1
150
Agentic AI時代のプロダクトマネジメントことはじめ〜仮説検証編〜
masakazu178
3
430
CNAPPから考えるAWSガバナンスの実践と最適化
yuobayashi
5
690
re:Invent Recap (January 2025)
scalefactory
0
340
教師なし学習の基礎
kanojikajino
4
370
Redshiftを中心としたAWSでのデータ基盤
mashiike
0
110
Featured
See All Featured
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.2k
VelocityConf: Rendering Performance Case Studies
addyosmani
327
24k
A better future with KSS
kneath
238
17k
A Modern Web Designer's Workflow
chriscoyier
693
190k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.5k
Measuring & Analyzing Core Web Vitals
bluesmoon
6
220
KATA
mclloyd
29
14k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
356
29k
Making Projects Easy
brettharned
116
6k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
30
2.1k
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.