SlideShare a Scribd company logo
codecentric AG
Webinar mit: Andrew Phillips, VP Products XebiaLabs und
Jörg Spiegelhoff, VP Product Solutions codecentric AG
AUTOMATISIERTES DEPLOYMENT
XebiaLabs & codecentric present:
codecentric AG
CODECENTRIC AUF EINEN BLICK
6/6/13 Seite 2
Rund 160 Mitarbeiter
an einem unserer
acht Standorte
in Deutschland
und im
europäischen
Ausland
codecentric AG
PORTFOLIO
6/6/13 Seite 3
AGILE SOFTWARE
FACTORY
CONTINUOUS DELIVERY
BIG DATA
AGILE UND ENTERPRISE SOFTWARE DEVELOPMENT
PERFORMANCE SOLUTIONS
NEARSHORING
TECHNOLOGICAL LEADERSHIP	
  
codecentric AG
CONTINUOUS
DELIVERY
Release auf
Knopfdruck
6/6/13 Seite 4
codecentric AG
AUTOMATISCH ANS ZIEL – SO OFT SIE WOLLEN
UND SO SCHNELL, WIE ES VERLANGT WIRD.
Beschleunigte und
automatisierte Prozesse:
§  Höhere Wertschöpfung der IT
§  Bessere Release-Qualität
§  Reduzierte Entwicklungskosten
§  Produktive Zusammenarbeit
§  Höhere Kundenzufriedenheit
CONTINUOUS DELIVERY
6/6/13 Seite 5
codecentric AG
PARTNER
6/6/13 Seite 6
AppDynamics
XebiaLabs (DeployIT)
Basho (RIAK)
Atlassian (JIRA, Confluence, etc)
NeoTechnology (neo4j)
10gen (MongoDB)
Hortonworks (Apache)
VMWare (Springframework)
MuleSoft (Mule ESBTM)
Vaadin	
  
