SlideShare a Scribd company logo
© Electric Cloud | electric-cloud.com
Gene Kim and Anders Wallgren
Diving Deeper into
DevOps Deployments
© Electric Cloud | electric-cloud.com
Speakers
Gene Kim
Author, CTO, Researcher
@realgenekim
Anders Wallgren
CTO, Electric Cloud
@anders_wallgren
/ @electriccloud - #ecwebinar
© Electric Cloud | electric-cloud.com
01 The Business Value of
DevOps
03 Deployment Automation:
The Linchpin of Success
02 Findings from DOES16:
Horses becoming Unicorns
04 Top 5 Tips to Eliminate
“Deployment Anxiety”
Agenda
© Electric Cloud | electric-cloud.com
Polling question 1
“How do you currently handle deployments?”
1. 100% Manual
2. Mostly manual, some automated
3. Mostly automated, some manual
4. 100% Automated
5. I don’t handle deployments
© Electric Cloud | electric-cloud.com
15
Polling
Question
© Electric Cloud | electric-cloud.com
The Business Value Of DevOps
Is Even Higher Than We Thought
© Electric Cloud | electric-cloud.com
High Performers Are More Agile
200x 2,555x
more frequent
deployments
faster lead times
than their peers
Source: Puppet/DORA: 2016 State Of DevOps Report: https://puppet.com/resources/white-paper/2016-state-of-devops-report
© Electric Cloud | electric-cloud.com
High Performers Are More Reliable
3x 24x
lower change
failure rate
faster mean time
to recover (MTTR)
Source: Puppet/DORA: 2016 State Of DevOps Report: https://puppet.com/resources/white-paper/2016-state-of-devops-report
© Electric Cloud | electric-cloud.com
High Performers Are More Secure And Controlled
2x 29%
less time spent
remediating
security issues
more time spent
on new work
Source: Puppet Labs 2016 State Of DevOps Report: https://puppet.com/resources/white-paper/2016-state-of-devops-report
© Electric Cloud | electric-cloud.com
High Performers Win In The Marketplace
2x 50%more likely to
exceed profitability,
market share &
productivity goals
higher market
capitalization growth
over 3 years*
Source: Puppet Labs 2014 State Of DevOps
© Electric Cloud | electric-cloud.com
High Performers Win In The Marketplace
2.2xhigher employee
Net Promoter Score
Source: Puppet Labs 2015 State Of DevOps Report: https://puppet.com/resources/white-paper/2016-state-of-devops-report
© Electric Cloud | electric-cloud.com
What Is The One Question That
Predicts Performance With
Startling Accuracy?
© Electric Cloud | electric-cloud.com
“To what degree do we fear
doing deployments?”
Source: Puppet Labs 2015 State Of DevOps: https://puppetlabs.com/2015-devops-report
© Electric Cloud | electric-cloud.com
Top Predictors Of IT Performance (2014)
• Version control of all production artifacts
• Continuous integration and deployment
• Automated testing
• Peer-review of production changes (vs. external change approval)
• High trust culture
• Proactive monitoring of the production environment
• Win-win relationship between Dev and Ops
Source: Puppet 2014 State Of DevOps
© Electric Cloud | electric-cloud.com
Session ID:
DevOps Is For The Unicorns…
...And The Horses, Too
© Electric Cloud | electric-cloud.com
DevOps Enterprise: Lessons Learned
On Nov. 7-9, we held the third DevOps Enterprise
Summit, a conference for horses, by horses
Speakers included fifty leaders from:
• Barclays, ING Bank, UK HMRC, Zurich Insurance, LV, UK
GDS, iTV, Unilever, SAP, Macy’s, Disney, Target, GE Capital,
Western Union, Sherwin Williams, Blackboard, Nordstrom,
Telstra, US Department of Homeland Security, CSG,
Raytheon, IBM, Ticketmaster, MITRE, Marks and Spencer,
Barclays Capital, Microsoft, Nationwide Insurance, Capital
One, Gov.UK, Fidelity, Rally Software, Neustar, Walmart,
PNC, ADP, …
© Electric Cloud | electric-cloud.com
Observations
They were using the same technical practices and getting
the same sort of metrics as the unicorns
• Target: 100+ deploys per week, < 10 incidents per month,
enabled 53 business initiatives
• Capital One: 100s of deploys per day, lead time of minutes
• Macy’s: 1,500 manual tests every 10 days, now 100Ks automated
tests run daily
• Disney: Has embedded nearly 100 Ops engineers into LOB teams
across the enterprise
• Nationwide Insurance: Retirement Plans app (COBOL on
mainframe)
• Raytheon: testing and certification from months to a day
• US CIS: security and compliance testing run every code commit
© Electric Cloud | electric-cloud.com
Polling question 2
“On a scale of 1-7 how fearful are you of Deployments?(1= no
fear, 7= existential fear)”
1. No fear
2. 2
3. 3
4. 4
5. 5
6. 6
7. Existential fear!
© Electric Cloud | electric-cloud.com
15
Polling
Question
© Electric Cloud | electric-cloud.com
Deployment Automation:
The Linchpin of DevOps Success
Anders Wallgren
© Electric Cloud | electric-cloud.com
How Are Deployments Currently Handled?
© Electric Cloud | electric-cloud.com
What Does that Mean? Challenges!
 Manual, error-prone steps
 Environment differences and
