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
DevOps Microservices
Search
ProdOps
November 19, 2015
Technology
0
80
DevOps Microservices
ProdOps
November 19, 2015
Tweet
Share
More Decks by ProdOps
See All by ProdOps
CI/CD doesn't necessarily mean Jenkins
devops
0
82
AWS CloudFormation
devops
5
97
Speed over cost
devops
10
340
Why your startup has to do DevOps from day one
devops
6
150
Taking your CI/CD to the next level
devops
4
160
Deploying Fargate servicer with CloudFormation
devops
3
88
Full AWS Serverless
devops
5
160
ToC for Software
devops
2
82
Serverless Architecture on Amazon AWS
devops
2
180
Other Decks in Technology
See All in Technology
社外コミュニティで学び社内に活かす共に学ぶプロジェクトの実践/backlogworld2024
nishiuma
0
260
[Ruby] Develop a Morse Code Learning Gem & Beep from Strings
oguressive
1
170
20241214_WACATE2024冬_テスト設計技法をチョット俯瞰してみよう
kzsuzuki
3
510
UI State設計とテスト方針
rmakiyama
2
600
Fanstaの1年を大解剖! 一人SREはどこまでできるのか!?
syossan27
2
170
alecthomas/kong はいいぞ / kamakura.go#7
fujiwara3
1
300
なぜCodeceptJSを選んだか
goataka
0
160
Oracle Cloudの生成AIサービスって実際どこまで使えるの? エンジニア目線で試してみた
minorun365
PRO
4
280
小学3年生夏休みの自由研究「夏休みに Copilot で遊んでみた」
taichinakamura
0
160
GitHub Copilot のテクニック集/GitHub Copilot Techniques
rayuron
37
14k
日本版とグローバル版のモバイルアプリ統合の開発の裏側と今後の展望
miichan
1
130
KubeCon NA 2024 Recap: How to Move from Ingress to Gateway API with Minimal Hassle
ysakotch
0
200
Featured
See All Featured
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
Site-Speed That Sticks
csswizardry
2
190
Practical Orchestrator
shlominoach
186
10k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Scaling GitHub
holman
458
140k
Music & Morning Musume
bryan
46
6.2k
VelocityConf: Rendering Performance Case Studies
addyosmani
326
24k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
17
2.3k
Gamification - CAS2011
davidbonilla
80
5.1k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
29
2k
Transcript
.co.il www. DevOps @ Scale with Microservice Architecture
.co.il www.
.co.il www. 42
.co.il www.
.co.il www. Definition of Microservices
.co.il www. Definition of Microservices Common Characteristics
.co.il www. Characteristics of Microservices: 1. Componentization via services. 2.
Organized around business capabilities. 3. Products not Projects. 4. Smart endpoints and dumb pipes. 5. Decentralized Governance. 6. Decentralized Data Management. 7. Infrastructure Automation. 8. Design for failure. 9. Evolutionary Design.
.co.il www. Characteristics of Microservices: 1. Componentization via services. 2.
Organized around business capabilities. 3. Products not Projects. 4. Smart endpoints and dumb pipes. 5. Decentralized Governance. 6. Decentralized Data Management. 7. Infrastructure Automation. 8. Design for failure. 9. Evolutionary Design.
.co.il www. Component replace independently upgrade independently
.co.il www.
.co.il www. Characteristics of Microservices: 1. Componentization via services. 2.
Organized around business capabilities. 3. Products not Projects. 4. Smart endpoints and dumb pipes. 5. Decentralized Governance. 6. Decentralized Data Management. 7. Infrastructure Automation. 8. Design for failure. 9. Evolutionary Design.
.co.il www.
.co.il www.
.co.il www. Characteristics of Microservices: 1. Componentization via services. 2.
Organized around business capabilities. 3. Products not Projects. 4. Smart endpoints and dumb pipes. 5. Decentralized Governance. 6. Decentralized Data Management. 7. Infrastructure Automation. 8. Design for failure. 9. Evolutionary Design.
.co.il www. Enterprise Service Bus
.co.il www. Enterprise Service Bus
.co.il www. Enterprise Service Bus
.co.il www. Characteristics of Microservices: 1. Componentization via services. 2.
Organized around business capabilities. 3. Products not Projects. 4. Smart endpoints and dumb pipes. 5. Decentralized Governance. 6. Decentralized Data Management. 7. Infrastructure Automation. 8. Design for failure. 9. Evolutionary Design.
.co.il www.
.co.il www. Characteristics of Microservices: 1. Componentization via services. 2.
Organized around business capabilities. 3. Products not Projects. 4. Smart endpoints and dumb pipes. 5. Decentralized Governance. 6. Decentralized Data Management. 7. Infrastructure Automation. 8. Design for failure. 9. Evolutionary Design.
.co.il www. Characteristics of Microservices: 1. Componentization via services. 2.
Organized around business capabilities. 3. Products not Projects. 4. Smart endpoints and dumb pipes. 5. Decentralized Governance. 6. Decentralized Data Management. 7. Infrastructure Automation. 8. Design for failure. 9. Evolutionary Design.
.co.il www.
.co.il www. Are Microservices just SOA ?
.co.il www. Are Microservices just SOA ? What ?
.co.il www. SOA Microservice
.co.il www. How Big ?
.co.il www. How Big ? 15 people, 10 services 10
people, 30 services 2-3 per service 30 people, 60 services 60 people, 20 services
.co.il www. Comparison time
.co.il www. Monolith Microservice Simplicity
.co.il www. Monolith Microservice Simplicity Partial deployment
.co.il www. Monolith Microservice Simplicity Partial deployment Availability
.co.il www. Monolith Microservice Simplicity Partial deployment Consistency Availability
.co.il www. Monolith Microservice Simplicity Partial deployment Consistency Availability Inter-module
refactoring
.co.il www. Monolith Microservice Simplicity Partial deployment Consistency Availability Inter-module
refactoring Preserve Modularity
.co.il www. Monolith Microservice Simplicity Partial deployment Consistency Availability Inter-module
refactoring Preserve Modularity Multiple Platforms
.co.il www.
.co.il www. • Rapid Provisioning
.co.il www. • Rapid Provisioning • Basic Monitoring
.co.il www. • Rapid Provisioning • Basic Monitoring • Rapid
Application Deployment
.co.il www. • Rapid Provisioning • Basic Monitoring • Rapid
Application Deployment • DevOps Culture
.co.il www. • Rapid Provisioning • Basic Monitoring • Rapid
Application Deployment • DevOps Culture Traceable Business Transactions Continuous Delivery Product-centered Teams Multi-Dev Environment
.co.il www. www.devops.co.il Questions ?
We invite you to join Operations Israel Facebook group on
on.fb.me/Ops-IL we are hiring at
[email protected]
Thank you! www.devops.co.il