SlideShare a Scribd company logo
1 of 21
TOP DEVOPS BOTTLENECKS,
CONSTRAINTS AND BEST
PRACTICES
Speakers:
JP Morgenthal, CSC (@jpmorgenthal)
Mike Kavis, Cloud Technology Partners (@madgreek65)
1
Agenda
• DevOps Perspective
• Top 5 Bottlenecks
• 1) Inconsistent environments (Mike)
• 2) Long provisioning times (Mike)
• 3) Doing more with less (Mike)
• 4) Manual gates
• 5) Organization silos
• Top 5 Constraints
• 1) Auditing & Compliance
• 2) Technical debt
• 3) Misaligned incentives (Mike)
• 4) ITIL / Change Control (Mike)
• 5) Lack of metrics (Mike)
• Top 5 Best Practices
• 1) Governance / Security (Mike)
• 2) Continuously Deploy into UAT
• 3) Reduce Work-in-Progress / Deliver more frequently with less features
• 4) Fail Fast
• 5) Testing Center of Excellence
• Top 5 Things You Can Do Starting Today
2
DevOps Perspective
• Why DevOps?
• How do we become a High Performing Culture?
• Leads to…
• Better products and services
• Increased customer satisfaction
• Improved profitability
• DevOps is not…
• A person, role, or team
• A fix for IT
3
Definitions
• Bottleneck
• Something that hinders flow and progress of activities, but does not
limit completion. Bottlenecks can be eliminated or work-arounds
can be instituted
• Constraint
• An activity or rule that must be adhered to in order for progress to
continue in an approved manner
• Best Practice
• An activity or guideline that has demonstrated to foster
improvement in continuous delivery activities
4
Bottleneck: Inconsistent Environments
• Creates unnecessary defects, rework, lowers quality and
reliability, and increases risks of missing commitments
• .Reasons for inconsistency
• Manual intervention
• Lack of asset tracking
• Poor patching process
• Mitigation
• Automation
• Configuration management
• Immutable infrastructure
• Infrastructure as code
5
Bottleneck: Long Provisioning Times
• Creates stoppage of WIP for long periods of time
• Impacts of wait time
• Work stoppage between dev, test, and stage activities
• Inconsistent environments
• Sub optimal infrastructure
• Project delays
• Mitigation
• Automation
• Immutable infrastructure
• Modernize request management services
6
Bottleneck: Doing More With Less
• Technology teams are under intense pressure to deliver
more features with greater agility and smaller budgets
• Common mistakes
• Increase WIP
• Sacrifice architecture, take shortcuts
• Endless hot fix mentality
• Mitigation
• Value stream mapping to identify bottlenecks
• Prioritize technical debt (“waste management”)
• Change mentality of the meaning of “Done”
7
Bottleneck: Manual Gates
• Manual gates introduces latency into release and delivery
processes
• Manual gates are represented by the need for human
intervention to move artifacts from one stage to the next
• Types of gates
• Approvals
• Environments
• Tools
• Mitigation
• Automation
• Testing
• Culture
8
Bottleneck: Organization Silos
• Silos are not inherently good or bad
• Silos isolate capabilities from each other
• Silos act to limit and/or filter communications
• Silos tend to have unique or inwardly-focused incentives and
leadership
• Silos are not easy to dispel
• Mitigation
• Cross-functional leadership
• Consolidation
• Communications & management tools
• Shared accountability
9
Constraint: Auditing & Compliance
• Compliance requirements are derived both internally and
externally
• External compliance often impacts ability to enact business
• Internal compliance more pliable but still difficult to change in large-
scale enterprises
• Auditing ensures compliance is adhered to and can add
overhead to development, logging, deployment and operations
• Mitigation
• Meet with auditors to identify acceptable methods of meeting
compliance
• Drive auditing left along with other DevOps initiatives
• Approval of design may just require automated means to ensure design was
adhered to in delivery
• Metadata capture and management is critical to regulated
environments
10
Constraint: Technical Debt
• Technical debt are decisions that were made to meet the
needs of a task at specific point in time that acts to limit
future change
• Some technical debt will inhibit removing latency,
automating, and incorporating into continuous delivery
process
• Mitigation
• Containment / Abstraction
• Service Virtualization
• Address the Debt
11
Constraint: Misaligned Incentives
• If incentives don’t change, behavior won’t either
• Incentives need to be shared across boundaries
• Everybody owns quality, security, reliability
• Moving to SaaS - Services model vs Product model
• Product owners must own product/service end to end
• - What would happened if automobile product owners were not
accountable for safety?
• Mitigation
• Evaluate business model and map incentives
• Assign ownership at the right place but incent appropriately to
share goals
• Tear down silos when they inhibit progress
12
Constraint: ITIL/Change Control
• Processes must be agile too
• What good is continuous integration and delivery when we have to
wait for a CAB review every 7 days to deploy?
• ITIL still works, but it needs to be modernized
• Built during the waterfall era
• Gates replace trust, often rubberstamp
• Different apps have different risk profiles, don’t put a web app
through the same rigor as a payment system
• Mitigation
• Value stream mapping across service catalog
• Remove waste, auto approve where possible
• Use metrics and log data to automate decisions
13
Constraint: Lack of Metrics
• Big part of DevOps is continuous improvement
• Measure what matters
• Be transparent with metrics so people can contribute
• Move from reactive to proactive
• Establish baselines and raise alerts when deltas occur
• Allows for fixing issues before customers notice
• Measure processes to, they often get in the way
• Mitigation
• Define KPIs for different actors within the system
• Product, Finance, Security, Dev, QA, Ops, Sales, Customer, etc.
• Design logging and monitoring framework with single pane of glass
• Customer views, publish/suscribe
14
Best Practice: Continuously Deploy into
UAT
• For many businesses it is not feasible to continually be
releasing to production
• The cornerstone of Continuous Delivery is always being in
a state that is ready to release
• Establish a User Acceptance Test (UAT) area that is
continually being updated with the most recent released
software
• UAT should closely model production as much as possible
• Upon release to UAT business users should be notified of
availability of a new release and which features are included
• Releases do not overwrite one another, but should exist in tandem
15
Best Practice: Governance/Security
• Design in security and regulatory controls up front
• Enforce controls through automation, self-service
capabilities, risk profiling, continuous inspection
• Non-App specific rules, policies, controls should be
abstracted from development (as a Service)
• Centrally stored and managed
• Configurable
• Auditable
• Visible
16
Best Practice: Reduce Work-in-Progress
• Too much Work-in-Progress (WIP) affects quality and
predictability of completion
• Reducing WIP produces greater predictability for average lead time
• Focus on a single task until completion increases quality of output
• Only start new work once existing work is complete
• Agile methods facilitate shorter durations for tasks
• Bottlenecks more likely to be addressed if they result in
resources sitting idle than if they can switch to other tasks
• Leverage tools like Kanban to visualize WIP and manage
backlog effectively
• Capture and analyze metrics regarding velocity
17
Best Practice: Fail Fast
• Leverage Minimal Viable Product (MVP)
• Qualify that work effort will lead to a usable output
• Increase success velocity by quickly eliminating efforts that do not satisfy
stated outcomes
• Design for limited release
• Test new features in production among subset of entire consumer base
• Leverage Continuous Delivery to limit latency in release
• Long feedback loops impair “fail fast”
• Leverage cloud for speed and economics
• Investments in infrastructure and software enforces “must make it work”
mentality
• Cloud keeps costs down and eliminates capital investments necessary to test
innovations simplifying the decision to terminate
18
Best Practice: Testing Center of
Excellence
• QA and Testing are not synonymous
• QA qualifies release meets stated goals for release capabilities and
features
• Testing occurs throughout the SDLC
• Embrace failure as inevitable
• Too much time and money spent attempting to avoid failure
• Focus on Mean-Time-to-Repair (MTTR)
• Center of Excellence (CoE) responsibilities
• Practice Management
• Governance
• Organization
• Environment
19
Top 5 Things To Go Do Today
1. Find a Problem Area
• Achievable scope
2. Identify Bottlenecks
• Value stream mapping
3. Gather Metrics
• Establish baselines
• Set targets
4. Reduce WIP
• Improve flow
5. Deliver Small/Quick wins w/Business Impact
• Increase trust & transparency
• Create value
20
21

