SlideShare a Scribd company logo
1 of 21
Download to read offline
Public
Incident Management meets DevOps
Bhavik Gudka
Director, Software Engineering
https://www.linkedin.com/in/bhavikgudka/
@BhavikGudka
Surya Avirneni
Lead Software Engineer
https://www.linkedin.com/in/suryaavirneni/
@SuryaAvirneni
Public
WhatisDevOps
DEFINITIONOF
DEVOPS
DevOpsisasetofsoftwaredevelopmentpracticesthatcombinessoftware
development(Dev)andinformationtechnologyoperations(Ops)toshortenthesystem’s
developmentlifecyclewhiledeliveringfeatures,fixes,andupdatesfrequentlyinclose
alignmentwithbusinessobjectives
Public
DevOps-What’sinitforyou?
ROLEOF
DEVOPS
✓ContinuousIntegration
✓ContinuousDeployment
IjustwanttoCode.Everythingelseshouldbe
automatic
Developer
Public
DevOps-What’sinitforyou?
ROLEOF
DEVOPS
✓Fastertimetomarket
✓Beatthecompetitors
✓Wowthecustomers
Whenwillourchangegolive?
Product
Manager
Public
WhataboutIncidentManagement?
ROLEOF
DEVOPS
HowdoesDevOpsapplytoproductionoutages?
Public
Whatarewegoingtotalkabout?
SCOPEOFTHIS
TALK
IncidentManagement
✓Definition
✓Lifecycle
✓Goals
✓Evolution
✓RoleofDevOps
Letstalk
Public
Definition
INCIDENT
MANAGEMENT
IloveincidentsbutonlywhenIamonvacation
Incidentmanagementisaprocessofreturningaservice
tonormalasquicklyaspossibleafteradisruption,ina
waythataimstocreateaslittlenegativeimpactonthe
businessaspossible
Generalthoughts
Boring,labour,stress,Ihateit,thanklessjob,
escalations,blameothers,wasteofdeveloper’stime,
Nighttimecalls,nolife,
IloveitwhenIamonvacation
Public
Lifecycle
INCIDENT
MANAGEMENT
0
41
2
3
Healthy
State
Incident
Start
Detect
Problem
Mobilize
Resources
Restore
Service
TimetoDetect
(TTD)
TimetoMobilize
(TTM)
TimetoResolve
(TTR)
MeanTime
BetweenFailures
(MTBF)
Raceagainsttime
Public
Goals
INCIDENT
MANAGEMENT
Returnaservicetonormalasquicklyaspossible
afteradisruption
✓Reducetimetorecover
-ReduceTTD,TTM,TTR
✓ReduceIncidentCount
Incident
Counts
Low
High
LowHigh
RecoveryTime
High
Severity
Incidents
Low
Severity
Incidents
LowIncident
Counts
HighIncident
Counts
GOAL
AVOID
TOLERATE
TOLERATE
Public
Stage1-Reactmanuallyonthego
EVOLUTIONOFINCIDENTMANAGEMENT
Weneedyouonbridgetoresolve
anissue
Iamatmoviehall,willjoinin30mins.
OperationsDevelopment
Process
✓Manualmonitoring
✓ManualMobilization
✓OnthegoRemediation
Public
Stage1-Reactmanuallyonthego
EVOLUTIONOFINCIDENTMANAGEMENT
Whereareyou?
20moremins.Almostthere
Result
✓SlowDetection
✓Slowmobilization
✓Slowremediation
30minslater
Public
Stage2-ReactmanuallyusingsomeRunbook
EVOLUTIONOFINCIDENTMANAGEMENT
Ihaveadoubtwiththis
runbook
Iamatapub,canthiswait?
OperationsDevelopment
Process
✓Automatedmonitoring
✓ManualMobilization
✓PlannedRemediation
Public
Stage2-ReactmanuallyusingsomeRunbook
EVOLUTIONOFINCIDENTMANAGEMENT
Thatfixworked.Whywas
runbookoutdated?
Noidea.Iamnewtothisteam.
Result
✓FastDetection
✓Slow/fastmobilization
✓Slow/fastremediation
Fewminslater
Public
Stage3-Reactusingascript(automatedrunbook)
EVOLUTIONOFINCIDENTMANAGEMENT
Icannotdownloadthescript
What?Why?
OperationsDevelopment
Process
✓Automatedmonitoring
✓ManualMobilization
✓AutomatedRemediation
Public
Stage3-Reactusingascript(automatedrunbook)
EVOLUTIONOFINCIDENTMANAGEMENT
Ididnothavenewurlofthe
repo
Ok
[Inthehead-Ihateyou]
Result
✓FastDetection
✓Slow/fastmobilization
✓Slow/fastremediation
Fewminslater
Public
DevOpswaytodoIncidentManagement
EVOLUTIONOFINCIDENTMANAGEMENT
Approach
✓Automatetheendtoendprocess(similartoCICD)connecting
the3stagesofaproductionoutage
✓Solveknownproblemsusingknownsolutionsautomatically
✓Pagetherelevantteamsautomaticallyforunknownproblems
Shortentheincidentmanagementlife
cyclewhiledeliveringfeatures,fixes,andupdates
frequentlyinclosealignmentwithoperationalobjectives
Public
Stage4-EventbasedRemediation/RunbookasaService
EVOLUTIONOFINCIDENT
MANAGEMENT
Process
✓AutomaticDetection
✓AutomaticMobilization(locaterunbookforknownissues,devteamforunknownissues)
✓AutomaticRemediationusingrunbook(forknownissues)
Monitoring
Tools
Runbook
asa
Service
platform
Event
Application
RemediationAction
Runbook
Rulematch-
Triggerrunbook
Event
Norulematch-PageOnCall
Public
Stage4-EventbasedRemediation/RunbookasaService
EVOLUTIONOFINCIDENTMANAGEMENT
Result
✓FastDetection
✓Fastmobilizationofresources(script/teams)
✓Fastremediationofknownissuesusingknownactions
Public
Whydidwebuildthisplatform?
RUNBOOKASASERVICEPLATFORMATCAPITALONE
Runbookasa
Service
Diagnoseandremediate
Monitoring
Tools
EnterpriseServices
(Change,Incident,Esaclation,Notifications)
Learn
✓Engineerscanfocusoncode(applicationlogic)
intherunbookratherthanavailability/resiliency
oftherunbook
✓Integrationwithvariousmonitoringtools
✓Provideswrapperstoconnectwithenterprise
functionslikechangemanagement,incident
managementandalertingservices
✓Runbooklifecyclemanagement
✓Hubofenterpriserunbookstopromotere-
usability.Thisallowsengineerstolearnfromthe
mistakeofothersandusetheirrunbook(if
applicable)
Public
Someusecaseswehaveseensofar
RUNBOOKASASERVICEPLATFORMATCAPITALONE
✓ApplicationmultiregionfailoverofdatabaseslikeMySql,Postgress,etc.
✓AutomateDisasterRecovery(TREx)
✓Diskspacecleanup
✓Restartoffailedinstances
✓SupportsbothAutoremediationandOn-demandremediation
✓AutomatedDiagnosistosavetimefortroubleshooting
Public
KeepingyourEnterpriseAlwaysOn!
ADVANCINGINCIDENTMANAGEMENTANDOPERATIONALEXCELLENCE
ALWAYS
ON!
Automation+AI+People
BlamelessProblemManagement AutomateeveryRunbook&
FailoverPlans
UnifiedOperationalStandards
forDevOpsPractices
EmbedAutomatedRunbooksinto
SoftwareDeliveryPipelines