configuration drift
 Time spent troubleshooting
deployment failures
 Complex application
dependencies
 Difficulty Provisioning
 Lack of self-service
© Electric Cloud | electric-cloud.com
We cannot put it more simply:
To accelerate your DevOps adoption,
and get the biggest bang for your buck:
FOCUS ON DEPLOYMENTS.
© Electric Cloud | electric-cloud.com
Top 5 Tips to Eliminate
Deployment Anxiety
© Electric Cloud | electric-cloud.com
Eliminating Deployment Anxiety One Vertical at a time
Networking
Other Systems
ISV, Internet
& Entertainment
Heavy Industry
Financial
Services
Automotive Medical Devices
Semiconductor
Aerospace /
Defense
Mobile Devices
© Electric Cloud | electric-cloud.com / @electriccloud - #ecwebinar
1
Artifact Repo
Have an artifact repository
Version everything (applications, infrastructure and middleware)
© Electric Cloud | electric-cloud.com / @electriccloud - #ecwebinar
2
Artifact Repo
Automate Deployments
Automate (and Smoke Test) Deployments
“The most powerful tool we have as developers is automation” – Scott Hanselman
From: The DevOps Handbook, Gene Kim, Jez Humble, Patrick Debois, John Willis
© Electric Cloud | electric-cloud.com / @electriccloud - #ecwebinar
3
Artifact Repo
Automate Deployments
Self-Service Deploys
Enable Self-Service Deployments
Allow teams to predictably and efficiently deliver application versions, on-demand.
© Electric Cloud | electric-cloud.com / @electriccloud - #ecwebinar
4
Artifact Repo
Automate Deployments
Self-Service Deploys
Self-Service Env’s
Enable Self-Service Environment Provisioning, De-Provisioning
Spin up production-like environments anywhere in the cycle. Tear them down when finished.
© Electric Cloud | electric-cloud.com / @electriccloud - #ecwebinar
5
Artifact Repo
Automate Deployments
Self-Service Deploys
Self-Service Env’s
Security, Auditability
Ensure Security and Auditability
Approvals and permissions ensure teams can deliver quickly and in compliance.
© Electric Cloud | electric-cloud.com
The DevOps Handbook
All of these tips are backed up by
research: The DevOps Handbook
• 5+ years in the making
• 23 chapters
• 48 case studies
• 98,124 words
• 48 images
• 503 endnotes
• 192 footnotes
© Electric Cloud | electric-cloud.com
Join us at DOES 2017 in London and San Francisco!
© Electric Cloud | electric-cloud.com
Join the Live Chat on Twitter!
#ecwebinar
Q&A
© Electric Cloud | electric-cloud.com
Thank you

