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
DevOpsDays Cuba 2016: How the practices of DevO...
Search
DevOpsDays Cuba
October 20, 2016
Technology
0
63
DevOpsDays Cuba 2016: How the practices of DevOps are evolving from servers to services.
Author: Patrick Debois
Summary:
DevOpsDays Cuba
October 20, 2016
Tweet
Share
More Decks by DevOpsDays Cuba
See All by DevOpsDays Cuba
DevOpsDays Cuba 2017: BigData perspectiva DevOps
devopsdayscuba
0
89
DevOpsDays Cuba 2017: Continuous Delivery with Gitlab Apache Mesos and Marathon
devopsdayscuba
0
590
DevOpsDays Cuba 2017: Workshop - Essential DevOps
devopsdayscuba
0
510
DevOpsDays Cuba 2017: Ignite - Performance test for Web Apps
devopsdayscuba
0
450
DevOpsDays Cuba 2017: El valor de Docker para grupos DevOps
devopsdayscuba
0
480
DevOpsDays Cuba 2017: Starting and Growing Your DevOps Teams
devopsdayscuba
0
340
DevOpsDays Cuba 2017: DEVOPS PITFALLS
devopsdayscuba
0
340
DevOpsDays Cuba 2017: Ignite - Build and install scientific software with EasyBuild in HPC systems
devopsdayscuba
0
340
DevOpsDays Cuba 2017: Ignite - Monitorización más allá de los servicios y sistemas enfoques para Centros de Datos de Nueva Generación
devopsdayscuba
0
380
Other Decks in Technology
See All in Technology
2024年にチャレンジしたことを振り返るぞ
mitchan
0
130
複雑性の高いオブジェクト編集に向き合う: プラガブルなReactフォーム設計
righttouch
PRO
0
110
Wvlet: A New Flow-Style Query Language For Functional Data Modeling and Interactive Data Analysis - Trino Summit 2024
xerial
1
110
どちらを使う?GitHub or Azure DevOps Ver. 24H2
kkamegawa
0
680
宇宙ベンチャーにおける最近の情シス取り組みについて
axelmizu
0
110
フロントエンド設計にモブ設計を導入してみた / 20241212_cloudsign_TechFrontMeetup
bengo4com
0
1.9k
日本版とグローバル版のモバイルアプリ統合の開発の裏側と今後の展望
miichan
1
130
サービスでLLMを採用したばっかりに振り回され続けたこの一年のあれやこれや
segavvy
2
390
10個のフィルタをAXI4-Streamでつなげてみた
marsee101
0
160
ブラックフライデーで購入したPixel9で、Gemini Nanoを動かしてみた
marchin1989
1
520
podman_update_2024-12
orimanabu
1
260
1等無人航空機操縦士一発試験 合格までの道のり ドローンミートアップ@大阪 2024/12/18
excdinc
0
150
Featured
See All Featured
Done Done
chrislema
181
16k
How to Think Like a Performance Engineer
csswizardry
22
1.2k
Producing Creativity
orderedlist
PRO
341
39k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
32
2.7k
Making Projects Easy
brettharned
116
5.9k
GraphQLとの向き合い方2022年版
quramy
44
13k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
A better future with KSS
kneath
238
17k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
48
2.2k
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Transcript
HOW THE PRACTICES OF DEVOPS ARE EVOLVING from servers to
services @patrickdebois - Small Town Heroes
Things I did (I’m proud of)
OPS DEV http://www.jedi.be/blog/2012/05/12/codifying-devops-area-practices/ 4 areas of improvement
OPS DEV Area 1: Extend delivery to production http://www.jedi.be/blog/2012/05/12/codifying-devops-area-practices/
OPS DEV Area 2: Extend operations feedback to project Area
1: Extend delivery to production http://www.jedi.be/blog/2012/05/12/codifying-devops-area-practices/
OPS DEV Area 2: Extend operations feedback to project Area
1: Extend delivery to production Area 3: Embed Project knowledge into Operations http://www.jedi.be/blog/2012/05/12/codifying-devops-area-practices/
OPS DEV Area 4: Embed Operations knowledge into Project Area
2: Extend operations feedback to project Area 1: Extend delivery to production Area 3: Embed Project knowledge into Operations http://www.jedi.be/blog/2012/05/12/codifying-devops-area-practices/
OPS DEV http://www.jedi.be/blog/2012/05/12/codifying-devops-area-practices/ Technical Loop Business Loop Business Loop
LIVE RESULTS INTERACTION MODERATION STUDIO CONTROL PART OF THE SHOW
Focus on the Business
“Backend” services “IT support” services Our “Office” services “Community” services
“Frontend” services
“Mobile” services SNS/Push Cognito
(almost) NO SERVERS
A bit further down the rabbit hole …
Github service not available
undocumented changes
inconsistent behaviour
different behaviour under load
(almost) NO MAINTENANCE Less Maintenance
increased risk when not available More speed
With increased risk
Functions As a Service (FAAS) aka “serverless”
Case1 Generate “personalised” image Browser -> Pre-signed S3 -> Lambda
-> SQS -> Redis
Case2 Animated gif/movie/meme editor API GW -> Lambda -> Img
magic movie -> s3
None
None
You are an Agent
You make promises to others in the system
Your promises should be verifiable
A promise does not guarantee an outcome
Conditions should be part of your promise
It needs to be clearly documented otherwise it’s not a
promise
It needs to be mutually agreed (not obligation) otherwise it’s
not a promise
You might depend on other agents to keep your promises
Other agents make promises to you
Their promises need to be verifiable clearly documented & mutually
agreed (not obligation)
But you can not make promises on behalf of other
agents (bottom up vs top down)
Promises can be conflicting in a system
but the conflict can only be from internal promises (as
we can not be responsible for others promises)
To keep a promise you should have a choice Push
vs Pull
Single Leaves = SPOF To create choice you need to
eliminate the single leaves (SPOF)
All problems in computer science can be solved by another
level of abstraction
… except for the problem of too many layers of
indirection … David Wheeler (inventor of subroutine)
None
Every promise binding is the basis for relationship (Dunbar)
Agents with a similar goal can be grouped into a
Super Agent
Single Leaves = SPOF You need multiple Super Agents to
have a choice again
Forks v1 v2 v3 v1 v2 v3 To keep promises
agent can introduce different world views (versions)
Slows down A super agent might get slow internal communication
speed is key Opportunity for personalised service providers
Scaling Promises keeping your promise while changing your size (is
hard)
container re-use non-deterministic
limits not clear under stress
services devops
Holy Cow!
“I introduced devops and all I got was a remote
API”
It’s devops Jim but not as we know it
emerging practices
communicate the status of your promise and monitor others
monitor your services and expose your own metrics (API)
expose insights to other agents (API)
show that you care about other agents
expose your logs
be clear on what happens when it fails
backup external data (give an API please)
provide & seek fast feedback on your promise change status
be clear on your dependencies and expect the same of
other services
be proactive to make others keep their promises
give insights on changing promises
blog to communicate your service skill level
talk at conferences to indicate your willingness to share
make it convenient for other agents to use
provide feedback to other agents
show that you listen to those that depend on you
show that your participation by improving the field
show that your engineers are not afraid of talking to
people
let other agents influence your changing promises
“The collaboration between dev & ops is now extended to
external 3rd parties”
“make clear promises to other agents”
“And verify the status of other agents promises”
“To keep your promise to the business”
External Services are the next silo think “Supply Chain”
https://vimeo.com/101735252 DevOpsDays Minneapolis 2014 Jeff Sussna, Promising Digital Service Quality
None
Questions?
[email protected]
www.smalltownheroes.be @patrickdebois