More Related Content

What's hot

Metrics That Matter: How to Measure Digital Transformation Success
Metrics That Matter: How to Measure Digital Transformation SuccessMetrics That Matter: How to Measure Digital Transformation Success
Metrics That Matter: How to Measure Digital Transformation SuccessXebiaLabs
 
Monitoring at the Speed of DevOps
Monitoring at the Speed of DevOpsMonitoring at the Speed of DevOps
Monitoring at the Speed of DevOpsDevOps.com
 
XL Deploy Demo Slides
XL Deploy Demo SlidesXL Deploy Demo Slides
XL Deploy Demo SlidesXebiaLabs
 
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013RightScale
 
TopConf : DevOps Monitoring: Feedback Loops in Enterprise Environments
TopConf : DevOps Monitoring: Feedback Loops in Enterprise EnvironmentsTopConf : DevOps Monitoring: Feedback Loops in Enterprise Environments
TopConf : DevOps Monitoring: Feedback Loops in Enterprise EnvironmentsJonah Kowall
 
How to consolidate Citrix Monitoring in a Single Pane of Glass
How to consolidate Citrix Monitoring in a Single Pane of GlassHow to consolidate Citrix Monitoring in a Single Pane of Glass
How to consolidate Citrix Monitoring in a Single Pane of GlasseG Innovations
 