More Related Content

What's hot (20)

PPTX
DevOps Transformations
Ernest Mueller
 
PDF
DevOps: A Culture Transformation, More than Technology
CA Technologies
 
PDF
cdSummit Austin - Jez Humble: CD Architecture
Miles Blatstein
 
PDF
2017 DevSecOps Survey
Sonatype
 
PDF
Behind the Book: Gene Kim's Top Takeaways from Researching and Writing 'The D...
XebiaLabs
 
PPT
How to Build a DevOps Toolchain
IBM UrbanCode Products
 
PPTX
DevOps in Practice
Derek Chen
 
PPTX
Devops architecture
Ojasvi Jagtap
 
ODP
Lessons from DevOps: Taking DevOps practices into your AppSec Life
Matt Tesauro
 
PPTX
Scaling Enterprise DevOps with CloudBees
Deborah Schalm
 
PDF
DevOps 2016 summit
Chihyang Li
 
PDF
You Build It, You Secure It: Higher Velocity and Better Security with DevSecOps
DevOps.com
 
PDF
DevOps Explained
Richard Seroter
 
PPTX
cdSummit Austin - Orchestrating the continuous delivery process - Andy Pemberton
Miles Blatstein
 
PPTX
Lucas Gravley - HP - Self-Healing And Monitoring in a DevOps world
DevOps Enterprise Summit
 
PPTX
DOES14 - Joshua Corman - Sonatype
Gene Kim
 
PPTX
Webinar: A Roadmap for DevOps Success
Jules Pierre-Louis
 
PPTX
How We Do DevOps at Walmart: OneOps OSS Application Lifecycle Management Plat...
WalmartLabs
 
PDF
Integrating Automated Testing into DevOps
TechWell
 
DevOps Transformations
Ernest Mueller
 
DevOps: A Culture Transformation, More than Technology
CA Technologies
 
cdSummit Austin - Jez Humble: CD Architecture
Miles Blatstein
 
2017 DevSecOps Survey
Sonatype
 
Behind the Book: Gene Kim's Top Takeaways from Researching and Writing 'The D...
XebiaLabs
 
How to Build a DevOps Toolchain
IBM UrbanCode Products
 
DevOps in Practice
Derek Chen
 
Devops architecture
Ojasvi Jagtap
 
Lessons from DevOps: Taking DevOps practices into your AppSec Life
Matt Tesauro
 
Scaling Enterprise DevOps with CloudBees
Deborah Schalm
 
DevOps 2016 summit
Chihyang Li
 
You Build It, You Secure It: Higher Velocity and Better Security with DevSecOps
DevOps.com
 
DevOps Explained
Richard Seroter
 
cdSummit Austin - Orchestrating the continuous delivery process - Andy Pemberton
Miles Blatstein
 
Lucas Gravley - HP - Self-Healing And Monitoring in a DevOps world
DevOps Enterprise Summit
 
DOES14 - Joshua Corman - Sonatype
Gene Kim
 
Webinar: A Roadmap for DevOps Success
Jules Pierre-Louis
 
How We Do DevOps at Walmart: OneOps OSS Application Lifecycle Management Plat...
WalmartLabs
 
Integrating Automated Testing into DevOps
TechWell
 

Similar to Diving Deeper into DevOps Deployments (20)

PDF
Bridging The Gap Between Dev and Ops
DevOps.com
 
PDF
"Shift-Left." Performance And Architecture Validation with Continuous Integra...
DevOps.com
 
PPTX
“Shift-Left.” Performance And Architecture Validation with Continuous Integra...
Deborah Schalm
 
PDF
3 Critical Keys to DevOps Success: Lessons from Forrester Research, Intel, an...
DevOps.com
 
PDF
Surviving the Script-apocalypse
DevOps.com
 
PDF
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015
Vimal Suba
 
PPTX
Top Lessons Learned From The DevOps Handbook
XebiaLabs
 