© Copyright 2013 XebiaLabs Inc. Proprietary & Confidential.
Our flagship product, Deployit, is a market-leading
Application Release Automation platform.
o  Headquartered in Boston, Massachusetts
o  Global development and support offices in
US, EMEA and APAC
Our Company. Our Platform.
Benefits include:
o  Reduce development applications costs
o  Accelerate application time to market
o  Bridge the gap between Development and Operations
o  Economic environment
o  Business pressure
o  “Always on, always new”
consumer expectation
o  Growth in # applications
o  Growth in # releases
The Bigger Picture
© Copyright 2013 XebiaLabs Inc. Proprietary & Confidential.
Bridging the gap
The Situation Today
Release
Packaging
Public / Private
Hybrid Cloud
Middleware
Build
SCM
Continuous
Integration
IDEs
Provisioning
Platform as a
Service
Dev Ops
© Copyright 2013 XebiaLabs Inc. Proprietary & Confidential.
What’s Wrong with the Situation Today?
High Error Rate
Lots of Delays
Manual
Deployments
Too Complex
o  20 components to be deployed per
application
o  A mix of middleware environments
Repetitive & Manual
o  10 versions of 50 applications
o  Onto 4 environments
o  5 times a day/week/month
o  = 2,000+ error-prone activities
No Best Practice
o  Standardization lacking
o  Split responsibilities across Dev/QA/Prod
© Copyright 2013 XebiaLabs Inc. Proprietary & Confidential.
What’s Wrong with the Situation Today?
The Resulting Problem:
Complex scripts and many
deployment workflows to maintain.
Applications Environments
Test
Acceptance
Production
HR
Sales
Backend
Online Store
Mix of Homemade Scripts & Manual
Deployments
o  Costly to maintain over time
o  Application and middleware specific
o  Error prone
o  Operational manuals not updated
Organizational Impacts
o  Unpredictable deployments
o  Time consuming, low VA tasks
o  Ops and Dev autonomy
Business Impacts
o  Longer time to market
o  Costs/OPEX
o  Availability of business apps/risks
© Copyright 2013 XebiaLabs Inc. Proprietary & Confidential.
Why Automate the Deployment Process?
Ronni J. Colville,
George Spafford
“Through 2015… more
than 50% of those
outages will be caused
by change/
configuration/release
integration and hand-
off issues.”
Jay Lyman
“The application
deployment process in
many large enterprises
today is often manual,
error-ridden and time-
intensive.”
Jeffrey S. Hammond
“Firms are discovering
that the velocity of
business change is now
limited by how quickly
they can deploy.”
© Copyright 2013 XebiaLabs Inc. Proprietary & Confidential.
Market Trends that Drive the ARA Market
High
AvailabilityVirtualizationMigrations
Compliancy Agile (2.0)DevOps
Continuous
Delivery RationalizationScalability
•  Complete, environment-independent deployment package
o  Code and configuration
o  Artifacts (obviously!)
o  Configuration files
o  Database changes
o  Configuration resources (e.g. datasources)
o  …
o  One versioned unit of deployment
o  Tokens/placeholders for
environment-specific values
Best Practices for ARA
•  Standardized deployment mechanism from Dev to Prod
o  As far as possible, same OS, middleware version, middleware
topology etc.
o  Same playbook/instructions/deployment rules etc.
o  Start/stop servers using the same commands
o  Same file permissions for configuration files
o  Same package + same deployment procedure
= greater reliability and predictability
Best Practices for ARA
•  Separation of Dev and Ops responsibilities
o  Developers deliver “what”, Operations determine “how”
o  Where does the application stop and the platform begin?
o  Ownership and control of environment-specific settings
Best Practices for ARA
•  Automated prerequisite checks and post-deployment
verification steps
o  Are we deploying to the correct platform version? Are all
dependencies available?
o  Is my application actually running and ready for the next step
o  Versioned together with the deployment package!
Best Practices for ARA
•  Integrated, repeatable environment provisioning
o  Eliminate the “there’s no test environment available”
bottleneck
o  Eliminate time spent troubleshooting misconfigured
environments
o  Single biggest cause of deployment failure according to
recent survey!
Best Practices for ARA
•  Validated and tested rollback
o  Roll-forward may be fine for test and QA, but seldom for prod
o  Rollback from all defined points of the deployment plan
o  Needs to be tested to ensure it works and remains up-to-date
Best Practices for ARA
•  Secure self-service
o  Remove the “Operations bottleneck” from deployments,
especially to test and QA environments
o  Access control can allow developers and testers to deploy
without requiring access to the target systems
o  Same deployment unit and mechanism will still be used for
production deployment
Best Practices for ARA
•  Insight and improvement metrics
o  To know not only how things are going now, but whether
they’re going in the right direction!
o  Often not currently collected even with extensive and
advanced scripting
o  Allow for targeted improvement:
o  Which applications fail regularly?
o  Which pre-requisite checks are violated?
o  Which environments are slow?
o  …
Best Practices for ARA
Complete, environment-independent deployment package
Best Practices for ARA
Complete, environment-independent deployment package
Standardized deployment mechanism from Dev to Prod
Best Practices for ARA
Complete, environment-independent deployment package
Standardized deployment mechanism from Dev to Prod
Separation of Dev and Ops responsibilities
Best Practices for ARA
Complete, environment-independent deployment package
Standardized deployment mechanism from Dev to Prod
Separation of Dev and Ops responsibilities
Automated prerequisite checks and post-deployment
verification steps
Best Practices for ARA
Complete, environment-independent deployment package
Standardized deployment mechanism from Dev to Prod
Separation of Dev and Ops responsibilities
Automated prerequisite checks and post-deployment
verification steps
Integrated, repeatable environment provisioning
Best Practices for ARA
Complete, environment-independent deployment package
Standardized deployment mechanism from Dev to Prod
Separation of Dev and Ops responsibilities
Automated prerequisite checks and post-deployment
verification steps
Integrated, repeatable environment provisioning
Validated and tested rollback
Best Practices for ARA
Complete, environment-independent deployment package
Standardized deployment mechanism from Dev to Prod
Separation of Dev and Ops responsibilities
Automated prerequisite checks and post-deployment
verification steps
Integrated, repeatable environment provisioning
Validated and tested rollback
Secure self-service
Best Practices for ARA
Complete, environment-independent deployment package
Standardized deployment mechanism from Dev to Prod
Separation of Dev and Ops responsibilities
Automated prerequisite checks and post-deployment
verification steps
Integrated, repeatable environment provisioning
Validated and tested rollback
Secure self-service
Insight and improvement metrics
Best Practices for ARA
© Copyright 2013 XebiaLabs Inc. Proprietary & Confidential.
Deployit in your Automation Landscape
Release
Packaging
Public / Private
Hybrid Cloud
Middleware
Build
SCM
Continuous
Integration
IDEs
Provisioning
Platform as a
Service
Bridging the gapDev Ops
© Copyright 2013 XebiaLabs Inc. Proprietary & Confidential.
How Deployit is Different
Enterprise
Scalability
Best Practice
Extensibility
Insight and
Compliance
Lightweight &
Cloud Ready
© Copyright 2013 XebiaLabs Inc. Proprietary & Confidential.
o  Plugins for all main Java EE & .NET middleware,
as well as databases, messaging systems and
more
o  Out-of-the-box steps to deploy 100+ application
and resource types
o  Intelligent deployment logic captures
middleware-specific dependencies
Best Practice Extensibility
How Deployit is Different
Enterprise
Scalability
Lightweight
& Cloud
Ready
Insight and
Compliance
Best Practice
Extensibility
© Copyright 2013 XebiaLabs Inc. Proprietary & Confidential.
o  No manual creation of workflows
o  Agentless architecture
o  Auto-scalable AutoFlow engine
o  True model-based automation generates
optimal deployment plans tailored to the
current application and environment state
o  Automatic discovery of target environments
Enterprise Scalability
How Deployit is Different
Enterprise
Scalability
Lightweight
& Cloud
Ready
Insight and
Compliance
Best Practice
Extensibility
© Copyright 2013 XebiaLabs Inc. Proprietary & Confidential.
o  Agentless architecture for compatibility with
standard public/private cloud images
o  Connect to Windows & Unix target systems using
standard remote protocols
o  No agent install
o  No firewall ports to be opened
o  No security reviews
o  Cloud-ready pricing
Lightweight & Cloud Ready
How Deployit is Different
Enterprise
Scalability
Lightweight
& Cloud
Ready
Insight and
Compliance
Best Practice
Extensibility
© Copyright 2013 XebiaLabs Inc. Proprietary & Confidential.
o  Built-in reporting offers quality checks throughout
the deployment process
o  Ensures complete logging and traceability for
auditing
o  Visualization of your application deployment
models
o  Easily compare deployments across target
environments, servers with a single view to
combat configuration drift
o  Pipeline dashboard for continuous delivery
Insight and Compliance
How Deployit is Different
Enterprise
Scalability
Lightweight
& Cloud
Ready
Insight and
Compliance
Best Practice
Extensibility
© Copyright 2013 XebiaLabs Inc. Proprietary &
Confidential.
Demo
© Copyright 2013 XebiaLabs Inc. Proprietary & Confidential.
Fragen? Next Steps
Deployit: www.xebialabs.com/products
Blog: blog.xebialabs.com
Twitter: @xebialabs
YouTube: youtube.com/xebialabs
Web: www.codecentric.de
Blog: blog.codentric.de
codecentric AG 6/6/13 Seite 38
Jörg Spiegelhoff
codecentric AG
Merscheider Str. 1
42699 Solingen
joerg.spiegelhoff@codecentric.de
Tel.: +49 (0)212 23 36 28 19
xing.com/profile/Joerg_Spiegelhoff
Andrew Phillips
XebiaLabs Inc.
aphillips@xebialabs.com
blog.xebialabs.com/author/aphillips
DANKE!

More Related Content

What's hot

Tech Mahindra ADOPT©: Accelerate DevOps Transformation
Tech Mahindra ADOPT©: Accelerate DevOps TransformationTech Mahindra ADOPT©: Accelerate DevOps Transformation
Tech Mahindra ADOPT©: Accelerate DevOps Transformation
CA Technologies
 
DOES15 - Sherry Chang - Intel’s Journey to Large Scale DevOps Transformation
DOES15 - Sherry Chang - Intel’s Journey to Large Scale DevOps Transformation DOES15 - Sherry Chang - Intel’s Journey to Large Scale DevOps Transformation
DOES15 - Sherry Chang - Intel’s Journey to Large Scale DevOps Transformation
Gene Kim
 
Building a DevOps Team that Isn't Evil
Building a DevOps Team that Isn't EvilBuilding a DevOps Team that Isn't Evil
Building a DevOps Team that Isn't Evil
IBM UrbanCode Products
 
Testing in a DevOps team
Testing in a DevOps teamTesting in a DevOps team
Testing in a DevOps team
Laurent PY
 