Deliver More Customer Value with Value Stream Management
Deliver More Customer Value with Value Stream ManagementDeliver More Customer Value with Value Stream Management
Deliver More Customer Value with Value Stream ManagementXebiaLabs
 
BACK FROM THE EDGE: INFRASTRUCTURE PROTECTION THROUGH PLATESPIN
BACK FROM THE EDGE: INFRASTRUCTURE PROTECTION THROUGH PLATESPINBACK FROM THE EDGE: INFRASTRUCTURE PROTECTION THROUGH PLATESPIN
BACK FROM THE EDGE: INFRASTRUCTURE PROTECTION THROUGH PLATESPINMicro Focus
 
How to Assure Performance in Hybrid Cloud Ecosystems
How to Assure Performance in Hybrid Cloud EcosystemsHow to Assure Performance in Hybrid Cloud Ecosystems
How to Assure Performance in Hybrid Cloud EcosystemseG Innovations
 
V mware advanced cloud proof of concept (poc)
V mware advanced cloud proof of concept (poc)V mware advanced cloud proof of concept (poc)
V mware advanced cloud proof of concept (poc)solarisyougood
 
Customer Presentation: Digital Globe's road to Continuous Delivery
Customer Presentation: Digital Globe's road to Continuous DeliveryCustomer Presentation: Digital Globe's road to Continuous Delivery
Customer Presentation: Digital Globe's road to Continuous DeliveryXebiaLabs
 
Intro to dev ops and cloud services
Intro to dev ops and cloud servicesIntro to dev ops and cloud services
Intro to dev ops and cloud serviceshardwyrd
 
Performance Testing of Large-scale Systems- Impetus Webinar
Performance Testing of Large-scale Systems- Impetus WebinarPerformance Testing of Large-scale Systems- Impetus Webinar
Performance Testing of Large-scale Systems- Impetus WebinarImpetus Technologies
 
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015Cloud and Network Transformation using DevOps methodology : Cisco Live 2015
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015Vimal Suba
 
Infrastructure as Code in Large Scale Organizations
Infrastructure as Code in Large Scale OrganizationsInfrastructure as Code in Large Scale Organizations
Infrastructure as Code in Large Scale OrganizationsXebiaLabs
 
The State of IoT
The State of IoTThe State of IoT
The State of IoTMike Kavis
 
Achieving a Serverless Development Experience
Achieving a Serverless Development ExperienceAchieving a Serverless Development Experience
Achieving a Serverless Development ExperienceIvan Dwyer
 
Succeeding with DevOps Transformation - Rafal Gancarz
Succeeding with DevOps Transformation - Rafal GancarzSucceeding with DevOps Transformation - Rafal Gancarz
Succeeding with DevOps Transformation - Rafal GancarzOpenCredo
 

What's hot (20)

Metrics That Matter: How to Measure Digital Transformation Success
Metrics That Matter: How to Measure Digital Transformation SuccessMetrics That Matter: How to Measure Digital Transformation Success
Metrics That Matter: How to Measure Digital Transformation Success
 