More Related Content

What's hot

Our Journey: from Waterfall to Agile to DevOps
Our Journey: from Waterfall to Agile to DevOpsOur Journey: from Waterfall to Agile to DevOps
Our Journey: from Waterfall to Agile to DevOpsAndrea Tino
 
DOES SFO 2016 - Sam Guckenheimer & Ed Blankenship "Moving to One Engineering ...
DOES SFO 2016 - Sam Guckenheimer & Ed Blankenship "Moving to One Engineering ...DOES SFO 2016 - Sam Guckenheimer & Ed Blankenship "Moving to One Engineering ...
DOES SFO 2016 - Sam Guckenheimer & Ed Blankenship "Moving to One Engineering ...Gene Kim
 
Journey to the Perfect Application: A Product Manager's Guide to DevOps
Journey to the Perfect Application: A Product Manager's Guide to DevOpsJourney to the Perfect Application: A Product Manager's Guide to DevOps
Journey to the Perfect Application: A Product Manager's Guide to DevOpsAggregage
 
DevOps Dilemma - Make Dev work with Ops!
DevOps Dilemma - Make Dev work with Ops!DevOps Dilemma - Make Dev work with Ops!
DevOps Dilemma - Make Dev work with Ops!Sandeep Joshi
 
Very first introduction to DevOps
Very first introduction to DevOps Very first introduction to DevOps
Very first introduction to DevOps Hien Nguyen
 
