SlideShare a Scribd company logo
XebiaLabs Demonstration for
EMC World 2015
May 2015
2 Copyright 2015. Confidential – Distribution prohibited without permission
Agenda
Do you sometimes feel like you’re
fighting against dark forces when
trying to implement DevOps
changes in your
organization? Feel like there’s
some evil entity keeping you from
achieving your DevOps goals?
This talk is designed to address the
fears, reactions and forces that one
faces when trying to implement
organizational change so that
you’re better armed for DevOps
success.
1. Looking at your application Portfolio
2. Tools that will help you achieve Continous Delivery
3. The Cost of NOT implementing Continuous Delivery
3 Copyright 2015. Confidential – Distribution prohibited without permission
Fear and Loathing in DevOps
1. Enterprises are getting crushed if they don’t get Agile
a) Ignoring DevOps (Agile, CI/CD, etc) or..
b) Trying to implement Agile as WaterScrumFall
2. Most large companies have a significant variety of applications to manage
4 Copyright 2015. Confidential – Distribution prohibited without permission
Embrace the Fear
Legacy (or as EMC says, “Mature”)
No plans for modernizing but will
live for 1-7 years
Converting
Need to move application
construction and deployment to a
more modern CI/CD approach
Modern
Created using CI/CD built in
There Are Three Types of Applications in the Enterprise
5 Copyright 2015. Confidential – Distribution prohibited without permission
AllYour Applications Can Benefit From CD
Legacy (or as EMC says, “Mature”)
No plans for modernizing but will
live for 1-7 years
Implement tooling that can:
• Create reliable, consistent delivery of entire application to
Production
• Whatever you can’t automate, at least make it:
• Repeatable
• Audited
• Reportable
• Consistent
Sounds nice, but how do I do this?
6 Copyright 2015. Confidential – Distribution prohibited without permission
It’sTime to Go Zombie Hunting!
Look for these zombies in your IT Organization:
SysAdmin who
says, “I just write
and run scripts,
that’s not code”
DBAs who say, “SQL is
not code. You can’t
version it.”
“I’m the only person
that knows how to
deploy this.”It’s time you implement a solution that forces you to
version everything!
7 Copyright 2015. Confidential – Distribution prohibited without permission
EnsureThatYourTooling Delivers
Orchestration is key to delivery
Converting
Need to move application
construction and deployment to a
more modern CI/CD approach
8 Copyright 2015. Confidential – Distribution prohibited without permission
What Lies BeneathThese Strange New Waters?
Modern
Created using CI/CD built in
Make sure you have a source of truth in this delivery pattern
9 Copyright 2015. Confidential – Distribution prohibited without permission
Don’t Believe the Hype
Thinking of using a CI tool or provisioning
tool for your application deployments?
Plenty of confusion / messaging in the DevOps
space trying to convince you that this is a good idea.
Where the heck are my
audit reports?!?
10 Copyright 2015. Confidential – Distribution prohibited without permission
Continuous Delivery
Real Continuous Integration / Continuous Delivery
Continuous Integration
Test
Commit
Test
Build
Test
Provision
Test
Deploy DEV
QA
Test
Provision
Test
Deploy
Test
Provision
Test
Deploy
Test
Provision
Test
Deploy
STAGE
PROD
1..n
• Orchestrating delivery of complete application
versions across release pipeline, with varied
levels of automation
• Reporting / security / auditing / visibility into
delivery of application from DEV to PROD
CI and Provisioning is just part
of the deployment process
1..n
1..n
Microservices demand this model!
Orchestration
for not just
application
deployment,
but entire
delivery
process
11 Copyright 2015. Confidential – Distribution prohibited without permission
The Fear Increases
This is what
“Release Night”
feels like for the
Business.
12 Copyright 2015. Confidential – Distribution prohibited without permission
Let’sThink About aTypical Enterprise
Manual Configuration for Applications
Separate teams performing deployments (mixture of scripts, automation and manual tasks)
Cost of failed deployments increases significantly as apps travel towards PROD
Developer QA
“PREPROD”
(incl. training, simulation, etc) PRODDEV
Different teams /
application / tools
impact the effciency
of deploying
applications
Outages / long
deployments
significantly impacting
teams, project
timelines, training
and other delivery
requirements
Outages / long
deployments significantly
impacting business
revenue and customer
experience
Outages / long
deployments impacting
other development
teams, as well as QA
efforts
It works on
my
machine!
PAIN
13 Copyright 2015. Confidential – Distribution prohibited without permission
WantToTake A Swing At WhatThis is CostingYou?
The scariest part – I didn’t include costs for so
many of the other people / processes / tasks
involved with getting your application running in
Production!
Deployment of a typical Java application
in an “enterprise” environment:
Current Costs: $3,223,400.00
Automated Costs: $947,215
Yearly Savings: $2,276,185
Dev team hourly rate: 70
Application releases: 15 (5 MAJOR releases, 10 MINOR releases per year)
Man-hours per MAJOR / MINOR release: 8hrs / 5hrs
Man-hours per Dev/Test release: 4hrs
Average error rate per deployment: 5
Number of environments for Dev/Test: 3
Deployments per test environment: 5
Time to fix errors: 2hrs
FTEs writing and maintaining scripts: 2
Cost per hour for unexpected PROD outage: 8000
Cost per hour for unexpected TEST outage: 5000
I just strated looking
at numbers like
these….
14 Copyright 2015. Confidential – Distribution prohibited without permission
Want to Start Implementing True Cost Savings?
Error Prevention
Look to these three key areas
Reducing Script
writing and
Maintenance
Automating
Manual Work
15 Copyright 2015. Confidential – Distribution prohibited without permission
Ok – So How Do I Do It?
Three Easy Steps:
1. Pick an application(s) that will test every part of your delivery from DEV
to PROD
− Not just pushing binaries – I mean all the “business stuff” (Release reports, security audits, etc)
− Includes teams like Finance (ex/ “what needs to change in chargeback for this project?”)
2. Automate everything possible in every environment from DEV to PROD
− It’s no good if you automate in DEV, but manually deploy in QA
3. Repeat
− Once success is recognized in Production, getting more apps/teams on board will be easy
16 Copyright 2015. Confidential – Distribution prohibited without permission
Your Teams Will Love You For It!
Error Prevention
Reducing Script writing
and Maintenance
Automating Manual
Work
Let this guy
go on
vacation
Stop making
developers do
monotonous
work
Stop merging
late and
testing in
PROD!
17 Copyright 2015. Confidential – Distribution prohibited without permission
Resources
▪ Learn More About CD:
− Get the eBook for Managers: go.xebialabs.com/IT-Managers-Guide-to-CD.html
− Visit XebiaLabs Resource Section: xebialabs.com/xl-resources/
▪ Get started today!
go.xebialabs.com/XL-Platform-Trial.html
▪ Stay informed:
blog.xebialabs.com
@XebiaLabs
vimeo.com/xebialabs
Thank You!