The Evolution of Test Automation for DevOps
The Evolution of Test Automation for DevOpsThe Evolution of Test Automation for DevOps
The Evolution of Test Automation for DevOps
TEST Huddle
 
Moving to Open-Source Tools - How to Increase Performance Test Coverage Throu...
Moving to Open-Source Tools - How to Increase Performance Test Coverage Throu...Moving to Open-Source Tools - How to Increase Performance Test Coverage Throu...
Moving to Open-Source Tools - How to Increase Performance Test Coverage Throu...
CA Technologies
 
DOES14 - Scott Prugh - CSG - DevOps and Lean in Legacy Environments
DOES14 - Scott Prugh - CSG - DevOps and Lean in Legacy EnvironmentsDOES14 - Scott Prugh - CSG - DevOps and Lean in Legacy Environments
DOES14 - Scott Prugh - CSG - DevOps and Lean in Legacy Environments
Gene Kim
 
What are the Cool Kids Doing With Continuous Delivery?
What are the Cool Kids Doing With Continuous Delivery?What are the Cool Kids Doing With Continuous Delivery?
What are the Cool Kids Doing With Continuous Delivery?
CA Technologies
 
Demystifying DevOps for Ops - Including Findings from the 2015 State of DevOp...
Demystifying DevOps for Ops - Including Findings from the 2015 State of DevOp...Demystifying DevOps for Ops - Including Findings from the 2015 State of DevOp...
Demystifying DevOps for Ops - Including Findings from the 2015 State of DevOp...
Puppet
 
The Three Pillars Approach to an Agile Testing Strategy
The Three Pillars Approach to an Agile Testing StrategyThe Three Pillars Approach to an Agile Testing Strategy
The Three Pillars Approach to an Agile Testing Strategy
TechWell
 
Adopting Cloud Testing for Continuous Delivery, with the premier global provi...
Adopting Cloud Testing for Continuous Delivery, with the premier global provi...Adopting Cloud Testing for Continuous Delivery, with the premier global provi...
Adopting Cloud Testing for Continuous Delivery, with the premier global provi...
SOASTA
 
Add Security Testing Tools to Your Delivery Pipeline
Add Security Testing Tools to Your Delivery PipelineAdd Security Testing Tools to Your Delivery Pipeline
Add Security Testing Tools to Your Delivery Pipeline
TechWell
 
Bn1006 demo ppt devops
Bn1006 demo ppt devopsBn1006 demo ppt devops
Bn1006 demo ppt devops
conline training
 
Drive Continuous Delivery With Continuous Testing
Drive Continuous Delivery With Continuous TestingDrive Continuous Delivery With Continuous Testing
Drive Continuous Delivery With Continuous Testing
CA Technologies
 
DevOps Transformation - technical and organizational goals
DevOps Transformation - technical and organizational goalsDevOps Transformation - technical and organizational goals
DevOps Transformation - technical and organizational goals
Agron Fazliu
 
Puppet Labs EMC DevOps Day NYC Aug-2015
Puppet Labs  EMC DevOps Day NYC Aug-2015Puppet Labs  EMC DevOps Day NYC Aug-2015
Puppet Labs EMC DevOps Day NYC Aug-2015
Bob Sokol
 
Building a DevOps Team that isn't Evil
Building a DevOps Team that isn't EvilBuilding a DevOps Team that isn't Evil
Building a DevOps Team that isn't Evil
IBM UrbanCode Products
 
DevOps: What, who, why and how?
DevOps: What, who, why and how?DevOps: What, who, why and how?
DevOps: What, who, why and how?
Red Gate Software
 
DevOps – the future of Agile – why, what, how? Agile Israel 2014
DevOps – the future of Agile – why, what, how? Agile Israel 2014DevOps – the future of Agile – why, what, how? Agile Israel 2014
DevOps – the future of Agile – why, what, how? Agile Israel 2014
Yuval Yeret
 
Efficient Performance Test Automation - Opitmizing the Jenkins Pipeline
Efficient Performance Test Automation - Opitmizing the Jenkins PipelineEfficient Performance Test Automation - Opitmizing the Jenkins Pipeline
Efficient Performance Test Automation - Opitmizing the Jenkins Pipeline
Jules Pierre-Louis
 

What's hot (20)

Tech Mahindra ADOPT©: Accelerate DevOps Transformation
Tech Mahindra ADOPT©: Accelerate DevOps TransformationTech Mahindra ADOPT©: Accelerate DevOps Transformation
Tech Mahindra ADOPT©: Accelerate DevOps Transformation
 
DOES15 - Sherry Chang - Intel’s Journey to Large Scale DevOps Transformation
DOES15 - Sherry Chang - Intel’s Journey to Large Scale DevOps Transformation DOES15 - Sherry Chang - Intel’s Journey to Large Scale DevOps Transformation
DOES15 - Sherry Chang - Intel’s Journey to Large Scale DevOps Transformation
 
Building a DevOps Team that Isn't Evil
Building a DevOps Team that Isn't EvilBuilding a DevOps Team that Isn't Evil
Building a DevOps Team that Isn't Evil
 
Testing in a DevOps team
Testing in a DevOps teamTesting in a DevOps team
Testing in a DevOps team
 
The Evolution of Test Automation for DevOps
The Evolution of Test Automation for DevOpsThe Evolution of Test Automation for DevOps
The Evolution of Test Automation for DevOps
 
Moving to Open-Source Tools - How to Increase Performance Test Coverage Throu...
Moving to Open-Source Tools - How to Increase Performance Test Coverage Throu...Moving to Open-Source Tools - How to Increase Performance Test Coverage Throu...
Moving to Open-Source Tools - How to Increase Performance Test Coverage Throu...
 
DOES14 - Scott Prugh - CSG - DevOps and Lean in Legacy Environments
DOES14 - Scott Prugh - CSG - DevOps and Lean in Legacy EnvironmentsDOES14 - Scott Prugh - CSG - DevOps and Lean in Legacy Environments
DOES14 - Scott Prugh - CSG - DevOps and Lean in Legacy Environments
 
What are the Cool Kids Doing With Continuous Delivery?
What are the Cool Kids Doing With Continuous Delivery?What are the Cool Kids Doing With Continuous Delivery?
What are the Cool Kids Doing With Continuous Delivery?
 