PDF
Pivotal korea transformation_strategy_seminar_enterprise_dev_ops_20160630_v1.0
minseok kim
 
PPTX
What is DevOps? What is DevOps CoE?
7Targets AI Sales Assistants
 
PPTX
My Top Five DevOps Learnings
Predix
 
PDF
From Measurement to Insight: Putting DevOps Metrics To Work
DevOps.com
 
PPTX
Introduction to DevOps
Yazid Hamdi
 
PPTX
DevOps Done Right The How and Why of Versioning Environment Artifacts
Perforce
 
PPTX
Sam Fell - Electric Cloud - Automating Continuous Delivery with ElectricFlow
DevOps Enterprise Summit
 
PDF
10 Do’s for DevOps!
DevOps.com
 
PDF
DevOps Automation: Boosting Efficiency and Productivity
FredReynolds2
 
PPTX
DevOps 101 - Moving Fast with Confidence
New Relic
 
PDF
DevOps is a Journey - Choose Your Own Adventure
Fabian Iannarella
 
PPTX
DevOps for dummies study sharing - part II
Chen-Tien Tsai
 
PPTX
On the Road to Shangri-La: Scaling CD from Teams to the Enterprise
XebiaLabs
 
Bridging The Gap Between Dev and Ops
DevOps.com
 
"Shift-Left." Performance And Architecture Validation with Continuous Integra...
DevOps.com
 
“Shift-Left.” Performance And Architecture Validation with Continuous Integra...
Deborah Schalm
 
3 Critical Keys to DevOps Success: Lessons from Forrester Research, Intel, an...
DevOps.com
 
Surviving the Script-apocalypse
DevOps.com
 
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015
Vimal Suba
 
Top Lessons Learned From The DevOps Handbook
XebiaLabs
 
Pivotal korea transformation_strategy_seminar_enterprise_dev_ops_20160630_v1.0
minseok kim
 
What is DevOps? What is DevOps CoE?
7Targets AI Sales Assistants
 
My Top Five DevOps Learnings
Predix
 
From Measurement to Insight: Putting DevOps Metrics To Work
DevOps.com
 
Introduction to DevOps
Yazid Hamdi
 
DevOps Done Right The How and Why of Versioning Environment Artifacts
Perforce
 
Sam Fell - Electric Cloud - Automating Continuous Delivery with ElectricFlow
DevOps Enterprise Summit
 
10 Do’s for DevOps!
DevOps.com
 
DevOps Automation: Boosting Efficiency and Productivity
FredReynolds2
 
DevOps 101 - Moving Fast with Confidence
New Relic
 
DevOps is a Journey - Choose Your Own Adventure
Fabian Iannarella
 
DevOps for dummies study sharing - part II
Chen-Tien Tsai
 
On the Road to Shangri-La: Scaling CD from Teams to the Enterprise
XebiaLabs
 
Ad

More from Jules Pierre-Louis (14)

PPTX
Microservice Monitoring and Quality Management for Modern Apps and Infrastruc...
Jules Pierre-Louis
 
PPTX
Sandstorm or Significant: The evolving role of context in Incident Management
Jules Pierre-Louis
 
PPTX
Cloud bees and forester open source is not enough
Jules Pierre-Louis
 
PPTX
From Monolith to Microservices – and Beyond!
Jules Pierre-Louis
 
PPTX
How to Build the Right Automation
Jules Pierre-Louis
 
PPTX
Starting and Scaling Devops
Jules Pierre-Louis
 
PPTX
Containers: DevOp Enablers of Technical Solutions
Jules Pierre-Louis
 
PPTX
Adopting DevOps @ Scale: Lessons learned at Hertz, Kaiser Permanente and lBM
Jules Pierre-Louis
 
PDF
Managing Quality of Service for Containerized Microservice Applications
Jules Pierre-Louis
 
PPTX
The Evolution of Application Release Automation
Jules Pierre-Louis
 
PDF
DevOPs Transformation Workshop
Jules Pierre-Louis
 
