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
79
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
79
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
150
Deploying Fargate servicer with CloudFormation
devops
3
86
Full AWS Serverless
devops
5
150
ToC for Software
devops
2
80
Serverless Architecture on Amazon AWS
devops
2
180
Other Decks in Technology
See All in Technology
なぜ今 AI Agent なのか _近藤憲児
kenjikondobai
4
1.4k
OCI Vault 概要
oracle4engineer
PRO
0
9.7k
スクラム成熟度セルフチェックツールを作って得た学びとその活用法
coincheck_recruit
1
140
rootlessコンテナのすゝめ - 研究室サーバーでもできる安全なコンテナ管理
kitsuya0828
3
380
Lambda10周年!Lambdaは何をもたらしたか
smt7174
2
110
OCI Security サービス 概要
oracle4engineer
PRO
0
6.5k
dev 補講: プロダクトセキュリティ / Product security overview
wa6sn
1
2.3k
【令和最新版】AWS Direct Connectと愉快なGWたちのおさらい
minorun365
PRO
5
750
Adopting Jetpack Compose in Your Existing Project - GDG DevFest Bangkok 2024
akexorcist
0
110
適材適所の技術選定 〜GraphQL・REST API・tRPC〜 / Optimal Technology Selection
kakehashi
1
170
BLADE: An Attempt to Automate Penetration Testing Using Autonomous AI Agents
bbrbbq
0
300
Incident Response Practices: Waroom's Features and Future Challenges
rrreeeyyy
0
160
Featured
See All Featured
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.9k
The Art of Programming - Codeland 2020
erikaheidi
52
13k
Why Our Code Smells
bkeepers
PRO
334
57k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
329
21k
Large-scale JavaScript Application Architecture
addyosmani
510
110k
StorybookのUI Testing Handbookを読んだ
zakiyama
27
5.3k
BBQ
matthewcrist
85
9.3k
Agile that works and the tools we love
rasmusluckow
327
21k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
Java REST API Framework Comparison - PWX 2021
mraible
PRO
28
8.2k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.4k
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