Demystifying DevOps for Ops - Including Findings from the 2015 State of DevOp...
Demystifying DevOps for Ops - Including Findings from the 2015 State of DevOp...Demystifying DevOps for Ops - Including Findings from the 2015 State of DevOp...
Demystifying DevOps for Ops - Including Findings from the 2015 State of DevOp...
 
The Three Pillars Approach to an Agile Testing Strategy
The Three Pillars Approach to an Agile Testing StrategyThe Three Pillars Approach to an Agile Testing Strategy
The Three Pillars Approach to an Agile Testing Strategy
 
Adopting Cloud Testing for Continuous Delivery, with the premier global provi...
Adopting Cloud Testing for Continuous Delivery, with the premier global provi...Adopting Cloud Testing for Continuous Delivery, with the premier global provi...
Adopting Cloud Testing for Continuous Delivery, with the premier global provi...
 
Add Security Testing Tools to Your Delivery Pipeline
Add Security Testing Tools to Your Delivery PipelineAdd Security Testing Tools to Your Delivery Pipeline
Add Security Testing Tools to Your Delivery Pipeline
 
Bn1006 demo ppt devops
Bn1006 demo ppt devopsBn1006 demo ppt devops
Bn1006 demo ppt devops
 
Drive Continuous Delivery With Continuous Testing
Drive Continuous Delivery With Continuous TestingDrive Continuous Delivery With Continuous Testing
Drive Continuous Delivery With Continuous Testing
 
DevOps Transformation - technical and organizational goals
DevOps Transformation - technical and organizational goalsDevOps Transformation - technical and organizational goals
DevOps Transformation - technical and organizational goals
 
Puppet Labs EMC DevOps Day NYC Aug-2015
Puppet Labs  EMC DevOps Day NYC Aug-2015Puppet Labs  EMC DevOps Day NYC Aug-2015
Puppet Labs EMC DevOps Day NYC Aug-2015
 
Building a DevOps Team that isn't Evil
Building a DevOps Team that isn't EvilBuilding a DevOps Team that isn't Evil
Building a DevOps Team that isn't Evil
 
DevOps: What, who, why and how?
DevOps: What, who, why and how?DevOps: What, who, why and how?
DevOps: What, who, why and how?
 
DevOps – the future of Agile – why, what, how? Agile Israel 2014
DevOps – the future of Agile – why, what, how? Agile Israel 2014DevOps – the future of Agile – why, what, how? Agile Israel 2014
DevOps – the future of Agile – why, what, how? Agile Israel 2014
 
Efficient Performance Test Automation - Opitmizing the Jenkins Pipeline
Efficient Performance Test Automation - Opitmizing the Jenkins PipelineEfficient Performance Test Automation - Opitmizing the Jenkins Pipeline
Efficient Performance Test Automation - Opitmizing the Jenkins Pipeline
 

Similar to XebiaLabs & codecentric Webinar: Deploy Higher Quality Applications Faster (German)

Deployit Product Demo
Deployit Product DemoDeployit Product Demo
Deployit Product Demo
XebiaLabs
 
Automating and Accelerating Application Deployments to IBM WebSphere without ...
Automating and Accelerating Application Deployments to IBM WebSphere without ...Automating and Accelerating Application Deployments to IBM WebSphere without ...
Automating and Accelerating Application Deployments to IBM WebSphere without ...
XebiaLabs
 
XebiaLabs Demo: Application Release Automation with Deployit
XebiaLabs Demo: Application Release Automation with DeployitXebiaLabs Demo: Application Release Automation with Deployit
XebiaLabs Demo: Application Release Automation with Deployit
XebiaLabs
 
Starting and Scaling Devops
Starting and Scaling Devops Starting and Scaling Devops
Starting and Scaling Devops
Jules Pierre-Louis
 
Starting and Scaling DevOps
Starting and Scaling DevOpsStarting and Scaling DevOps
Starting and Scaling DevOps
Jules Pierre-Louis
 
Reduce Software Release Cycles by 4-5x with Application Release Automation fo...
Reduce Software Release Cycles by 4-5x with Application Release Automation fo...Reduce Software Release Cycles by 4-5x with Application Release Automation fo...
Reduce Software Release Cycles by 4-5x with Application Release Automation fo...
CA Technologies
 
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...
RapidValue
 
Future of QA
Future of QAFuture of QA
Future of QA
amitagarwal2006
 
Futureofqa
FutureofqaFutureofqa
Futureofqa
amitagarwal2006
 
Agile & DevOps - It's all about project success
Agile & DevOps - It's all about project successAgile & DevOps - It's all about project success
Agile & DevOps - It's all about project success
Adam Stephensen
 
Continuous Delivery Pipeline in the Cloud – How to Achieve Continous Everything
Continuous Delivery Pipeline in the Cloud – How to Achieve Continous Everything Continuous Delivery Pipeline in the Cloud – How to Achieve Continous Everything
Continuous Delivery Pipeline in the Cloud – How to Achieve Continous Everything
CA Technologies
 
ROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT
ROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENTROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT
ROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT
Indium Software
 
IBM i Application Lifecycle Management with Remain Software
IBM i Application Lifecycle Management with Remain SoftwareIBM i Application Lifecycle Management with Remain Software
IBM i Application Lifecycle Management with Remain Software
Remain Software
 
Introduction to 5w’s of DevOps
Introduction to 5w’s of DevOpsIntroduction to 5w’s of DevOps
Introduction to 5w’s of DevOps
Cygnet Infotech
 
DevOps Roadshow - removing barriers between development and operations
DevOps Roadshow - removing barriers between development and operationsDevOps Roadshow - removing barriers between development and operations
DevOps Roadshow - removing barriers between development and operations
Microsoft Developer Norway
 
Technology and Digital Platform | 2019 partner summit
Technology and Digital Platform | 2019 partner summitTechnology and Digital Platform | 2019 partner summit
Technology and Digital Platform | 2019 partner summit
Andrew Kumar
 
Visual Studio ALM and DevOps Tools Walkthrough
Visual Studio ALM and DevOps Tools WalkthroughVisual Studio ALM and DevOps Tools Walkthrough
Visual Studio ALM and DevOps Tools Walkthrough
Angela Dugan
 
OMSOFTWARE NEW Service
OMSOFTWARE NEW ServiceOMSOFTWARE NEW Service
OMSOFTWARE NEW Service
OM SOFTWARE PVT LTD
 
Il paradigma DevOps e Continuous Delivery Automation
Il paradigma DevOps e Continuous Delivery Automation Il paradigma DevOps e Continuous Delivery Automation
Il paradigma DevOps e Continuous Delivery Automation
HP Enterprise Italia
 