Cloud Native Operations
Cloud Native OperationsCloud Native Operations
Cloud Native Operations
 
Microservices
MicroservicesMicroservices
Microservices
 
Monitoring at the Speed of DevOps
Monitoring at the Speed of DevOpsMonitoring at the Speed of DevOps
Monitoring at the Speed of DevOps
 
XL Deploy Demo Slides
XL Deploy Demo SlidesXL Deploy Demo Slides
XL Deploy Demo Slides
 
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
Tips For a Successful Cloud Proof-of-Concept - RightScale Compute 2013
 
TopConf : DevOps Monitoring: Feedback Loops in Enterprise Environments
TopConf : DevOps Monitoring: Feedback Loops in Enterprise EnvironmentsTopConf : DevOps Monitoring: Feedback Loops in Enterprise Environments
TopConf : DevOps Monitoring: Feedback Loops in Enterprise Environments
 
How to consolidate Citrix Monitoring in a Single Pane of Glass
How to consolidate Citrix Monitoring in a Single Pane of GlassHow to consolidate Citrix Monitoring in a Single Pane of Glass
How to consolidate Citrix Monitoring in a Single Pane of Glass
 
Deliver More Customer Value with Value Stream Management
Deliver More Customer Value with Value Stream ManagementDeliver More Customer Value with Value Stream Management
Deliver More Customer Value with Value Stream Management
 
BACK FROM THE EDGE: INFRASTRUCTURE PROTECTION THROUGH PLATESPIN
BACK FROM THE EDGE: INFRASTRUCTURE PROTECTION THROUGH PLATESPINBACK FROM THE EDGE: INFRASTRUCTURE PROTECTION THROUGH PLATESPIN
BACK FROM THE EDGE: INFRASTRUCTURE PROTECTION THROUGH PLATESPIN
 
How to Assure Performance in Hybrid Cloud Ecosystems
How to Assure Performance in Hybrid Cloud EcosystemsHow to Assure Performance in Hybrid Cloud Ecosystems
How to Assure Performance in Hybrid Cloud Ecosystems
 
V mware advanced cloud proof of concept (poc)
V mware advanced cloud proof of concept (poc)V mware advanced cloud proof of concept (poc)
V mware advanced cloud proof of concept (poc)
 
Customer Presentation: Digital Globe's road to Continuous Delivery
Customer Presentation: Digital Globe's road to Continuous DeliveryCustomer Presentation: Digital Globe's road to Continuous Delivery
Customer Presentation: Digital Globe's road to Continuous Delivery
 
Intro to dev ops and cloud services
Intro to dev ops and cloud servicesIntro to dev ops and cloud services
Intro to dev ops and cloud services
 
Performance Testing of Large-scale Systems- Impetus Webinar
Performance Testing of Large-scale Systems- Impetus WebinarPerformance Testing of Large-scale Systems- Impetus Webinar
Performance Testing of Large-scale Systems- Impetus Webinar
 
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015Cloud and Network Transformation using DevOps methodology : Cisco Live 2015
Cloud and Network Transformation using DevOps methodology : Cisco Live 2015
 
Infrastructure as Code in Large Scale Organizations
Infrastructure as Code in Large Scale OrganizationsInfrastructure as Code in Large Scale Organizations
Infrastructure as Code in Large Scale Organizations
 
The State of IoT
The State of IoTThe State of IoT
The State of IoT
 
Achieving a Serverless Development Experience
Achieving a Serverless Development ExperienceAchieving a Serverless Development Experience
Achieving a Serverless Development Experience
 
Succeeding with DevOps Transformation - Rafal Gancarz
Succeeding with DevOps Transformation - Rafal GancarzSucceeding with DevOps Transformation - Rafal Gancarz
Succeeding with DevOps Transformation - Rafal Gancarz
 

Similar to Top Devops bottlenecks, constraints and best practices

Kanban testing
Kanban testingKanban testing
Kanban testingCprime
 
Microsoft Dynamics AX Implementation Stabilization Case Studies
Microsoft Dynamics AX Implementation Stabilization Case StudiesMicrosoft Dynamics AX Implementation Stabilization Case Studies
Microsoft Dynamics AX Implementation Stabilization Case Studiesmeritweb
 