More Related Content

PDF
DevOps for beginners
PDF
DevOps Continuous Integration & Delivery - A Whitepaper by RapidValue
PPTX
Continuous Delivery
PPT
Software G Forces
PDF
Five Mistakes Beginner Devops Professionals Make
PPTX
DevOps Introduction
PPTX
DevOps explained
PPTX
From 0 to DevOps: Lessons Learned Moving from On-Prem to Cloud Native
DevOps for beginners
DevOps Continuous Integration & Delivery - A Whitepaper by RapidValue
Continuous Delivery
Software G Forces
Five Mistakes Beginner Devops Professionals Make
DevOps Introduction
DevOps explained
From 0 to DevOps: Lessons Learned Moving from On-Prem to Cloud Native

What's hot (19)

PPT
Phoenix User Group Slides
PPTX
Continuous Delivery: why ? where to start ? how to scale ?
PDF
DevOps and the Case for ROI to Executives
PDF
What are the Cool Kids Doing With Continuous Delivery?
PDF
The business case for devops
PPTX
The Evolution of Test Automation for DevOps
PPTX
What Is DevOps?
PPT
Continuous Integration
PPTX
DevOps concepts, tools, and technologies v1.0
PDF
10 Business Advantages of DevOps
PDF
10 Things You Might Not Know: Continuous Integration
PPTX
Moving to Continuous Delivery with XebiaLabs XL Release
PPTX
Starting and Scaling DevOps
PDF
XebiaLabs Enterprise DevOps
PDF
DevOps in 5 minutes
PDF
DevOps-Redefining your IT Strategy-28thJan15
PPTX
Puppet + Diaxon: Getting to the next stage of DevOps evolution
PDF
More Than A Buzzword: How DevOps Can Impact Your Business
PDF
Enterprise DevOps
Phoenix User Group Slides
Continuous Delivery: why ? where to start ? how to scale ?
DevOps and the Case for ROI to Executives
What are the Cool Kids Doing With Continuous Delivery?
The business case for devops
The Evolution of Test Automation for DevOps
What Is DevOps?
Continuous Integration
DevOps concepts, tools, and technologies v1.0
10 Business Advantages of DevOps
10 Things You Might Not Know: Continuous Integration
Moving to Continuous Delivery with XebiaLabs XL Release
Starting and Scaling DevOps
XebiaLabs Enterprise DevOps
DevOps in 5 minutes
DevOps-Redefining your IT Strategy-28thJan15
Puppet + Diaxon: Getting to the next stage of DevOps evolution
More Than A Buzzword: How DevOps Can Impact Your Business
Enterprise DevOps
Ad