PDF
Pipeline: Continuous Delivery as Code in Jenkins 2.0
Jules Pierre-Louis
 
PDF
7 Habits of Highly Effective Jenkins Users
Jules Pierre-Louis
 
PPTX
7 Habits of Highly Effective Jenkins Users
Jules Pierre-Louis
 
Microservice Monitoring and Quality Management for Modern Apps and Infrastruc...
Jules Pierre-Louis
 
Sandstorm or Significant: The evolving role of context in Incident Management
Jules Pierre-Louis
 
Cloud bees and forester open source is not enough
Jules Pierre-Louis
 
From Monolith to Microservices – and Beyond!
Jules Pierre-Louis
 
How to Build the Right Automation
Jules Pierre-Louis
 
Starting and Scaling Devops
Jules Pierre-Louis
 
Containers: DevOp Enablers of Technical Solutions
Jules Pierre-Louis
 
Adopting DevOps @ Scale: Lessons learned at Hertz, Kaiser Permanente and lBM
Jules Pierre-Louis
 
Managing Quality of Service for Containerized Microservice Applications
Jules Pierre-Louis
 
The Evolution of Application Release Automation
Jules Pierre-Louis
 
DevOPs Transformation Workshop
Jules Pierre-Louis
 
Pipeline: Continuous Delivery as Code in Jenkins 2.0
Jules Pierre-Louis
 
7 Habits of Highly Effective Jenkins Users
Jules Pierre-Louis
 
7 Habits of Highly Effective Jenkins Users
Jules Pierre-Louis
 
Ad

Recently uploaded (20)

PPTX
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
PDF
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
PPTX
Tally software_Introduction_Presentation
AditiBansal54083
 
PPTX
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
PDF
Alexander Marshalov - How to use AI Assistants with your Monitoring system Q2...
VictoriaMetrics
 
PDF
Linux Certificate of Completion - LabEx Certificate
VICTOR MAESTRE RAMIREZ
 
PDF
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
PDF
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
PDF
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
PDF
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pdf
Varsha Nayak
 
PPTX
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
PDF
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
PPTX
Human Resources Information System (HRIS)
Amity University, Patna
 
PDF
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
PDF
[Solution] Why Choose the VeryPDF DRM Protector Custom-Built Solution for You...
Lingwen1998
 
PDF
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
PDF
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
PPTX
Hardware(Central Processing Unit ) CU and ALU
RizwanaKalsoom2
 
PDF
Alarm in Android-Scheduling Timed Tasks Using AlarmManager in Android.pdf
Nabin Dhakal
 
PPTX
Transforming Mining & Engineering Operations with Odoo ERP | Streamline Proje...
SatishKumar2651
 
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
Tally software_Introduction_Presentation
AditiBansal54083
 
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
Alexander Marshalov - How to use AI Assistants with your Monitoring system Q2...
VictoriaMetrics
 
Linux Certificate of Completion - LabEx Certificate
VICTOR MAESTRE RAMIREZ
 
vMix Pro 28.0.0.42 Download vMix Registration key Bundle
kulindacore
 
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pdf
Varsha Nayak
 
Homogeneity of Variance Test Options IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
MiniTool Partition Wizard 12.8 Crack License Key LATEST
hashhshs786
 
Human Resources Information System (HRIS)
Amity University, Patna
 
AI + DevOps = Smart Automation with devseccops.ai.pdf
Devseccops.ai
 
[Solution] Why Choose the VeryPDF DRM Protector Custom-Built Solution for You...
Lingwen1998
 
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
Hardware(Central Processing Unit ) CU and ALU
RizwanaKalsoom2
 
Alarm in Android-Scheduling Timed Tasks Using AlarmManager in Android.pdf
Nabin Dhakal
 
Transforming Mining & Engineering Operations with Odoo ERP | Streamline Proje...
SatishKumar2651
 