Agile Automotive (Final)
Agile Automotive (Final)Agile Automotive (Final)
Agile Automotive (Final)James Janisse
 
Agile Methodology - Software Engineering
Agile Methodology - Software EngineeringAgile Methodology - Software Engineering
Agile Methodology - Software EngineeringPurvik Rana
 
Sdec10 lean package implementation
Sdec10 lean package implementationSdec10 lean package implementation
Sdec10 lean package implementationTerry Bunio
 
Sgin2013 scrum accomplished-industrialagilecasestudy-avinashrao
Sgin2013 scrum accomplished-industrialagilecasestudy-avinashraoSgin2013 scrum accomplished-industrialagilecasestudy-avinashrao
Sgin2013 scrum accomplished-industrialagilecasestudy-avinashraoIndia Scrum Enthusiasts Community
 
Leveraging DevOps Principles for Release and Deploy
Leveraging DevOps Principles for Release and DeployLeveraging DevOps Principles for Release and Deploy
Leveraging DevOps Principles for Release and DeploySerena Software
 
Lucas Gravley - HP - Self-Healing And Monitoring in a DevOps world
Lucas Gravley - HP - Self-Healing And Monitoring in a DevOps worldLucas Gravley - HP - Self-Healing And Monitoring in a DevOps world
Lucas Gravley - HP - Self-Healing And Monitoring in a DevOps worldDevOps Enterprise Summit
 
Adopting Agile
Adopting AgileAdopting Agile
Adopting AgileCoverity
 
Lessons Learned From Cloud Migrations
Lessons Learned From Cloud MigrationsLessons Learned From Cloud Migrations
Lessons Learned From Cloud MigrationsMandi Walls
 
Is Test Planning a lost art in Agile? by Michelle Williams
Is Test Planning a lost art in Agile? by Michelle WilliamsIs Test Planning a lost art in Agile? by Michelle Williams
Is Test Planning a lost art in Agile? by Michelle WilliamsQA or the Highway
 
Patching is Your Friend in the New World Order of EPM and ERP Cloud
Patching is Your Friend in the New World Order of EPM and ERP CloudPatching is Your Friend in the New World Order of EPM and ERP Cloud
Patching is Your Friend in the New World Order of EPM and ERP CloudDatavail
 
Agile 101 for Resource Planners
Agile 101 for Resource PlannersAgile 101 for Resource Planners
Agile 101 for Resource PlannersJerry Manas
 
An Agile Overview @ ShoreTel Sky
An Agile Overview @ ShoreTel SkyAn Agile Overview @ ShoreTel Sky
An Agile Overview @ ShoreTel Skygirabrent
 
How DevOps supports the digital economy
How DevOps supports the digital economyHow DevOps supports the digital economy
How DevOps supports the digital economyNUS-ISS
 

Similar to Top Devops bottlenecks, constraints and best practices (20)

Kanban testing
Kanban testingKanban testing
Kanban testing
 
DevOps 101
DevOps 101DevOps 101
DevOps 101
 
Microsoft Dynamics AX Implementation Stabilization Case Studies
Microsoft Dynamics AX Implementation Stabilization Case StudiesMicrosoft Dynamics AX Implementation Stabilization Case Studies
Microsoft Dynamics AX Implementation Stabilization Case Studies
 
Agile Automotive (Final)
Agile Automotive (Final)Agile Automotive (Final)
Agile Automotive (Final)
 
Agile Methodology - Software Engineering
Agile Methodology - Software EngineeringAgile Methodology - Software Engineering
Agile Methodology - Software Engineering
 
Sdec10 lean package implementation
Sdec10 lean package implementationSdec10 lean package implementation
Sdec10 lean package implementation
 
Sgin2013 scrum accomplished-industrialagilecasestudy-avinashrao
Sgin2013 scrum accomplished-industrialagilecasestudy-avinashraoSgin2013 scrum accomplished-industrialagilecasestudy-avinashrao
Sgin2013 scrum accomplished-industrialagilecasestudy-avinashrao
 
Leveraging DevOps Principles for Release and Deploy
Leveraging DevOps Principles for Release and DeployLeveraging DevOps Principles for Release and Deploy
Leveraging DevOps Principles for Release and Deploy
 