Viewers also liked (19)

PDF
Renewable energy brochure
PPTX
8th march 2015
PDF
Designing digital strategies a practitioners approach - Vinay Krishna - Jigse...
PPTX
IT Week 2016 春 | IoT本格化の切り札
PDF
Outubro creche
PDF
Smart din rail module product sheet 1.3 website
DOCX
Do we really need game testers?
PDF
Liliana mendes aula vhc GENOTIPO 3 share
PPTX
CSO mapping study launch Maputo UEM JLameiras
PDF
तेस्लाची ड्रॅगन विंग कार
PDF
The Urban Resilience Summit: Executive Summary (2014)
KEY
Anthropology before Technology
PPTX
Acompañamiento en los entornos ava en el ple
PPTX
How to Facilitate Precise, Productive, Powerful Meetings
PPT
Ppt常用图表库
PPTX
Corrente racional tecnológica no contexto da cibercultura (Bira)
PPTX
DotJS Lightning Talk Vorlon.js
PPTX
Gestión proyectos informáticos
PPTX
Renewable energy brochure
8th march 2015
Designing digital strategies a practitioners approach - Vinay Krishna - Jigse...
IT Week 2016 春 | IoT本格化の切り札
Outubro creche
Smart din rail module product sheet 1.3 website
Do we really need game testers?
Liliana mendes aula vhc GENOTIPO 3 share
CSO mapping study launch Maputo UEM JLameiras
तेस्लाची ड्रॅगन विंग कार
The Urban Resilience Summit: Executive Summary (2014)
Anthropology before Technology
Acompañamiento en los entornos ava en el ple
How to Facilitate Precise, Productive, Powerful Meetings
Ppt常用图表库
Corrente racional tecnológica no contexto da cibercultura (Bira)
DotJS Lightning Talk Vorlon.js
Gestión proyectos informáticos
Ad

Similar to Dawn of the DevOps - TJ Randall - EMC World 2015 (20)

