SlideShare une entreprise Scribd logo
1  sur  38
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!

Contenu connexe

Tendances

Tech Mahindra ADOPT©: Accelerate DevOps Transformation
Tech Mahindra ADOPT©: Accelerate DevOps TransformationTech Mahindra ADOPT©: Accelerate DevOps Transformation
Tech Mahindra ADOPT©: Accelerate DevOps TransformationCA 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 EvilIBM UrbanCode Products
 
Testing in a DevOps team
Testing in a DevOps teamTesting in a DevOps team
Testing in a DevOps teamLaurent 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 DevOpsTEST 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 EnvironmentsGene 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 StrategyTechWell
 
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 PipelineTechWell
 
Drive Continuous Delivery With Continuous Testing
Drive Continuous Delivery With Continuous TestingDrive Continuous Delivery With Continuous Testing
Drive Continuous Delivery With Continuous TestingCA Technologies
 
DevOps Transformation - technical and organizational goals
DevOps Transformation - technical and organizational goalsDevOps Transformation - technical and organizational goals
DevOps Transformation - technical and organizational goalsAgron 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-2015Bob 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 EvilIBM 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 2014Yuval 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 PipelineJules Pierre-Louis
 

Tendances (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
 

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

Deployit Product Demo
Deployit Product DemoDeployit Product Demo
Deployit Product DemoXebiaLabs
 
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 DeployitXebiaLabs
 
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
 
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 successAdam 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 ENVIRONMENTIndium 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 SoftwareRemain Software
 
Introduction to 5w’s of DevOps
Introduction to 5w’s of DevOpsIntroduction to 5w’s of DevOps
Introduction to 5w’s of DevOpsCygnet 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 operationsMicrosoft 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 summitAndrew 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 WalkthroughAngela Dugan
 
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 2014Jwooldridge
 

Similaire à 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
 

Plus de 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 SuccessXebiaLabs
 
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
 
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 ManagementXebiaLabs
 
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 KimXebiaLabs
 
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 DevOpsXebiaLabs
 
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 PlatformXebiaLabs
 
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 TechnologyXebiaLabs
 
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 PastXebiaLabs
 
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-DeploymentsXebiaLabs
 
All Roads Lead to DevOps
All Roads Lead to DevOpsAll Roads Lead to DevOps
All Roads Lead to DevOpsXebiaLabs
 
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 DeploymentsXebiaLabs
 
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/CDXebiaLabs
 
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 PredictionsXebiaLabs
 
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 ITSMXebiaLabs
 
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
 

Plus de 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?
 

Dernier

Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteDianaGray10
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 

Dernier (20)

Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Take control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test SuiteTake control of your SAP testing with UiPath Test Suite
Take control of your SAP testing with UiPath Test Suite
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 

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!