Diving Deeper into DevOps Deployments

  • 1. © Electric Cloud | electric-cloud.com Gene Kim and Anders Wallgren Diving Deeper into DevOps Deployments
  • 2. © Electric Cloud | electric-cloud.com Speakers Gene Kim Author, CTO, Researcher @realgenekim Anders Wallgren CTO, Electric Cloud @anders_wallgren / @electriccloud - #ecwebinar
  • 3. © Electric Cloud | electric-cloud.com 01 The Business Value of DevOps 03 Deployment Automation: The Linchpin of Success 02 Findings from DOES16: Horses becoming Unicorns 04 Top 5 Tips to Eliminate “Deployment Anxiety” Agenda
  • 4. © Electric Cloud | electric-cloud.com Polling question 1 “How do you currently handle deployments?” 1. 100% Manual 2. Mostly manual, some automated 3. Mostly automated, some manual 4. 100% Automated 5. I don’t handle deployments
  • 5. © Electric Cloud | electric-cloud.com 15 Polling Question
  • 6. © Electric Cloud | electric-cloud.com The Business Value Of DevOps Is Even Higher Than We Thought
  • 7. © Electric Cloud | electric-cloud.com High Performers Are More Agile 200x 2,555x more frequent deployments faster lead times than their peers Source: Puppet/DORA: 2016 State Of DevOps Report: https://puppet.com/resources/white-paper/2016-state-of-devops-report
  • 8. © Electric Cloud | electric-cloud.com High Performers Are More Reliable 3x 24x lower change failure rate faster mean time to recover (MTTR) Source: Puppet/DORA: 2016 State Of DevOps Report: https://puppet.com/resources/white-paper/2016-state-of-devops-report
  • 9. © Electric Cloud | electric-cloud.com High Performers Are More Secure And Controlled 2x 29% less time spent remediating security issues more time spent on new work Source: Puppet Labs 2016 State Of DevOps Report: https://puppet.com/resources/white-paper/2016-state-of-devops-report
  • 10. © Electric Cloud | electric-cloud.com High Performers Win In The Marketplace 2x 50%more likely to exceed profitability, market share & productivity goals higher market capitalization growth over 3 years* Source: Puppet Labs 2014 State Of DevOps
  • 11. © Electric Cloud | electric-cloud.com High Performers Win In The Marketplace 2.2xhigher employee Net Promoter Score Source: Puppet Labs 2015 State Of DevOps Report: https://puppet.com/resources/white-paper/2016-state-of-devops-report
  • 12. © Electric Cloud | electric-cloud.com What Is The One Question That Predicts Performance With Startling Accuracy?
  • 13. © Electric Cloud | electric-cloud.com “To what degree do we fear doing deployments?” Source: Puppet Labs 2015 State Of DevOps: https://puppetlabs.com/2015-devops-report
  • 14. © Electric Cloud | electric-cloud.com Top Predictors Of IT Performance (2014) • Version control of all production artifacts • Continuous integration and deployment • Automated testing • Peer-review of production changes (vs. external change approval) • High trust culture • Proactive monitoring of the production environment • Win-win relationship between Dev and Ops Source: Puppet 2014 State Of DevOps
  • 15. © Electric Cloud | electric-cloud.com Session ID: DevOps Is For The Unicorns… ...And The Horses, Too
  • 16. © Electric Cloud | electric-cloud.com DevOps Enterprise: Lessons Learned On Nov. 7-9, we held the third DevOps Enterprise Summit, a conference for horses, by horses Speakers included fifty leaders from: • Barclays, ING Bank, UK HMRC, Zurich Insurance, LV, UK GDS, iTV, Unilever, SAP, Macy’s, Disney, Target, GE Capital, Western Union, Sherwin Williams, Blackboard, Nordstrom, Telstra, US Department of Homeland Security, CSG, Raytheon, IBM, Ticketmaster, MITRE, Marks and Spencer, Barclays Capital, Microsoft, Nationwide Insurance, Capital One, Gov.UK, Fidelity, Rally Software, Neustar, Walmart, PNC, ADP, …
  • 17. © Electric Cloud | electric-cloud.com Observations They were using the same technical practices and getting the same sort of metrics as the unicorns • Target: 100+ deploys per week, < 10 incidents per month, enabled 53 business initiatives • Capital One: 100s of deploys per day, lead time of minutes • Macy’s: 1,500 manual tests every 10 days, now 100Ks automated tests run daily • Disney: Has embedded nearly 100 Ops engineers into LOB teams across the enterprise • Nationwide Insurance: Retirement Plans app (COBOL on mainframe) • Raytheon: testing and certification from months to a day • US CIS: security and compliance testing run every code commit
  • 18. © Electric Cloud | electric-cloud.com Polling question 2 “On a scale of 1-7 how fearful are you of Deployments?(1= no fear, 7= existential fear)” 1. No fear 2. 2 3. 3 4. 4 5. 5 6. 6 7. Existential fear!
  • 19. © Electric Cloud | electric-cloud.com 15 Polling Question
  • 20. © Electric Cloud | electric-cloud.com Deployment Automation: The Linchpin of DevOps Success Anders Wallgren
  • 21. © Electric Cloud | electric-cloud.com How Are Deployments Currently Handled?
  • 22. © Electric Cloud | electric-cloud.com What Does that Mean? Challenges!  Manual, error-prone steps  Environment differences and configuration drift  Time spent troubleshooting deployment failures  Complex application dependencies  Difficulty Provisioning  Lack of self-service
  • 23. © Electric Cloud | electric-cloud.com We cannot put it more simply: To accelerate your DevOps adoption, and get the biggest bang for your buck: FOCUS ON DEPLOYMENTS.
  • 24. © Electric Cloud | electric-cloud.com Top 5 Tips to Eliminate Deployment Anxiety
  • 25. © Electric Cloud | electric-cloud.com Eliminating Deployment Anxiety One Vertical at a time Networking Other Systems ISV, Internet & Entertainment Heavy Industry Financial Services Automotive Medical Devices Semiconductor Aerospace / Defense Mobile Devices
  • 26. © Electric Cloud | electric-cloud.com / @electriccloud - #ecwebinar 1 Artifact Repo Have an artifact repository Version everything (applications, infrastructure and middleware)
  • 27. © Electric Cloud | electric-cloud.com / @electriccloud - #ecwebinar 2 Artifact Repo Automate Deployments Automate (and Smoke Test) Deployments “The most powerful tool we have as developers is automation” – Scott Hanselman From: The DevOps Handbook, Gene Kim, Jez Humble, Patrick Debois, John Willis
  • 28. © Electric Cloud | electric-cloud.com / @electriccloud - #ecwebinar 3 Artifact Repo Automate Deployments Self-Service Deploys Enable Self-Service Deployments Allow teams to predictably and efficiently deliver application versions, on-demand.
  • 29. © Electric Cloud | electric-cloud.com / @electriccloud - #ecwebinar 4 Artifact Repo Automate Deployments Self-Service Deploys Self-Service Env’s Enable Self-Service Environment Provisioning, De-Provisioning Spin up production-like environments anywhere in the cycle. Tear them down when finished.
  • 30. © Electric Cloud | electric-cloud.com / @electriccloud - #ecwebinar 5 Artifact Repo Automate Deployments Self-Service Deploys Self-Service Env’s Security, Auditability Ensure Security and Auditability Approvals and permissions ensure teams can deliver quickly and in compliance.
  • 31. © Electric Cloud | electric-cloud.com The DevOps Handbook All of these tips are backed up by research: The DevOps Handbook • 5+ years in the making • 23 chapters • 48 case studies • 98,124 words • 48 images • 503 endnotes • 192 footnotes
  • 32. © Electric Cloud | electric-cloud.com Join us at DOES 2017 in London and San Francisco!
  • 33. © Electric Cloud | electric-cloud.com Join the Live Chat on Twitter! #ecwebinar Q&A
  • 34. © Electric Cloud | electric-cloud.com Thank you