Enterprise Devops Presentation @ Magentys Seminar London May 15 2014
Enterprise Devops Presentation @ Magentys Seminar London May 15 2014Enterprise Devops Presentation @ Magentys Seminar London May 15 2014
Enterprise Devops Presentation @ Magentys Seminar London May 15 2014
Jwooldridge
 

Similar to XebiaLabs & codecentric Webinar: Deploy Higher Quality Applications Faster (German) (20)

Deployit Product Demo
Deployit Product DemoDeployit Product Demo
Deployit Product Demo
 
Automating and Accelerating Application Deployments to IBM WebSphere without ...
Automating and Accelerating Application Deployments to IBM WebSphere without ...Automating and Accelerating Application Deployments to IBM WebSphere without ...
Automating and Accelerating Application Deployments to IBM WebSphere without ...
 
XebiaLabs Demo: Application Release Automation with Deployit
XebiaLabs Demo: Application Release Automation with DeployitXebiaLabs Demo: Application Release Automation with Deployit
XebiaLabs Demo: Application Release Automation with Deployit
 
Starting and Scaling Devops
Starting and Scaling Devops Starting and Scaling Devops
Starting and Scaling Devops
 
Starting and Scaling DevOps
Starting and Scaling DevOpsStarting and Scaling DevOps
Starting and Scaling DevOps
 
Reduce Software Release Cycles by 4-5x with Application Release Automation fo...
Reduce Software Release Cycles by 4-5x with Application Release Automation fo...Reduce Software Release Cycles by 4-5x with Application Release Automation fo...
Reduce Software Release Cycles by 4-5x with Application Release Automation fo...
 
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...
Live Webinar- Making Test Automation 10x Faster for Continuous Delivery- By R...
 
Future of QA
Future of QAFuture of QA
Future of QA
 
Futureofqa
FutureofqaFutureofqa
Futureofqa
 
Agile & DevOps - It's all about project success
Agile & DevOps - It's all about project successAgile & DevOps - It's all about project success
Agile & DevOps - It's all about project success
 
Continuous Delivery Pipeline in the Cloud – How to Achieve Continous Everything
Continuous Delivery Pipeline in the Cloud – How to Achieve Continous Everything Continuous Delivery Pipeline in the Cloud – How to Achieve Continous Everything
Continuous Delivery Pipeline in the Cloud – How to Achieve Continous Everything
 
ROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT
ROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENTROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT
ROLE OF iSAFE/iMobi IN SEAMLESS INTEGRATION OF THE DEVOPS ENVIRONMENT
 
IBM i Application Lifecycle Management with Remain Software
IBM i Application Lifecycle Management with Remain SoftwareIBM i Application Lifecycle Management with Remain Software
IBM i Application Lifecycle Management with Remain Software
 
Introduction to 5w’s of DevOps
Introduction to 5w’s of DevOpsIntroduction to 5w’s of DevOps
Introduction to 5w’s of DevOps
 
DevOps Roadshow - removing barriers between development and operations
DevOps Roadshow - removing barriers between development and operationsDevOps Roadshow - removing barriers between development and operations
DevOps Roadshow - removing barriers between development and operations
 
Technology and Digital Platform | 2019 partner summit
Technology and Digital Platform | 2019 partner summitTechnology and Digital Platform | 2019 partner summit
Technology and Digital Platform | 2019 partner summit
 
Visual Studio ALM and DevOps Tools Walkthrough
Visual Studio ALM and DevOps Tools WalkthroughVisual Studio ALM and DevOps Tools Walkthrough
Visual Studio ALM and DevOps Tools Walkthrough
 
OMSOFTWARE NEW Service
OMSOFTWARE NEW ServiceOMSOFTWARE NEW Service
OMSOFTWARE NEW Service
 
Il paradigma DevOps e Continuous Delivery Automation
Il paradigma DevOps e Continuous Delivery Automation Il paradigma DevOps e Continuous Delivery Automation
Il paradigma DevOps e Continuous Delivery Automation
 
Enterprise Devops Presentation @ Magentys Seminar London May 15 2014
Enterprise Devops Presentation @ Magentys Seminar London May 15 2014Enterprise Devops Presentation @ Magentys Seminar London May 15 2014
Enterprise Devops Presentation @ Magentys Seminar London May 15 2014
 

More from XebiaLabs

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
XebiaLabs
 
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
XebiaLabs
 
Accelerate Your Digital Transformation: How to Achieve Business Agility with ...
Accelerate Your Digital Transformation: How to Achieve Business Agility with ...Accelerate Your Digital Transformation: How to Achieve Business Agility with ...
Accelerate Your Digital Transformation: How to Achieve Business Agility with ...
XebiaLabs
 
Don't Let Technology Slow Down Your Digital Transformation
Don't Let Technology Slow Down Your Digital Transformation Don't Let Technology Slow Down Your Digital Transformation
Don't Let Technology Slow Down Your Digital Transformation
XebiaLabs
 
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
XebiaLabs
 
Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...
Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...
Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...
XebiaLabs
 
XebiaLabs: DevOps 2020 with Gene Kim
XebiaLabs: DevOps 2020 with Gene KimXebiaLabs: DevOps 2020 with Gene Kim
XebiaLabs: DevOps 2020 with Gene Kim
XebiaLabs
 
From Chaos to Compliance: The New Digital Governance for DevOps
From Chaos to Compliance: The New Digital Governance for DevOpsFrom Chaos to Compliance: The New Digital Governance for DevOps
From Chaos to Compliance: The New Digital Governance for DevOps
XebiaLabs
 
Supercharge Your Digital Transformation by Establishing a DevOps Platform
Supercharge Your Digital Transformation by Establishing a DevOps PlatformSupercharge Your Digital Transformation by Establishing a DevOps Platform
Supercharge Your Digital Transformation by Establishing a DevOps Platform
XebiaLabs
 
Build a Bridge Between CI/CD and ITSM w/ Quint Technology
Build a Bridge Between CI/CD and ITSM w/ Quint TechnologyBuild a Bridge Between CI/CD and ITSM w/ Quint Technology
Build a Bridge Between CI/CD and ITSM w/ Quint Technology
XebiaLabs
 
Make Software Audit Nightmares a Thing of the Past
Make Software Audit Nightmares a Thing of the PastMake Software Audit Nightmares a Thing of the Past
Make Software Audit Nightmares a Thing of the Past
XebiaLabs
 
