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
64
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
90
DevOpsDays Cuba 2017: Continuous Delivery with Gitlab Apache Mesos and Marathon
devopsdayscuba
0
600
DevOpsDays Cuba 2017: Workshop - Essential DevOps
devopsdayscuba
0
520
DevOpsDays Cuba 2017: Ignite - Performance test for Web Apps
devopsdayscuba
0
460
DevOpsDays Cuba 2017: El valor de Docker para grupos DevOps
devopsdayscuba
0
500
DevOpsDays Cuba 2017: Starting and Growing Your DevOps Teams
devopsdayscuba
0
350
DevOpsDays Cuba 2017: DEVOPS PITFALLS
devopsdayscuba
0
340
DevOpsDays Cuba 2017: Ignite - Build and install scientific software with EasyBuild in HPC systems
devopsdayscuba
0
350
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
390
Other Decks in Technology
See All in Technology
Power BI は、レポート テーマにこだわろう!テーマのティア表付き
ohata_ds
0
140
デザインから逆算して難易度を見積もるための観点
fumiyasac0921
0
110
オーティファイ会社紹介資料 / Autify Company Deck
autifyhq
10
120k
Enhancing SRE Using AI
yoshiiryo1
1
430
Classmethod AI Talks(CATs) #15 司会進行スライド(2025.02.06) / classmethod-ai-talks-aka-cats_moderator-slides_vol15_2025-02-06
shinyaa31
0
120
SCSAから学ぶセキュリティ管理
masakamayama
0
130
ソフトウェア開発現代史:製造業とソフトウェアは本当に共存できていたのか?品質とスピードを問い直す
takabow
15
5.8k
Zenn のウラガワ ~エンジニアのアウトプットを支える環境で Google Cloud が採用されているワケ~ #burikaigi #burikaigi_h
kongmingstrap
19
7.2k
[2025クラウドガバナンスはこう変わる!マルチアカウント運用のre:Invent最新情報と活用例] re:Invent 2024 から見る AWS マルチアカウントガバナンスのこれまでとこれから
0nihajim
0
110
talk_about_wasmwasi
junkishigaki
0
100
Postman Vaultを使った秘密情報の安全な管理
nagix
3
220
地方企業がクラウドを活用するヒント
miu_crescent
PRO
1
120
Featured
See All Featured
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
33
2.8k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.5k
For a Future-Friendly Web
brad_frost
176
9.5k
Building Your Own Lightsaber
phodgson
104
6.2k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
530
The Language of Interfaces
destraynor
156
24k
Intergalactic Javascript Robots from Outer Space
tanoku
270
27k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.3k
Writing Fast Ruby
sferik
628
61k
Facilitating Awesome Meetings
lara
51
6.2k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
Building Applications with DynamoDB
mza
93
6.2k
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