Lucas Gravley - HP - Self-Healing And Monitoring in a DevOps world
Lucas Gravley - HP - Self-Healing And Monitoring in a DevOps worldLucas Gravley - HP - Self-Healing And Monitoring in a DevOps world
Lucas Gravley - HP - Self-Healing And Monitoring in a DevOps world
 
SDLC Final (1)
SDLC Final (1)SDLC Final (1)
SDLC Final (1)
 
what-is-devops.ppt
what-is-devops.pptwhat-is-devops.ppt
what-is-devops.ppt
 
QA Best Practices in Agile World_new
QA Best Practices in Agile World_newQA Best Practices in Agile World_new
QA Best Practices in Agile World_new
 
Adopting Agile
Adopting AgileAdopting Agile
Adopting Agile
 
Lessons Learned From Cloud Migrations
Lessons Learned From Cloud MigrationsLessons Learned From Cloud Migrations
Lessons Learned From Cloud Migrations
 
Is Test Planning a lost art in Agile? by Michelle Williams
Is Test Planning a lost art in Agile? by Michelle WilliamsIs Test Planning a lost art in Agile? by Michelle Williams
Is Test Planning a lost art in Agile? by Michelle Williams
 
Agile 101
Agile 101Agile 101
Agile 101
 
Patching is Your Friend in the New World Order of EPM and ERP Cloud
Patching is Your Friend in the New World Order of EPM and ERP CloudPatching is Your Friend in the New World Order of EPM and ERP Cloud
Patching is Your Friend in the New World Order of EPM and ERP Cloud
 
Agile 101 for Resource Planners
Agile 101 for Resource PlannersAgile 101 for Resource Planners
Agile 101 for Resource Planners
 
An Agile Overview @ ShoreTel Sky
An Agile Overview @ ShoreTel SkyAn Agile Overview @ ShoreTel Sky
An Agile Overview @ ShoreTel Sky
 
How DevOps supports the digital economy
How DevOps supports the digital economyHow DevOps supports the digital economy
How DevOps supports the digital economy
 

More from Mike Kavis

Extreme IoT Games
Extreme IoT GamesExtreme IoT Games
Extreme IoT GamesMike Kavis
 
Value of Enterprise DevOps
Value of Enterprise DevOpsValue of Enterprise DevOps
Value of Enterprise DevOpsMike Kavis
 
Monitoring in the DevOps Era
Monitoring in the DevOps EraMonitoring in the DevOps Era
Monitoring in the DevOps EraMike Kavis
 
Outgrowing your-datacenter
Outgrowing your-datacenterOutgrowing your-datacenter
Outgrowing your-datacenterMike Kavis
 
Cloud security design considerations
Cloud security design considerationsCloud security design considerations
Cloud security design considerationsMike Kavis
 
Cloud Computing Design Considerations
Cloud Computing Design ConsiderationsCloud Computing Design Considerations
Cloud Computing Design ConsiderationsMike Kavis
 

More from Mike Kavis (7)

Extreme IoT Games
Extreme IoT GamesExtreme IoT Games
Extreme IoT Games
 
Value of Enterprise DevOps
Value of Enterprise DevOpsValue of Enterprise DevOps
Value of Enterprise DevOps
 
Monitoring in the DevOps Era
Monitoring in the DevOps EraMonitoring in the DevOps Era
Monitoring in the DevOps Era
 
Outgrowing your-datacenter
Outgrowing your-datacenterOutgrowing your-datacenter
Outgrowing your-datacenter
 
Cloud 101
Cloud 101Cloud 101
Cloud 101
 
Cloud security design considerations
Cloud security design considerationsCloud security design considerations
Cloud security design considerations
 
Cloud Computing Design Considerations
Cloud Computing Design ConsiderationsCloud Computing Design Considerations
Cloud Computing Design Considerations
 