Microsoft + Agile (light)
Microsoft + Agile (light)Microsoft + Agile (light)
Microsoft + Agile (light)Andrea Tino
 
Devops Intro - Devops for Unicorns & DevOps for Horses
Devops Intro - Devops for Unicorns & DevOps for HorsesDevops Intro - Devops for Unicorns & DevOps for Horses
Devops Intro - Devops for Unicorns & DevOps for HorsesBoonNam Goh
 
Short Introduction of software engineering for bioinformatics
Short Introduction of software engineering for bioinformatics Short Introduction of software engineering for bioinformatics
Short Introduction of software engineering for bioinformatics 丈 宮本
 
DevOps Explained
DevOps ExplainedDevOps Explained
DevOps ExplainedCesco Gallo
 
Augury's Journey Towards CD by Assaf Mizrachi
Augury's Journey Towards CD by Assaf Mizrachi Augury's Journey Towards CD by Assaf Mizrachi
Augury's Journey Towards CD by Assaf Mizrachi AgileSparks
 
DevOps: Benefits & Future Trends
DevOps: Benefits & Future TrendsDevOps: Benefits & Future Trends
DevOps: Benefits & Future Trends9 series
 
DevOps Masterclass Bundle
DevOps Masterclass BundleDevOps Masterclass Bundle
DevOps Masterclass BundleJohn Alex
 
Kubernetes is Hard! Lessons Learned Taking Our Apps to Kubernetes by Eldad Assis
Kubernetes is Hard! Lessons Learned Taking Our Apps to Kubernetes by Eldad AssisKubernetes is Hard! Lessons Learned Taking Our Apps to Kubernetes by Eldad Assis
Kubernetes is Hard! Lessons Learned Taking Our Apps to Kubernetes by Eldad AssisAgileSparks
 
DevOps a peek into high performing organizations
DevOps a peek into high performing organizationsDevOps a peek into high performing organizations
DevOps a peek into high performing organizationsRam0603
 

What's hot (20)

Our Journey: from Waterfall to Agile to DevOps
Our Journey: from Waterfall to Agile to DevOpsOur Journey: from Waterfall to Agile to DevOps
Our Journey: from Waterfall to Agile to DevOps
 
DOES SFO 2016 - Sam Guckenheimer & Ed Blankenship "Moving to One Engineering ...
DOES SFO 2016 - Sam Guckenheimer & Ed Blankenship "Moving to One Engineering ...DOES SFO 2016 - Sam Guckenheimer & Ed Blankenship "Moving to One Engineering ...
DOES SFO 2016 - Sam Guckenheimer & Ed Blankenship "Moving to One Engineering ...
 
Journey to the Perfect Application: A Product Manager's Guide to DevOps
Journey to the Perfect Application: A Product Manager's Guide to DevOpsJourney to the Perfect Application: A Product Manager's Guide to DevOps
Journey to the Perfect Application: A Product Manager's Guide to DevOps
 
DevOps Dilemma - Make Dev work with Ops!
DevOps Dilemma - Make Dev work with Ops!DevOps Dilemma - Make Dev work with Ops!
DevOps Dilemma - Make Dev work with Ops!
 
What
WhatWhat
What
 
Very first introduction to DevOps
Very first introduction to DevOps Very first introduction to DevOps
Very first introduction to DevOps
 
Microsoft + Agile (light)
Microsoft + Agile (light)Microsoft + Agile (light)
Microsoft + Agile (light)
 
DevOps
DevOpsDevOps
DevOps
 
Devops Intro - Devops for Unicorns & DevOps for Horses
Devops Intro - Devops for Unicorns & DevOps for HorsesDevops Intro - Devops for Unicorns & DevOps for Horses
Devops Intro - Devops for Unicorns & DevOps for Horses
 
Short Introduction of software engineering for bioinformatics
Short Introduction of software engineering for bioinformatics Short Introduction of software engineering for bioinformatics
Short Introduction of software engineering for bioinformatics
 