PPTX
My Dad Won't Buy Me DevOps
PPTX
Tester’s considerations when moving towards successful CI/CD
PPTX
DevOps Days Ohio
PPTX
Continuous Delivery Decision points
PPTX
Fundamentals of Deploy and Release
PPTX
What is DevOps?
PDF
Gartner Infrastructure and Operations Summit Berlin 2015 - DevOps Journey
PPTX
Continuous Delivery & the Database - the Final Frontier
PPTX
Continuous Delivery & the Database- The Final Frontier
PDF
Webinar: Demonstrating Business Value for DevOps & Continuous Delivery
PPTX
How to go from waterfall app dev to secure agile development in 2 weeks
PDF
DevOps Implementation Roadmap
PPT
IBM Innovate 2013 Session: DevOps 101
PDF
TDC 2021 - Better software, faster: Principles of Continuous Delivery and DevOps
PPTX
DevOps Overview in my own words
PPTX
More than Technology - The Culture of DevOps
PPTX
5 Lessons from Enterprise DevOps
PPTX
Webinar: "In database automation we trust"
PPTX
Agile, DevOps & Test
PDF
DevOps in the Real World: Know What it Takes to Make it Work
My Dad Won't Buy Me DevOps
Tester’s considerations when moving towards successful CI/CD
DevOps Days Ohio
Continuous Delivery Decision points
Fundamentals of Deploy and Release
What is DevOps?
Gartner Infrastructure and Operations Summit Berlin 2015 - DevOps Journey
Continuous Delivery & the Database - the Final Frontier
Continuous Delivery & the Database- The Final Frontier
Webinar: Demonstrating Business Value for DevOps & Continuous Delivery
How to go from waterfall app dev to secure agile development in 2 weeks
DevOps Implementation Roadmap
IBM Innovate 2013 Session: DevOps 101
TDC 2021 - Better software, faster: Principles of Continuous Delivery and DevOps
DevOps Overview in my own words
More than Technology - The Culture of DevOps
5 Lessons from Enterprise DevOps
Webinar: "In database automation we trust"
Agile, DevOps & Test
DevOps in the Real World: Know What it Takes to Make it Work

More from XebiaLabs (20)

PDF
Metrics That Matter: How to Measure Digital Transformation Success
PDF
Infrastructure as Code in Large Scale Organizations
PDF
Accelerate Your Digital Transformation: How to Achieve Business Agility with ...
PDF
Don't Let Technology Slow Down Your Digital Transformation
PDF
Deliver More Customer Value with Value Stream Management
PPTX
Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...
PPTX
XebiaLabs: DevOps 2020 with Gene Kim
PPTX
From Chaos to Compliance: The New Digital Governance for DevOps
PPTX
Supercharge Your Digital Transformation by Establishing a DevOps Platform
PPTX
Build a Bridge Between CI/CD and ITSM w/ Quint Technology
PPTX
Make Software Audit Nightmares a Thing of the Past
PPTX
Is Your DevOps Ready for the Cloud?
PPTX
Compliance und Sicherheit im Rahmen von Software-Deployments
PPTX
All Roads Lead to DevOps
PPTX
Reaching Cloud Utopia: How to Create a Single Pipeline for Hybrid Deployments
PPTX
Avoid Troubled Waters: Building a Bridge Between ServiceNow and CI/CD
PPTX
Shift Left and Automate: How to Bake Compliance and Security into Your Softwa...
PPTX
2019 DevOps Predictions
PPTX
Building a Bridge Between CI/CD and ITSM
PPTX
DevOps Hits Adolescence – what’s next?
Metrics That Matter: How to Measure Digital Transformation Success
Infrastructure as Code in Large Scale Organizations
Accelerate Your Digital Transformation: How to Achieve Business Agility with ...
Don't Let Technology Slow Down Your Digital Transformation
Deliver More Customer Value with Value Stream Management
Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...
XebiaLabs: DevOps 2020 with Gene Kim
From Chaos to Compliance: The New Digital Governance for DevOps
Supercharge Your Digital Transformation by Establishing a DevOps Platform
Build a Bridge Between CI/CD and ITSM w/ Quint Technology
Make Software Audit Nightmares a Thing of the Past
Is Your DevOps Ready for the Cloud?
Compliance und Sicherheit im Rahmen von Software-Deployments
All Roads Lead to DevOps
Reaching Cloud Utopia: How to Create a Single Pipeline for Hybrid Deployments
Avoid Troubled Waters: Building a Bridge Between ServiceNow and CI/CD
Shift Left and Automate: How to Bake Compliance and Security into Your Softwa...
2019 DevOps Predictions
Building a Bridge Between CI/CD and ITSM
DevOps Hits Adolescence – what’s next?