Top Devops bottlenecks, constraints and best practices

  • 1. TOP DEVOPS BOTTLENECKS, CONSTRAINTS AND BEST PRACTICES Speakers: JP Morgenthal, CSC (@jpmorgenthal) Mike Kavis, Cloud Technology Partners (@madgreek65) 1
  • 2. Agenda • DevOps Perspective • Top 5 Bottlenecks • 1) Inconsistent environments (Mike) • 2) Long provisioning times (Mike) • 3) Doing more with less (Mike) • 4) Manual gates • 5) Organization silos • Top 5 Constraints • 1) Auditing & Compliance • 2) Technical debt • 3) Misaligned incentives (Mike) • 4) ITIL / Change Control (Mike) • 5) Lack of metrics (Mike) • Top 5 Best Practices • 1) Governance / Security (Mike) • 2) Continuously Deploy into UAT • 3) Reduce Work-in-Progress / Deliver more frequently with less features • 4) Fail Fast • 5) Testing Center of Excellence • Top 5 Things You Can Do Starting Today 2
  • 3. DevOps Perspective • Why DevOps? • How do we become a High Performing Culture? • Leads to… • Better products and services • Increased customer satisfaction • Improved profitability • DevOps is not… • A person, role, or team • A fix for IT 3
  • 4. Definitions • Bottleneck • Something that hinders flow and progress of activities, but does not limit completion. Bottlenecks can be eliminated or work-arounds can be instituted • Constraint • An activity or rule that must be adhered to in order for progress to continue in an approved manner • Best Practice • An activity or guideline that has demonstrated to foster improvement in continuous delivery activities 4
  • 5. Bottleneck: Inconsistent Environments • Creates unnecessary defects, rework, lowers quality and reliability, and increases risks of missing commitments • .Reasons for inconsistency • Manual intervention • Lack of asset tracking • Poor patching process • Mitigation • Automation • Configuration management • Immutable infrastructure • Infrastructure as code 5
  • 6. Bottleneck: Long Provisioning Times • Creates stoppage of WIP for long periods of time • Impacts of wait time • Work stoppage between dev, test, and stage activities • Inconsistent environments • Sub optimal infrastructure • Project delays • Mitigation • Automation • Immutable infrastructure • Modernize request management services 6
  • 7. Bottleneck: Doing More With Less • Technology teams are under intense pressure to deliver more features with greater agility and smaller budgets • Common mistakes • Increase WIP • Sacrifice architecture, take shortcuts • Endless hot fix mentality • Mitigation • Value stream mapping to identify bottlenecks • Prioritize technical debt (“waste management”) • Change mentality of the meaning of “Done” 7
  • 8. Bottleneck: Manual Gates • Manual gates introduces latency into release and delivery processes • Manual gates are represented by the need for human intervention to move artifacts from one stage to the next • Types of gates • Approvals • Environments • Tools • Mitigation • Automation • Testing • Culture 8
  • 9. Bottleneck: Organization Silos • Silos are not inherently good or bad • Silos isolate capabilities from each other • Silos act to limit and/or filter communications • Silos tend to have unique or inwardly-focused incentives and leadership • Silos are not easy to dispel • Mitigation • Cross-functional leadership • Consolidation • Communications & management tools • Shared accountability 9
  • 10. Constraint: Auditing & Compliance • Compliance requirements are derived both internally and externally • External compliance often impacts ability to enact business • Internal compliance more pliable but still difficult to change in large- scale enterprises • Auditing ensures compliance is adhered to and can add overhead to development, logging, deployment and operations • Mitigation • Meet with auditors to identify acceptable methods of meeting compliance • Drive auditing left along with other DevOps initiatives • Approval of design may just require automated means to ensure design was adhered to in delivery • Metadata capture and management is critical to regulated environments 10
  • 11. Constraint: Technical Debt • Technical debt are decisions that were made to meet the needs of a task at specific point in time that acts to limit future change • Some technical debt will inhibit removing latency, automating, and incorporating into continuous delivery process • Mitigation • Containment / Abstraction • Service Virtualization • Address the Debt 11
  • 12. Constraint: Misaligned Incentives • If incentives don’t change, behavior won’t either • Incentives need to be shared across boundaries • Everybody owns quality, security, reliability • Moving to SaaS - Services model vs Product model • Product owners must own product/service end to end • - What would happened if automobile product owners were not accountable for safety? • Mitigation • Evaluate business model and map incentives • Assign ownership at the right place but incent appropriately to share goals • Tear down silos when they inhibit progress 12
  • 13. Constraint: ITIL/Change Control • Processes must be agile too • What good is continuous integration and delivery when we have to wait for a CAB review every 7 days to deploy? • ITIL still works, but it needs to be modernized • Built during the waterfall era • Gates replace trust, often rubberstamp • Different apps have different risk profiles, don’t put a web app through the same rigor as a payment system • Mitigation • Value stream mapping across service catalog • Remove waste, auto approve where possible • Use metrics and log data to automate decisions 13
  • 14. Constraint: Lack of Metrics • Big part of DevOps is continuous improvement • Measure what matters • Be transparent with metrics so people can contribute • Move from reactive to proactive • Establish baselines and raise alerts when deltas occur • Allows for fixing issues before customers notice • Measure processes to, they often get in the way • Mitigation • Define KPIs for different actors within the system • Product, Finance, Security, Dev, QA, Ops, Sales, Customer, etc. • Design logging and monitoring framework with single pane of glass • Customer views, publish/suscribe 14
  • 15. Best Practice: Continuously Deploy into UAT • For many businesses it is not feasible to continually be releasing to production • The cornerstone of Continuous Delivery is always being in a state that is ready to release • Establish a User Acceptance Test (UAT) area that is continually being updated with the most recent released software • UAT should closely model production as much as possible • Upon release to UAT business users should be notified of availability of a new release and which features are included • Releases do not overwrite one another, but should exist in tandem 15
  • 16. Best Practice: Governance/Security • Design in security and regulatory controls up front • Enforce controls through automation, self-service capabilities, risk profiling, continuous inspection • Non-App specific rules, policies, controls should be abstracted from development (as a Service) • Centrally stored and managed • Configurable • Auditable • Visible 16
  • 17. Best Practice: Reduce Work-in-Progress • Too much Work-in-Progress (WIP) affects quality and predictability of completion • Reducing WIP produces greater predictability for average lead time • Focus on a single task until completion increases quality of output • Only start new work once existing work is complete • Agile methods facilitate shorter durations for tasks • Bottlenecks more likely to be addressed if they result in resources sitting idle than if they can switch to other tasks • Leverage tools like Kanban to visualize WIP and manage backlog effectively • Capture and analyze metrics regarding velocity 17
  • 18. Best Practice: Fail Fast • Leverage Minimal Viable Product (MVP) • Qualify that work effort will lead to a usable output • Increase success velocity by quickly eliminating efforts that do not satisfy stated outcomes • Design for limited release • Test new features in production among subset of entire consumer base • Leverage Continuous Delivery to limit latency in release • Long feedback loops impair “fail fast” • Leverage cloud for speed and economics • Investments in infrastructure and software enforces “must make it work” mentality • Cloud keeps costs down and eliminates capital investments necessary to test innovations simplifying the decision to terminate 18
  • 19. Best Practice: Testing Center of Excellence • QA and Testing are not synonymous • QA qualifies release meets stated goals for release capabilities and features • Testing occurs throughout the SDLC • Embrace failure as inevitable • Too much time and money spent attempting to avoid failure • Focus on Mean-Time-to-Repair (MTTR) • Center of Excellence (CoE) responsibilities • Practice Management • Governance • Organization • Environment 19
  • 20. Top 5 Things To Go Do Today 1. Find a Problem Area • Achievable scope 2. Identify Bottlenecks • Value stream mapping 3. Gather Metrics • Establish baselines • Set targets 4. Reduce WIP • Improve flow 5. Deliver Small/Quick wins w/Business Impact • Increase trust & transparency • Create value 20
  • 21. 21

Editor's Notes

  1. • Practice Management – The CoE manages the workflow for testing as it crosses group boundaries. They ensure that releases are not moved forward to the next stage until it meets established levels of acceptance criteria. They also work with the various teams to schedule resources, which is key in environments where there is resource contention for testing environments. • Governance – The CoE is responsible for defining the testing goals and practices for any IT production deployment. It starts from the point of ideation, then moves to capturing and defining requirements, then to feature validation through quality assurance, user acceptance testing, and finally operational burn-in. • Organization – The CoE defines the roles and responsibilities for those involved in testing. Each business has varying levels of experienced personnel and budget that can be applied to testing, so this group leverages matrix management techniques to define a testing organization. • Environment – The CoE defines the configuration of the testing environment(s) for each project. Since one of the biggest issues plaguing continuous deployment and release management is configuration drift and inconsistent testing practices, the CoE works to ensure that testing is enacted on an environment that consistently moves closer to production the further along