Is Your DevOps Ready for the Cloud?
Is Your DevOps Ready for the Cloud?Is Your DevOps Ready for the Cloud?
Is Your DevOps Ready for the Cloud?
XebiaLabs
 
Compliance und Sicherheit im Rahmen von Software-Deployments
Compliance und Sicherheit im Rahmen von Software-DeploymentsCompliance und Sicherheit im Rahmen von Software-Deployments
Compliance und Sicherheit im Rahmen von Software-Deployments
XebiaLabs
 
All Roads Lead to DevOps
All Roads Lead to DevOpsAll Roads Lead to DevOps
All Roads Lead to DevOps
XebiaLabs
 
Reaching Cloud Utopia: How to Create a Single Pipeline for Hybrid Deployments
Reaching Cloud Utopia: How to Create a Single Pipeline for Hybrid DeploymentsReaching Cloud Utopia: How to Create a Single Pipeline for Hybrid Deployments
Reaching Cloud Utopia: How to Create a Single Pipeline for Hybrid Deployments
XebiaLabs
 
Avoid Troubled Waters: Building a Bridge Between ServiceNow and CI/CD
Avoid Troubled Waters: Building a Bridge Between ServiceNow and CI/CDAvoid Troubled Waters: Building a Bridge Between ServiceNow and CI/CD
Avoid Troubled Waters: Building a Bridge Between ServiceNow and CI/CD
XebiaLabs
 
Shift Left and Automate: How to Bake Compliance and Security into Your Softwa...
Shift Left and Automate: How to Bake Compliance and Security into Your Softwa...Shift Left and Automate: How to Bake Compliance and Security into Your Softwa...
Shift Left and Automate: How to Bake Compliance and Security into Your Softwa...
XebiaLabs
 
2019 DevOps Predictions
2019 DevOps Predictions2019 DevOps Predictions
2019 DevOps Predictions
XebiaLabs
 
Building a Bridge Between CI/CD and ITSM
Building a Bridge Between CI/CD and ITSMBuilding a Bridge Between CI/CD and ITSM
Building a Bridge Between CI/CD and ITSM
XebiaLabs
 
DevOps Hits Adolescence – what’s next?
DevOps Hits Adolescence – what’s next?DevOps Hits Adolescence – what’s next?
DevOps Hits Adolescence – what’s next?
XebiaLabs
 