DevOps?!@
DevOps?!@DevOps?!@
DevOps?!@
 
DevOps Explained
DevOps ExplainedDevOps Explained
DevOps Explained
 
DevOps introduction
DevOps introductionDevOps introduction
DevOps introduction
 
Augury's Journey Towards CD by Assaf Mizrachi
Augury's Journey Towards CD by Assaf Mizrachi Augury's Journey Towards CD by Assaf Mizrachi
Augury's Journey Towards CD by Assaf Mizrachi
 
DevOps: Benefits & Future Trends
DevOps: Benefits & Future TrendsDevOps: Benefits & Future Trends
DevOps: Benefits & Future Trends
 
Education
EducationEducation
Education
 
DevOps Masterclass Bundle
DevOps Masterclass BundleDevOps Masterclass Bundle
DevOps Masterclass Bundle
 
Kubernetes is Hard! Lessons Learned Taking Our Apps to Kubernetes by Eldad Assis
Kubernetes is Hard! Lessons Learned Taking Our Apps to Kubernetes by Eldad AssisKubernetes is Hard! Lessons Learned Taking Our Apps to Kubernetes by Eldad Assis
Kubernetes is Hard! Lessons Learned Taking Our Apps to Kubernetes by Eldad Assis
 
DevOps a peek into high performing organizations
DevOps a peek into high performing organizationsDevOps a peek into high performing organizations
DevOps a peek into high performing organizations
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
 

Similar to Incident Management Meets DevOps - Capital One

DevOps and Integrated Deployment
DevOps and Integrated DeploymentDevOps and Integrated Deployment
DevOps and Integrated DeploymentJoshua Drew
 
Five Mistakes Beginner Devops Professionals Make
Five Mistakes Beginner Devops Professionals MakeFive Mistakes Beginner Devops Professionals Make
Five Mistakes Beginner Devops Professionals MakeRock Interview
 