Recently uploaded (20)

PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
cuic standard and advanced reporting.pdf
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Modernizing your data center with Dell and AMD
PDF
Machine learning based COVID-19 study performance prediction
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
KodekX | Application Modernization Development
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
cuic standard and advanced reporting.pdf
Mobile App Security Testing_ A Comprehensive Guide.pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
Advanced methodologies resolving dimensionality complications for autism neur...
Per capita expenditure prediction using model stacking based on satellite ima...
Modernizing your data center with Dell and AMD
Machine learning based COVID-19 study performance prediction
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
KodekX | Application Modernization Development
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Understanding_Digital_Forensics_Presentation.pptx
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Building Integrated photovoltaic BIPV_UPV.pdf
Encapsulation_ Review paper, used for researhc scholars
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx

Dawn of the DevOps - TJ Randall - EMC World 2015

  • 1. XebiaLabs Demonstration for EMC World 2015 May 2015
  • 2. 2 Copyright 2015. Confidential – Distribution prohibited without permission Agenda Do you sometimes feel like you’re fighting against dark forces when trying to implement DevOps changes in your organization? Feel like there’s some evil entity keeping you from achieving your DevOps goals? This talk is designed to address the fears, reactions and forces that one faces when trying to implement organizational change so that you’re better armed for DevOps success. 1. Looking at your application Portfolio 2. Tools that will help you achieve Continous Delivery 3. The Cost of NOT implementing Continuous Delivery
  • 3. 3 Copyright 2015. Confidential – Distribution prohibited without permission Fear and Loathing in DevOps 1. Enterprises are getting crushed if they don’t get Agile a) Ignoring DevOps (Agile, CI/CD, etc) or.. b) Trying to implement Agile as WaterScrumFall 2. Most large companies have a significant variety of applications to manage
  • 4. 4 Copyright 2015. Confidential – Distribution prohibited without permission Embrace the Fear Legacy (or as EMC says, “Mature”) No plans for modernizing but will live for 1-7 years Converting Need to move application construction and deployment to a more modern CI/CD approach Modern Created using CI/CD built in There Are Three Types of Applications in the Enterprise
  • 5. 5 Copyright 2015. Confidential – Distribution prohibited without permission AllYour Applications Can Benefit From CD Legacy (or as EMC says, “Mature”) No plans for modernizing but will live for 1-7 years Implement tooling that can: • Create reliable, consistent delivery of entire application to Production • Whatever you can’t automate, at least make it: • Repeatable • Audited • Reportable • Consistent Sounds nice, but how do I do this?
  • 6. 6 Copyright 2015. Confidential – Distribution prohibited without permission It’sTime to Go Zombie Hunting! Look for these zombies in your IT Organization: SysAdmin who says, “I just write and run scripts, that’s not code” DBAs who say, “SQL is not code. You can’t version it.” “I’m the only person that knows how to deploy this.”It’s time you implement a solution that forces you to version everything!
  • 7. 7 Copyright 2015. Confidential – Distribution prohibited without permission EnsureThatYourTooling Delivers Orchestration is key to delivery Converting Need to move application construction and deployment to a more modern CI/CD approach
  • 8. 8 Copyright 2015. Confidential – Distribution prohibited without permission What Lies BeneathThese Strange New Waters? Modern Created using CI/CD built in Make sure you have a source of truth in this delivery pattern
  • 9. 9 Copyright 2015. Confidential – Distribution prohibited without permission Don’t Believe the Hype Thinking of using a CI tool or provisioning tool for your application deployments? Plenty of confusion / messaging in the DevOps space trying to convince you that this is a good idea. Where the heck are my audit reports?!?
  • 10. 10 Copyright 2015. Confidential – Distribution prohibited without permission Continuous Delivery Real Continuous Integration / Continuous Delivery Continuous Integration Test Commit Test Build Test Provision Test Deploy DEV QA Test Provision Test Deploy Test Provision Test Deploy Test Provision Test Deploy STAGE PROD 1..n • Orchestrating delivery of complete application versions across release pipeline, with varied levels of automation • Reporting / security / auditing / visibility into delivery of application from DEV to PROD CI and Provisioning is just part of the deployment process 1..n 1..n Microservices demand this model! Orchestration for not just application deployment, but entire delivery process
  • 11. 11 Copyright 2015. Confidential – Distribution prohibited without permission The Fear Increases This is what “Release Night” feels like for the Business.
  • 12. 12 Copyright 2015. Confidential – Distribution prohibited without permission Let’sThink About aTypical Enterprise Manual Configuration for Applications Separate teams performing deployments (mixture of scripts, automation and manual tasks) Cost of failed deployments increases significantly as apps travel towards PROD Developer QA “PREPROD” (incl. training, simulation, etc) PRODDEV Different teams / application / tools impact the effciency of deploying applications Outages / long deployments significantly impacting teams, project timelines, training and other delivery requirements Outages / long deployments significantly impacting business revenue and customer experience Outages / long deployments impacting other development teams, as well as QA efforts It works on my machine! PAIN
  • 13. 13 Copyright 2015. Confidential – Distribution prohibited without permission WantToTake A Swing At WhatThis is CostingYou? The scariest part – I didn’t include costs for so many of the other people / processes / tasks involved with getting your application running in Production! Deployment of a typical Java application in an “enterprise” environment: Current Costs: $3,223,400.00 Automated Costs: $947,215 Yearly Savings: $2,276,185 Dev team hourly rate: 70 Application releases: 15 (5 MAJOR releases, 10 MINOR releases per year) Man-hours per MAJOR / MINOR release: 8hrs / 5hrs Man-hours per Dev/Test release: 4hrs Average error rate per deployment: 5 Number of environments for Dev/Test: 3 Deployments per test environment: 5 Time to fix errors: 2hrs FTEs writing and maintaining scripts: 2 Cost per hour for unexpected PROD outage: 8000 Cost per hour for unexpected TEST outage: 5000 I just strated looking at numbers like these….
  • 14. 14 Copyright 2015. Confidential – Distribution prohibited without permission Want to Start Implementing True Cost Savings? Error Prevention Look to these three key areas Reducing Script writing and Maintenance Automating Manual Work
  • 15. 15 Copyright 2015. Confidential – Distribution prohibited without permission Ok – So How Do I Do It? Three Easy Steps: 1. Pick an application(s) that will test every part of your delivery from DEV to PROD − Not just pushing binaries – I mean all the “business stuff” (Release reports, security audits, etc) − Includes teams like Finance (ex/ “what needs to change in chargeback for this project?”) 2. Automate everything possible in every environment from DEV to PROD − It’s no good if you automate in DEV, but manually deploy in QA 3. Repeat − Once success is recognized in Production, getting more apps/teams on board will be easy
  • 16. 16 Copyright 2015. Confidential – Distribution prohibited without permission Your Teams Will Love You For It! Error Prevention Reducing Script writing and Maintenance Automating Manual Work Let this guy go on vacation Stop making developers do monotonous work Stop merging late and testing in PROD!
  • 17. 17 Copyright 2015. Confidential – Distribution prohibited without permission Resources ▪ Learn More About CD: − Get the eBook for Managers: go.xebialabs.com/IT-Managers-Guide-to-CD.html − Visit XebiaLabs Resource Section: xebialabs.com/xl-resources/ ▪ Get started today! go.xebialabs.com/XL-Platform-Trial.html ▪ Stay informed: blog.xebialabs.com @XebiaLabs vimeo.com/xebialabs

Editor's Notes

  • #18: @Heather: please align/update