More from XebiaLabs (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
 
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
 
Accelerate Your Digital Transformation: How to Achieve Business Agility with ...
Accelerate Your Digital Transformation: How to Achieve Business Agility with ...Accelerate Your Digital Transformation: How to Achieve Business Agility with ...
Accelerate Your Digital Transformation: How to Achieve Business Agility with ...
 
Don't Let Technology Slow Down Your Digital Transformation
Don't Let Technology Slow Down Your Digital Transformation Don't Let Technology Slow Down Your Digital Transformation
Don't Let Technology Slow Down Your Digital Transformation
 
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
 
Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...
Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...
Building a Software Chain of Custody: A Guide for CTOs, CIOs, and Enterprise ...
 
XebiaLabs: DevOps 2020 with Gene Kim
XebiaLabs: DevOps 2020 with Gene KimXebiaLabs: DevOps 2020 with Gene Kim
XebiaLabs: DevOps 2020 with Gene Kim
 
From Chaos to Compliance: The New Digital Governance for DevOps
From Chaos to Compliance: The New Digital Governance for DevOpsFrom Chaos to Compliance: The New Digital Governance for DevOps
From Chaos to Compliance: The New Digital Governance for DevOps
 
Supercharge Your Digital Transformation by Establishing a DevOps Platform
Supercharge Your Digital Transformation by Establishing a DevOps PlatformSupercharge Your Digital Transformation by Establishing a DevOps Platform
Supercharge Your Digital Transformation by Establishing a DevOps Platform
 
Build a Bridge Between CI/CD and ITSM w/ Quint Technology
Build a Bridge Between CI/CD and ITSM w/ Quint TechnologyBuild a Bridge Between CI/CD and ITSM w/ Quint Technology
Build a Bridge Between CI/CD and ITSM w/ Quint Technology
 
Make Software Audit Nightmares a Thing of the Past
Make Software Audit Nightmares a Thing of the PastMake Software Audit Nightmares a Thing of the Past
Make Software Audit Nightmares a Thing of the Past
 
Is Your DevOps Ready for the Cloud?
Is Your DevOps Ready for the Cloud?Is Your DevOps Ready for the Cloud?
Is Your DevOps Ready for the Cloud?
 
Compliance und Sicherheit im Rahmen von Software-Deployments
Compliance und Sicherheit im Rahmen von Software-DeploymentsCompliance und Sicherheit im Rahmen von Software-Deployments
Compliance und Sicherheit im Rahmen von Software-Deployments
 
All Roads Lead to DevOps
All Roads Lead to DevOpsAll Roads Lead to DevOps
All Roads Lead to DevOps
 
Reaching Cloud Utopia: How to Create a Single Pipeline for Hybrid Deployments
Reaching Cloud Utopia: How to Create a Single Pipeline for Hybrid DeploymentsReaching Cloud Utopia: How to Create a Single Pipeline for Hybrid Deployments
Reaching Cloud Utopia: How to Create a Single Pipeline for Hybrid Deployments
 
Avoid Troubled Waters: Building a Bridge Between ServiceNow and CI/CD
Avoid Troubled Waters: Building a Bridge Between ServiceNow and CI/CDAvoid Troubled Waters: Building a Bridge Between ServiceNow and CI/CD
Avoid Troubled Waters: Building a Bridge Between ServiceNow and CI/CD
 
Shift Left and Automate: How to Bake Compliance and Security into Your Softwa...
Shift Left and Automate: How to Bake Compliance and Security into Your Softwa...Shift Left and Automate: How to Bake Compliance and Security into Your Softwa...
Shift Left and Automate: How to Bake Compliance and Security into Your Softwa...
 
2019 DevOps Predictions
2019 DevOps Predictions2019 DevOps Predictions
2019 DevOps Predictions
 
Building a Bridge Between CI/CD and ITSM
Building a Bridge Between CI/CD and ITSMBuilding a Bridge Between CI/CD and ITSM
Building a Bridge Between CI/CD and ITSM
 
DevOps Hits Adolescence – what’s next?
DevOps Hits Adolescence – what’s next?DevOps Hits Adolescence – what’s next?
DevOps Hits Adolescence – what’s next?
 

Recently uploaded

Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
Octavian Nadolu
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
Safe Software
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
ThomasParaiso2
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
名前 です男
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
DianaGray10
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
mikeeftimakis1
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
Matthew Sinclair
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
Quotidiano Piemontese
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
Alex Pruden
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 

Recently uploaded (20)

Artificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopmentArtificial Intelligence for XMLDevelopment
Artificial Intelligence for XMLDevelopment
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Essentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FMEEssentials of Automations: The Art of Triggers and Actions in FME
Essentials of Automations: The Art of Triggers and Actions in FME
 
GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...GridMate - End to end testing is a critical piece to ensure quality and avoid...
GridMate - End to end testing is a critical piece to ensure quality and avoid...
 
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
みなさんこんにちはこれ何文字まで入るの?40文字以下不可とか本当に意味わからないけどこれ限界文字数書いてないからマジでやばい文字数いけるんじゃないの?えこ...
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5UiPath Test Automation using UiPath Test Suite series, part 5
UiPath Test Automation using UiPath Test Suite series, part 5
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
Introduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - CybersecurityIntroduction to CHERI technology - Cybersecurity
Introduction to CHERI technology - Cybersecurity
 
20240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 202420240607 QFM018 Elixir Reading List May 2024
20240607 QFM018 Elixir Reading List May 2024
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
National Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practicesNational Security Agency - NSA mobile device best practices
National Security Agency - NSA mobile device best practices
 
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex ProofszkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
zkStudyClub - Reef: Fast Succinct Non-Interactive Zero-Knowledge Regex Proofs
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 

XebiaLabs & codecentric Webinar: Deploy Higher Quality Applications Faster (German)

  • 1. codecentric AG Webinar mit: Andrew Phillips, VP Products XebiaLabs und Jörg Spiegelhoff, VP Product Solutions codecentric AG AUTOMATISIERTES DEPLOYMENT XebiaLabs & codecentric present:
  • 2. codecentric AG CODECENTRIC AUF EINEN BLICK 6/6/13 Seite 2 Rund 160 Mitarbeiter an einem unserer acht Standorte in Deutschland und im europäischen Ausland
  • 3. codecentric AG PORTFOLIO 6/6/13 Seite 3 AGILE SOFTWARE FACTORY CONTINUOUS DELIVERY BIG DATA AGILE UND ENTERPRISE SOFTWARE DEVELOPMENT PERFORMANCE SOLUTIONS NEARSHORING TECHNOLOGICAL LEADERSHIP  
  • 5. codecentric AG AUTOMATISCH ANS ZIEL – SO OFT SIE WOLLEN UND SO SCHNELL, WIE ES VERLANGT WIRD. Beschleunigte und automatisierte Prozesse: §  Höhere Wertschöpfung der IT §  Bessere Release-Qualität §  Reduzierte Entwicklungskosten §  Produktive Zusammenarbeit §  Höhere Kundenzufriedenheit CONTINUOUS DELIVERY 6/6/13 Seite 5
  • 6. codecentric AG PARTNER 6/6/13 Seite 6 AppDynamics XebiaLabs (DeployIT) Basho (RIAK) Atlassian (JIRA, Confluence, etc) NeoTechnology (neo4j) 10gen (MongoDB) Hortonworks (Apache) VMWare (Springframework) MuleSoft (Mule ESBTM) Vaadin  
  • 7. © Copyright 2013 XebiaLabs Inc. Proprietary & Confidential. Our flagship product, Deployit, is a market-leading Application Release Automation platform. o  Headquartered in Boston, Massachusetts o  Global development and support offices in US, EMEA and APAC Our Company. Our Platform. Benefits include: o  Reduce development applications costs o  Accelerate application time to market o  Bridge the gap between Development and Operations
  • 8. o  Economic environment o  Business pressure o  “Always on, always new” consumer expectation o  Growth in # applications o  Growth in # releases The Bigger Picture
  • 9. © Copyright 2013 XebiaLabs Inc. Proprietary & Confidential. Bridging the gap The Situation Today Release Packaging Public / Private Hybrid Cloud Middleware Build SCM Continuous Integration IDEs Provisioning Platform as a Service Dev Ops
  • 10. © Copyright 2013 XebiaLabs Inc. Proprietary & Confidential. What’s Wrong with the Situation Today? High Error Rate Lots of Delays Manual Deployments Too Complex o  20 components to be deployed per application o  A mix of middleware environments Repetitive & Manual o  10 versions of 50 applications o  Onto 4 environments o  5 times a day/week/month o  = 2,000+ error-prone activities No Best Practice o  Standardization lacking o  Split responsibilities across Dev/QA/Prod
  • 11. © Copyright 2013 XebiaLabs Inc. Proprietary & Confidential. What’s Wrong with the Situation Today? The Resulting Problem: Complex scripts and many deployment workflows to maintain. Applications Environments Test Acceptance Production HR Sales Backend Online Store Mix of Homemade Scripts & Manual Deployments o  Costly to maintain over time o  Application and middleware specific o  Error prone o  Operational manuals not updated Organizational Impacts o  Unpredictable deployments o  Time consuming, low VA tasks o  Ops and Dev autonomy Business Impacts o  Longer time to market o  Costs/OPEX o  Availability of business apps/risks
  • 12. © Copyright 2013 XebiaLabs Inc. Proprietary & Confidential. Why Automate the Deployment Process? Ronni J. Colville, George Spafford “Through 2015… more than 50% of those outages will be caused by change/ configuration/release integration and hand- off issues.” Jay Lyman “The application deployment process in many large enterprises today is often manual, error-ridden and time- intensive.” Jeffrey S. Hammond “Firms are discovering that the velocity of business change is now limited by how quickly they can deploy.”
  • 13. © Copyright 2013 XebiaLabs Inc. Proprietary & Confidential. Market Trends that Drive the ARA Market High AvailabilityVirtualizationMigrations Compliancy Agile (2.0)DevOps Continuous Delivery RationalizationScalability
  • 14. •  Complete, environment-independent deployment package o  Code and configuration o  Artifacts (obviously!) o  Configuration files o  Database changes o  Configuration resources (e.g. datasources) o  … o  One versioned unit of deployment o  Tokens/placeholders for environment-specific values Best Practices for ARA
  • 15. •  Standardized deployment mechanism from Dev to Prod o  As far as possible, same OS, middleware version, middleware topology etc. o  Same playbook/instructions/deployment rules etc. o  Start/stop servers using the same commands o  Same file permissions for configuration files o  Same package + same deployment procedure = greater reliability and predictability Best Practices for ARA
  • 16. •  Separation of Dev and Ops responsibilities o  Developers deliver “what”, Operations determine “how” o  Where does the application stop and the platform begin? o  Ownership and control of environment-specific settings Best Practices for ARA
  • 17. •  Automated prerequisite checks and post-deployment verification steps o  Are we deploying to the correct platform version? Are all dependencies available? o  Is my application actually running and ready for the next step o  Versioned together with the deployment package! Best Practices for ARA
  • 18. •  Integrated, repeatable environment provisioning o  Eliminate the “there’s no test environment available” bottleneck o  Eliminate time spent troubleshooting misconfigured environments o  Single biggest cause of deployment failure according to recent survey! Best Practices for ARA
  • 19. •  Validated and tested rollback o  Roll-forward may be fine for test and QA, but seldom for prod o  Rollback from all defined points of the deployment plan o  Needs to be tested to ensure it works and remains up-to-date Best Practices for ARA
  • 20. •  Secure self-service o  Remove the “Operations bottleneck” from deployments, especially to test and QA environments o  Access control can allow developers and testers to deploy without requiring access to the target systems o  Same deployment unit and mechanism will still be used for production deployment Best Practices for ARA
  • 21. •  Insight and improvement metrics o  To know not only how things are going now, but whether they’re going in the right direction! o  Often not currently collected even with extensive and advanced scripting o  Allow for targeted improvement: o  Which applications fail regularly? o  Which pre-requisite checks are violated? o  Which environments are slow? o  … Best Practices for ARA
  • 22. Complete, environment-independent deployment package Best Practices for ARA
  • 23. Complete, environment-independent deployment package Standardized deployment mechanism from Dev to Prod Best Practices for ARA
  • 24. Complete, environment-independent deployment package Standardized deployment mechanism from Dev to Prod Separation of Dev and Ops responsibilities Best Practices for ARA
  • 25. Complete, environment-independent deployment package Standardized deployment mechanism from Dev to Prod Separation of Dev and Ops responsibilities Automated prerequisite checks and post-deployment verification steps Best Practices for ARA
  • 26. Complete, environment-independent deployment package Standardized deployment mechanism from Dev to Prod Separation of Dev and Ops responsibilities Automated prerequisite checks and post-deployment verification steps Integrated, repeatable environment provisioning Best Practices for ARA
  • 27. Complete, environment-independent deployment package Standardized deployment mechanism from Dev to Prod Separation of Dev and Ops responsibilities Automated prerequisite checks and post-deployment verification steps Integrated, repeatable environment provisioning Validated and tested rollback Best Practices for ARA
  • 28. Complete, environment-independent deployment package Standardized deployment mechanism from Dev to Prod Separation of Dev and Ops responsibilities Automated prerequisite checks and post-deployment verification steps Integrated, repeatable environment provisioning Validated and tested rollback Secure self-service Best Practices for ARA
  • 29. Complete, environment-independent deployment package Standardized deployment mechanism from Dev to Prod Separation of Dev and Ops responsibilities Automated prerequisite checks and post-deployment verification steps Integrated, repeatable environment provisioning Validated and tested rollback Secure self-service Insight and improvement metrics Best Practices for ARA
  • 30. © Copyright 2013 XebiaLabs Inc. Proprietary & Confidential. Deployit in your Automation Landscape Release Packaging Public / Private Hybrid Cloud Middleware Build SCM Continuous Integration IDEs Provisioning Platform as a Service Bridging the gapDev Ops
  • 31. © Copyright 2013 XebiaLabs Inc. Proprietary & Confidential. How Deployit is Different Enterprise Scalability Best Practice Extensibility Insight and Compliance Lightweight & Cloud Ready
  • 32. © Copyright 2013 XebiaLabs Inc. Proprietary & Confidential. o  Plugins for all main Java EE & .NET middleware, as well as databases, messaging systems and more o  Out-of-the-box steps to deploy 100+ application and resource types o  Intelligent deployment logic captures middleware-specific dependencies Best Practice Extensibility How Deployit is Different Enterprise Scalability Lightweight & Cloud Ready Insight and Compliance Best Practice Extensibility
  • 33. © Copyright 2013 XebiaLabs Inc. Proprietary & Confidential. o  No manual creation of workflows o  Agentless architecture o  Auto-scalable AutoFlow engine o  True model-based automation generates optimal deployment plans tailored to the current application and environment state o  Automatic discovery of target environments Enterprise Scalability How Deployit is Different Enterprise Scalability Lightweight & Cloud Ready Insight and Compliance Best Practice Extensibility
  • 34. © Copyright 2013 XebiaLabs Inc. Proprietary & Confidential. o  Agentless architecture for compatibility with standard public/private cloud images o  Connect to Windows & Unix target systems using standard remote protocols o  No agent install o  No firewall ports to be opened o  No security reviews o  Cloud-ready pricing Lightweight & Cloud Ready How Deployit is Different Enterprise Scalability Lightweight & Cloud Ready Insight and Compliance Best Practice Extensibility
  • 35. © Copyright 2013 XebiaLabs Inc. Proprietary & Confidential. o  Built-in reporting offers quality checks throughout the deployment process o  Ensures complete logging and traceability for auditing o  Visualization of your application deployment models o  Easily compare deployments across target environments, servers with a single view to combat configuration drift o  Pipeline dashboard for continuous delivery Insight and Compliance How Deployit is Different Enterprise Scalability Lightweight & Cloud Ready Insight and Compliance Best Practice Extensibility
  • 36. © Copyright 2013 XebiaLabs Inc. Proprietary & Confidential. Demo
  • 37. © Copyright 2013 XebiaLabs Inc. Proprietary & Confidential. Fragen? Next Steps Deployit: www.xebialabs.com/products Blog: blog.xebialabs.com Twitter: @xebialabs YouTube: youtube.com/xebialabs Web: www.codecentric.de Blog: blog.codentric.de
  • 38. codecentric AG 6/6/13 Seite 38 Jörg Spiegelhoff codecentric AG Merscheider Str. 1 42699 Solingen joerg.spiegelhoff@codecentric.de Tel.: +49 (0)212 23 36 28 19 xing.com/profile/Joerg_Spiegelhoff Andrew Phillips XebiaLabs Inc. aphillips@xebialabs.com blog.xebialabs.com/author/aphillips DANKE!