DevOps:建造開發維運的跨界之橋 (@ C.C. Agile #37)
DevOps:建造開發維運的跨界之橋 (@ C.C. Agile #37)DevOps:建造開發維運的跨界之橋 (@ C.C. Agile #37)
DevOps:建造開發維運的跨界之橋 (@ C.C. Agile #37)Chen Cheng-Wei
 
Codemotion Amsterdam 2016 - The DevOps Disaster
Codemotion Amsterdam 2016 - The DevOps DisasterCodemotion Amsterdam 2016 - The DevOps Disaster
Codemotion Amsterdam 2016 - The DevOps DisasterBert Jan Schrijver
 
A DETAILED ROADMAP TO BECOMING A DEVOPS ENGINEER
A DETAILED ROADMAP TO BECOMING A DEVOPS ENGINEERA DETAILED ROADMAP TO BECOMING A DEVOPS ENGINEER
A DETAILED ROADMAP TO BECOMING A DEVOPS ENGINEEROrion eSolutions
 
JavaOne 2016 - The DevOps Disaster
JavaOne 2016 -  The DevOps DisasterJavaOne 2016 -  The DevOps Disaster
JavaOne 2016 - The DevOps DisasterBert Jan Schrijver
 
Drush Deployment Manager: Deployment Made Easy
Drush Deployment Manager: Deployment Made EasyDrush Deployment Manager: Deployment Made Easy
Drush Deployment Manager: Deployment Made EasyGerald Villorente
 
Understanding DevOps in simpler way with Continuous Delivery
Understanding DevOps in simpler way with Continuous DeliveryUnderstanding DevOps in simpler way with Continuous Delivery
Understanding DevOps in simpler way with Continuous DeliverySwapnil Jain
 
DevOps Offerings at WhiteHedge
DevOps Offerings at WhiteHedge  DevOps Offerings at WhiteHedge
DevOps Offerings at WhiteHedge Abhijit Joshi
 
2.What is a DevOps Environment and How Does it Function_.pdf
2.What is a DevOps Environment and How Does it Function_.pdf2.What is a DevOps Environment and How Does it Function_.pdf
2.What is a DevOps Environment and How Does it Function_.pdfBelayet Hossain
 
The DevOps disaster: 15 ways to fail at DevOps - Bert Jan Schrijver - Codemot...
The DevOps disaster: 15 ways to fail at DevOps - Bert Jan Schrijver - Codemot...The DevOps disaster: 15 ways to fail at DevOps - Bert Jan Schrijver - Codemot...
The DevOps disaster: 15 ways to fail at DevOps - Bert Jan Schrijver - Codemot...Codemotion
 
DevOps Career Guide 2022
DevOps Career Guide 2022DevOps Career Guide 2022
DevOps Career Guide 2022Sprintzeal
 
WhiteHedge DevOps Offerings and Skillset :: Changing Chaos to Coherence
WhiteHedge DevOps Offerings and Skillset :: Changing Chaos to CoherenceWhiteHedge DevOps Offerings and Skillset :: Changing Chaos to Coherence
WhiteHedge DevOps Offerings and Skillset :: Changing Chaos to CoherenceWhiteHedge Technologies Inc.
 
DevOps for Software Engineers
DevOps for Software EngineersDevOps for Software Engineers
DevOps for Software EngineersZulkar Nayin
 
Practical DevOps & Continuous Delivery – A Webinar to learn in depth on DevO...
Practical DevOps & Continuous Delivery –  A Webinar to learn in depth on DevO...Practical DevOps & Continuous Delivery –  A Webinar to learn in depth on DevO...
Practical DevOps & Continuous Delivery – A Webinar to learn in depth on DevO...Hugo Messer
 
Jfokus 2017 - The DevOps Disaster
Jfokus 2017 - The DevOps Disaster Jfokus 2017 - The DevOps Disaster
Jfokus 2017 - The DevOps Disaster Bert Jan Schrijver
 

Similar to Incident Management Meets DevOps - Capital One (20)

DevOps and Integrated Deployment
DevOps and Integrated DeploymentDevOps and Integrated Deployment
DevOps and Integrated Deployment
 
Five Mistakes Beginner Devops Professionals Make
Five Mistakes Beginner Devops Professionals MakeFive Mistakes Beginner Devops Professionals Make
Five Mistakes Beginner Devops Professionals Make
 
DevOps:建造開發維運的跨界之橋 (@ C.C. Agile #37)
DevOps:建造開發維運的跨界之橋 (@ C.C. Agile #37)DevOps:建造開發維運的跨界之橋 (@ C.C. Agile #37)
DevOps:建造開發維運的跨界之橋 (@ C.C. Agile #37)
 
AICT_presentation.pptx
AICT_presentation.pptxAICT_presentation.pptx
AICT_presentation.pptx
 
devops-brochure
devops-brochuredevops-brochure
devops-brochure
 
Codemotion Amsterdam 2016 - The DevOps Disaster
Codemotion Amsterdam 2016 - The DevOps DisasterCodemotion Amsterdam 2016 - The DevOps Disaster
Codemotion Amsterdam 2016 - The DevOps Disaster
 
A DETAILED ROADMAP TO BECOMING A DEVOPS ENGINEER
A DETAILED ROADMAP TO BECOMING A DEVOPS ENGINEERA DETAILED ROADMAP TO BECOMING A DEVOPS ENGINEER
A DETAILED ROADMAP TO BECOMING A DEVOPS ENGINEER
 
JavaOne 2016 - The DevOps Disaster
JavaOne 2016 -  The DevOps DisasterJavaOne 2016 -  The DevOps Disaster
JavaOne 2016 - The DevOps Disaster
 
Drush Deployment Manager: Deployment Made Easy
Drush Deployment Manager: Deployment Made EasyDrush Deployment Manager: Deployment Made Easy
Drush Deployment Manager: Deployment Made Easy
 
Understanding DevOps in simpler way with Continuous Delivery
Understanding DevOps in simpler way with Continuous DeliveryUnderstanding DevOps in simpler way with Continuous Delivery
Understanding DevOps in simpler way with Continuous Delivery
 
DevOps Offerings at WhiteHedge
DevOps Offerings at WhiteHedge  DevOps Offerings at WhiteHedge
DevOps Offerings at WhiteHedge
 
2.What is a DevOps Environment and How Does it Function_.pdf
2.What is a DevOps Environment and How Does it Function_.pdf2.What is a DevOps Environment and How Does it Function_.pdf
2.What is a DevOps Environment and How Does it Function_.pdf
 
The DevOps disaster: 15 ways to fail at DevOps - Bert Jan Schrijver - Codemot...
The DevOps disaster: 15 ways to fail at DevOps - Bert Jan Schrijver - Codemot...The DevOps disaster: 15 ways to fail at DevOps - Bert Jan Schrijver - Codemot...
The DevOps disaster: 15 ways to fail at DevOps - Bert Jan Schrijver - Codemot...
 
DevOps Career Guide 2022
DevOps Career Guide 2022DevOps Career Guide 2022
DevOps Career Guide 2022
 
Devops
DevopsDevops
Devops
 
WhiteHedge DevOps Offerings and Skillset :: Changing Chaos to Coherence
WhiteHedge DevOps Offerings and Skillset :: Changing Chaos to CoherenceWhiteHedge DevOps Offerings and Skillset :: Changing Chaos to Coherence
WhiteHedge DevOps Offerings and Skillset :: Changing Chaos to Coherence
 
DevOps for Software Engineers
DevOps for Software EngineersDevOps for Software Engineers
DevOps for Software Engineers
 
Demystify DevOps
Demystify DevOpsDemystify DevOps
Demystify DevOps
 
Practical DevOps & Continuous Delivery – A Webinar to learn in depth on DevO...
Practical DevOps & Continuous Delivery –  A Webinar to learn in depth on DevO...Practical DevOps & Continuous Delivery –  A Webinar to learn in depth on DevO...
Practical DevOps & Continuous Delivery – A Webinar to learn in depth on DevO...
 
Jfokus 2017 - The DevOps Disaster
Jfokus 2017 - The DevOps Disaster Jfokus 2017 - The DevOps Disaster
Jfokus 2017 - The DevOps Disaster
 

More from Marilyne Huret

THE SHIFT—CREATING A CULTURE OF HIGH PERFORMANCE The Chelsea DR. ANDRE MARTIN...
THE SHIFT—CREATING A CULTURE OF HIGH PERFORMANCE The Chelsea DR. ANDRE MARTIN...THE SHIFT—CREATING A CULTURE OF HIGH PERFORMANCE The Chelsea DR. ANDRE MARTIN...
THE SHIFT—CREATING A CULTURE OF HIGH PERFORMANCE The Chelsea DR. ANDRE MARTIN...Marilyne Huret
 
SRE Magic for Business, Technology and Talent - Disney DevOps
SRE Magic for Business, Technology and Talent - Disney DevOpsSRE Magic for Business, Technology and Talent - Disney DevOps
SRE Magic for Business, Technology and Talent - Disney DevOpsMarilyne Huret
 
The Push/Pull of Partnership: An Honest Conversation Between IT and The Busin...
The Push/Pull of Partnership: An Honest Conversation Between IT and The Busin...The Push/Pull of Partnership: An Honest Conversation Between IT and The Busin...
The Push/Pull of Partnership: An Honest Conversation Between IT and The Busin...Marilyne Huret
 
Monoliths vs Microservices is Missing the Point — Start with Team Cognitive L...
Monoliths vs Microservices is Missing the Point — Start with Team Cognitive L...Monoliths vs Microservices is Missing the Point — Start with Team Cognitive L...
Monoliths vs Microservices is Missing the Point — Start with Team Cognitive L...Marilyne Huret
 
Where Cloud Native Meets the Sporting Goods Industry - Adidas
Where Cloud Native Meets the Sporting Goods Industry - AdidasWhere Cloud Native Meets the Sporting Goods Industry - Adidas
Where Cloud Native Meets the Sporting Goods Industry - AdidasMarilyne Huret
 
Our Journey to 100% Agile and a BizDevOps Product Portfolio - Dr. Frank Ramsa...
Our Journey to 100% Agile and a BizDevOps Product Portfolio - Dr. Frank Ramsa...Our Journey to 100% Agile and a BizDevOps Product Portfolio - Dr. Frank Ramsa...
Our Journey to 100% Agile and a BizDevOps Product Portfolio - Dr. Frank Ramsa...Marilyne Huret
 
The Latest in DevOps: Elite Performance, Productivity, and Scaling - Google
The Latest in DevOps: Elite Performance, Productivity, and Scaling - GoogleThe Latest in DevOps: Elite Performance, Productivity, and Scaling - Google
The Latest in DevOps: Elite Performance, Productivity, and Scaling - GoogleMarilyne Huret
 

More from Marilyne Huret (7)

THE SHIFT—CREATING A CULTURE OF HIGH PERFORMANCE The Chelsea DR. ANDRE MARTIN...
THE SHIFT—CREATING A CULTURE OF HIGH PERFORMANCE The Chelsea DR. ANDRE MARTIN...THE SHIFT—CREATING A CULTURE OF HIGH PERFORMANCE The Chelsea DR. ANDRE MARTIN...
THE SHIFT—CREATING A CULTURE OF HIGH PERFORMANCE The Chelsea DR. ANDRE MARTIN...
 
SRE Magic for Business, Technology and Talent - Disney DevOps
SRE Magic for Business, Technology and Talent - Disney DevOpsSRE Magic for Business, Technology and Talent - Disney DevOps
SRE Magic for Business, Technology and Talent - Disney DevOps
 
The Push/Pull of Partnership: An Honest Conversation Between IT and The Busin...
The Push/Pull of Partnership: An Honest Conversation Between IT and The Busin...The Push/Pull of Partnership: An Honest Conversation Between IT and The Busin...
The Push/Pull of Partnership: An Honest Conversation Between IT and The Busin...
 
Monoliths vs Microservices is Missing the Point — Start with Team Cognitive L...
Monoliths vs Microservices is Missing the Point — Start with Team Cognitive L...Monoliths vs Microservices is Missing the Point — Start with Team Cognitive L...
Monoliths vs Microservices is Missing the Point — Start with Team Cognitive L...
 
Where Cloud Native Meets the Sporting Goods Industry - Adidas
Where Cloud Native Meets the Sporting Goods Industry - AdidasWhere Cloud Native Meets the Sporting Goods Industry - Adidas
Where Cloud Native Meets the Sporting Goods Industry - Adidas
 
Our Journey to 100% Agile and a BizDevOps Product Portfolio - Dr. Frank Ramsa...
Our Journey to 100% Agile and a BizDevOps Product Portfolio - Dr. Frank Ramsa...Our Journey to 100% Agile and a BizDevOps Product Portfolio - Dr. Frank Ramsa...
Our Journey to 100% Agile and a BizDevOps Product Portfolio - Dr. Frank Ramsa...
 
The Latest in DevOps: Elite Performance, Productivity, and Scaling - Google
The Latest in DevOps: Elite Performance, Productivity, and Scaling - GoogleThe Latest in DevOps: Elite Performance, Productivity, and Scaling - Google
The Latest in DevOps: Elite Performance, Productivity, and Scaling - Google
 

Recently uploaded

Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Chameera Dedduwage
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Vipesco
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatmentnswingard
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxNikitaBankoti2
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar TrainingKylaCullinane
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubssamaasim06
 
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Delhi Call girls
 
Air breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsAir breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsaqsarehman5055
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfSkillCertProExams
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxmohammadalnahdi22
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Hasting Chen
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIINhPhngng3
 
Causes of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCauses of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCamilleBoulbin1
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaKayode Fayemi
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesPooja Nehwal
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyPooja Nehwal
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Baileyhlharris
 

Recently uploaded (20)

Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)
 
ICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdfICT role in 21st century education and it's challenges.pdf
ICT role in 21st century education and it's challenges.pdf
 
Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510
 
Dreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video TreatmentDreaming Marissa Sánchez Music Video Treatment
Dreaming Marissa Sánchez Music Video Treatment
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubs
 
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
 
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
Busty Desi⚡Call Girls in Sector 51 Noida Escorts >༒8448380779 Escort Service-...
 
Air breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsAir breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animals
 
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdfAWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
AWS Data Engineer Associate (DEA-C01) Exam Dumps 2024.pdf
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
 
Dreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio IIIDreaming Music Video Treatment _ Project & Portfolio III
Dreaming Music Video Treatment _ Project & Portfolio III
 
Causes of poverty in France presentation.pptx
Causes of poverty in France presentation.pptxCauses of poverty in France presentation.pptx
Causes of poverty in France presentation.pptx
 
If this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New NigeriaIf this Giant Must Walk: A Manifesto for a New Nigeria
If this Giant Must Walk: A Manifesto for a New Nigeria
 
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara ServicesVVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
VVIP Call Girls Nalasopara : 9892124323, Call Girls in Nalasopara Services
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
 
My Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle BaileyMy Presentation "In Your Hands" by Halle Bailey
My Presentation "In Your Hands" by Halle Bailey
 

Incident Management Meets DevOps - Capital One