SlideShare ist ein Scribd-Unternehmen logo
1 von 11
Moataz Nabil
Quality Lead | Automation Test Engineer | ALM Specialist
MCSD-ALM , ISTQB
Moataznabil.com
Introducing DevOps
Introduction
 What is DevOps? Well to understand DevOps you have to go back to the originations
of Agile Development - where developers dissatisfied with the imposition of
heavyweight processes, generation of unnecessary artefacts (typically documentation)
and the unpredictable nature of software development - scribed the Agile manifesto and
kick started an alternate and fundamentally more business focused view of developing
and delivering applications.
 Although, Agile development practices have unquestionably proved successful across a
large and growing number of projects, the true value of the Agile (and in particular the
practice of Continuous Integration and Delivery) has often been negated at the final
push by traditional operational requirements. As an example, the diagram below
highlights the current challenges that Agile teams typically face in moving applications
into Production over a "virtual wall".
whilst Development (in order to meet changing Business needs) have been
trying to put releases into Production more frequently by delivering incremental
changes, Operations (particularly in large organizations) have been trying to
reduce risk by slowing down the rate of change and formalizing the gates and
handovers that they have to go through. This dichotomy, has led to some
individuals and Organizations trying to break down this "virtual wall" of
gateways and reviews by integrating Development and Operational skills and
practices. An idealized view of DevOps is illustrated in the diagram below.
DevOps practices
DevOps is not a technology, an application, or a defined method like
Agile Scrum or XP. Currently, you cannot easily "do" DevOps by
reading a book or by taking a course and becoming a certified
DevopsMaster (like ScrumMaster). There are however some commonly
agreed practices that will "influence" DevOps behavior and these are
listed in the next silde
 Cross functional teams
Whereas Agile has been espousing the benefits of integrating Development and QA roles into a single
team, DevOps takes this further by integrating Operational roles.
 Cross functional skills
Again similar to Agile which encourages individuals to have a mix of skills, Devops encourages cross
fertilization of the "operational" skills that are typically possessed by Operations staff (examples
include skills in application security, monitoring and maintenance - all of the things that Operations do
to keep applications healthy and running).
 Develop for Production
Early creation of operational artifacts as part of the development process (for example, deployment
and update scripts, automated database migration scripts, monitoring and reporting scripts) and
increased focus on delivering non-functional requirements early.
List of DevOps practices
Automate for Release
Automation of as much as possible including build and release, provisioning of servers,
deployment and automated integration and acceptance testing.
Consistent tooling
Use of the same toolsets by Development and Operations, for example a single
repository to store all Development source and Operational scripts (which get delivered
together), and integration of any tools that support Development and Operational
changes, for example, Service Management, Help Desk, Change Management, Issue
and Defect Tracking.
Deployment Pipeline
Construction of an automated pipeline that model the full Deployment lifecycle, i.e.
Development -> UAT -> Production and empowerment of users to be able to self-
service deploy into their environment (potentially including server provisioning,
application installation and test data installation).
Pushed Phased Releases
For rolling out releases across a large consumer environment (potentially consisting of
thousands of servers), the contents of releases are typically push to a small number of
servers (maybe internal facing), before being pushed to large and larger set (for
example, regional servers, country then worldwide). This allows the release to be
phased and any problems addressed before the whole of a community is affected
Cont. DevOps practices
Benefits of DevOps
 Decreased risk
Since DevOps brings an earlier focus on to the operational aspects of an
application, there will be less issues when an application is delivered into
Production.
 Decreased time to delivery
By incorporating operational requirements early there will be no (or less) need for
stage gates and readiness reviews as applications move from Development into
UAT and Production. Since the main premise of DevOps is one of Continuous
Delivery, the average time to delivery will be shorter than a traditional approach
anyway (maybe daily but usually weekly). To be able to compare these different
approaches would require capturing the number of "working features" delivered into
Production over a defined period of time. With a DevOps approach this should be
significantly more than if the same features had been developed in a "big bang"
approach and moved into Production.
 Increased visibility
Since operational staff are now effectively involved in the Development process,
they will have much better visibility of upcoming changes and the infrastructure
requirements. They will therefore be able to respond better to business needs, by
scaling purchasing of configuring infrastructure to meet demand.
Where DevOps works well
 There are a number of areas where DevOps has already been adopted and working well, this includes:
 Web based applications
The architecture of web applications (with well defined Deployment Pipelines and ability to deliver incremental
changes) is well suited to DevOps and indeed most of the supposed implementations of DevOps have been
so. Note: it is difficult to currently ascertain which companies have been using DevOps practices.
 Cloud or virtual infrastructure
DevOps applications (predominantly web based as above) need a large amount of infrastructure and typically
require environments to be provisioned and configured on demand; provisioning physical servers to support
the testing and delivery of application enhancements can take significant amounts of time and significantly
slow down releases. DevOps therefore work best when the infrastructure is Cloud based or Virtual. Also it is
best if changes to the infrastructure can be made on-demand even when the application is live.
 Agile adoption
Since DevOps is closely aligned to some Agile practices, it goes without saying that any organization already
executing successful Agile projects will have a good chance of implementing DevOps.
 Independent applications
DevOps works best when delivering changes for a single independent application (no matter what its size).
DevOps can potentially struggle when a organization is delivering multiple, inter-dependent applications (see
next section).
 Although DevOps practices could potentially be implemented elsewhere, the above summarizes the current
"sweet-spot" until DevOps implementation matures.
Where DevOps can be challenging
 There are a number of areas where implementing DevOps can potentially be challenging, this
includes:
 Dependent applications
Where multiple applications need to be delivered together and they have explicit dependencies, it is
more difficult to implement DevOps. Making DevOps work in such a scenario is not impossible but will
require strategic planning and delivery of dependent changes.
 Shared environments
If an organization is developing applications that share multiple Test and Production environments,
DevOps can potentially cause conflicts. The rapid delivery of changes can potentially cause instability
if an environment is being used for multiple purposes. Ideally DevOps environments should exclusively
own their environments.
 Multi-platform applications
Similar to dependent applications, If an application is developed and delivered as multiple components
across platforms, for example Windows/UNIX AND mainframe it can be difficult to establish Devops
practices. In particular there might traditionally be different operational departments and requirements
for distributed and mainframe platforms.
 Regulated industries
If applications are being delivered in highly regulated industries, i.e. Financial Services or Healthcare,
there can be specific regulations that prevent DevOps.
Summary
Whether an organization adopt DevOps or not should be driven any
challenges they have in delivering quality releases into a Production in a timely
way.
Even with distinct Development and Operations teams, if the Business is
happy with the frequency of deliveries and Operations are successfully
managing their availability, Development should not try to implement
potentially destabilizing DevOps practices just because they want more control
over their applications as they move into Production.
For specific types of applications though (Web based, monolithic, with large
users bases) I am convinced that implementing DevOps practices can
potentially yield significant results.
Thank You 

Weitere ähnliche Inhalte

Was ist angesagt?

The State of DevOps Tools: A Primer
The State of DevOps Tools: A PrimerThe State of DevOps Tools: A Primer
The State of DevOps Tools: A PrimerDevOps.com
 
Lean & Agile DevOps with VSTS and TFS 2015
Lean & Agile DevOps with VSTS and TFS 2015Lean & Agile DevOps with VSTS and TFS 2015
Lean & Agile DevOps with VSTS and TFS 2015Clint Edmonson
 
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
 
#ATATalk - Episode 1 : Session on Selenium Exceptions by Pallavi Sharma
#ATATalk - Episode 1 : Session on Selenium Exceptions by Pallavi Sharma#ATATalk - Episode 1 : Session on Selenium Exceptions by Pallavi Sharma
#ATATalk - Episode 1 : Session on Selenium Exceptions by Pallavi SharmaAgile Testing Alliance
 
About DevOps in simple steps
About DevOps in simple stepsAbout DevOps in simple steps
About DevOps in simple stepsIhor Odynets
 
DevOps Tutorial For Beginners | DevOps Tutorial | DevOps Tools | DevOps Train...
DevOps Tutorial For Beginners | DevOps Tutorial | DevOps Tools | DevOps Train...DevOps Tutorial For Beginners | DevOps Tutorial | DevOps Tools | DevOps Train...
DevOps Tutorial For Beginners | DevOps Tutorial | DevOps Tools | DevOps Train...Simplilearn
 
DevOps Introduction
DevOps IntroductionDevOps Introduction
DevOps IntroductionRobert Sell
 
The Journey to Mainframe DevOps
The Journey to Mainframe DevOpsThe Journey to Mainframe DevOps
The Journey to Mainframe DevOpsMicro Focus
 
Enterprise DevOps: Scaling Build, Deploy, Test, Release
Enterprise DevOps: Scaling Build, Deploy, Test, ReleaseEnterprise DevOps: Scaling Build, Deploy, Test, Release
Enterprise DevOps: Scaling Build, Deploy, Test, ReleaseIBM UrbanCode Products
 
DevOps concepts, tools, and technologies v1.0
DevOps concepts, tools, and technologies v1.0DevOps concepts, tools, and technologies v1.0
DevOps concepts, tools, and technologies v1.0Mohamed Taman
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOpsAhmed Adel
 
DevOps-Redefining your IT Strategy-28thJan15
DevOps-Redefining your IT Strategy-28thJan15DevOps-Redefining your IT Strategy-28thJan15
DevOps-Redefining your IT Strategy-28thJan15Edureka!
 
Roles and Responsibilities of a DevOps Engineer
Roles and Responsibilities of a DevOps EngineerRoles and Responsibilities of a DevOps Engineer
Roles and Responsibilities of a DevOps EngineerZaranTech LLC
 
DevOps 2016 summit
DevOps 2016 summitDevOps 2016 summit
DevOps 2016 summitChihyang Li
 
Dev ops tutorial for beginners what is devops & devops tools
Dev ops tutorial for beginners what is devops & devops toolsDev ops tutorial for beginners what is devops & devops tools
Dev ops tutorial for beginners what is devops & devops toolsJanBask Training
 

Was ist angesagt? (20)

The State of DevOps Tools: A Primer
The State of DevOps Tools: A PrimerThe State of DevOps Tools: A Primer
The State of DevOps Tools: A Primer
 
DevOps introduction
DevOps introductionDevOps introduction
DevOps introduction
 
Lean & Agile DevOps with VSTS and TFS 2015
Lean & Agile DevOps with VSTS and TFS 2015Lean & Agile DevOps with VSTS and TFS 2015
Lean & Agile DevOps with VSTS and TFS 2015
 
DevOps: What, who, why and how?
DevOps: What, who, why and how?DevOps: What, who, why and how?
DevOps: What, who, why and how?
 
#ATATalk - Episode 1 : Session on Selenium Exceptions by Pallavi Sharma
#ATATalk - Episode 1 : Session on Selenium Exceptions by Pallavi Sharma#ATATalk - Episode 1 : Session on Selenium Exceptions by Pallavi Sharma
#ATATalk - Episode 1 : Session on Selenium Exceptions by Pallavi Sharma
 
About DevOps in simple steps
About DevOps in simple stepsAbout DevOps in simple steps
About DevOps in simple steps
 
DevOps Tutorial For Beginners | DevOps Tutorial | DevOps Tools | DevOps Train...
DevOps Tutorial For Beginners | DevOps Tutorial | DevOps Tools | DevOps Train...DevOps Tutorial For Beginners | DevOps Tutorial | DevOps Tools | DevOps Train...
DevOps Tutorial For Beginners | DevOps Tutorial | DevOps Tools | DevOps Train...
 
DevOps Introduction
DevOps IntroductionDevOps Introduction
DevOps Introduction
 
The Journey to Mainframe DevOps
The Journey to Mainframe DevOpsThe Journey to Mainframe DevOps
The Journey to Mainframe DevOps
 
Enterprise DevOps: Scaling Build, Deploy, Test, Release
Enterprise DevOps: Scaling Build, Deploy, Test, ReleaseEnterprise DevOps: Scaling Build, Deploy, Test, Release
Enterprise DevOps: Scaling Build, Deploy, Test, Release
 
DevOps concepts, tools, and technologies v1.0
DevOps concepts, tools, and technologies v1.0DevOps concepts, tools, and technologies v1.0
DevOps concepts, tools, and technologies v1.0
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
 
DevOps and Tools
DevOps and ToolsDevOps and Tools
DevOps and Tools
 
Devops
DevopsDevops
Devops
 
DevOps-Redefining your IT Strategy-28thJan15
DevOps-Redefining your IT Strategy-28thJan15DevOps-Redefining your IT Strategy-28thJan15
DevOps-Redefining your IT Strategy-28thJan15
 
Roles and Responsibilities of a DevOps Engineer
Roles and Responsibilities of a DevOps EngineerRoles and Responsibilities of a DevOps Engineer
Roles and Responsibilities of a DevOps Engineer
 
DevOps 2020: How Enterprise Strategy has Matured
DevOps 2020: How Enterprise Strategy has MaturedDevOps 2020: How Enterprise Strategy has Matured
DevOps 2020: How Enterprise Strategy has Matured
 
DevOps 2016 summit
DevOps 2016 summitDevOps 2016 summit
DevOps 2016 summit
 
DevOps introduction
DevOps introductionDevOps introduction
DevOps introduction
 
Dev ops tutorial for beginners what is devops & devops tools
Dev ops tutorial for beginners what is devops & devops toolsDev ops tutorial for beginners what is devops & devops tools
Dev ops tutorial for beginners what is devops & devops tools
 

Andere mochten auch

Testing with Microsoft Technologies - Kick Off Session
Testing with Microsoft Technologies - Kick Off SessionTesting with Microsoft Technologies - Kick Off Session
Testing with Microsoft Technologies - Kick Off SessionMoataz Nabil
 
Intoduction to c# and basics of .net
Intoduction to c# and basics of .netIntoduction to c# and basics of .net
Intoduction to c# and basics of .netDAZZLING DAZZLING
 
Testing Frameworks
Testing FrameworksTesting Frameworks
Testing FrameworksMoataz Nabil
 
Leading from behind - FoxHedge XBOSoft - Acceptance Test Driven Development -...
Leading from behind - FoxHedge XBOSoft - Acceptance Test Driven Development -...Leading from behind - FoxHedge XBOSoft - Acceptance Test Driven Development -...
Leading from behind - FoxHedge XBOSoft - Acceptance Test Driven Development -...XBOSoft
 
Microsoft Testing Tour - Functional and Automated Testing
Microsoft Testing Tour - Functional and Automated TestingMicrosoft Testing Tour - Functional and Automated Testing
Microsoft Testing Tour - Functional and Automated TestingAngela Dugan
 
ISTQB Agile Tester - Agile Test Tools
ISTQB Agile Tester - Agile Test ToolsISTQB Agile Tester - Agile Test Tools
ISTQB Agile Tester - Agile Test ToolsMoataz Nabil
 

Andere mochten auch (8)

Testing with Microsoft Technologies - Kick Off Session
Testing with Microsoft Technologies - Kick Off SessionTesting with Microsoft Technologies - Kick Off Session
Testing with Microsoft Technologies - Kick Off Session
 
Intoduction to c# and basics of .net
Intoduction to c# and basics of .netIntoduction to c# and basics of .net
Intoduction to c# and basics of .net
 
Vb
VbVb
Vb
 
Programming in c#
Programming in c#Programming in c#
Programming in c#
 
Testing Frameworks
Testing FrameworksTesting Frameworks
Testing Frameworks
 
Leading from behind - FoxHedge XBOSoft - Acceptance Test Driven Development -...
Leading from behind - FoxHedge XBOSoft - Acceptance Test Driven Development -...Leading from behind - FoxHedge XBOSoft - Acceptance Test Driven Development -...
Leading from behind - FoxHedge XBOSoft - Acceptance Test Driven Development -...
 
Microsoft Testing Tour - Functional and Automated Testing
Microsoft Testing Tour - Functional and Automated TestingMicrosoft Testing Tour - Functional and Automated Testing
Microsoft Testing Tour - Functional and Automated Testing
 
ISTQB Agile Tester - Agile Test Tools
ISTQB Agile Tester - Agile Test ToolsISTQB Agile Tester - Agile Test Tools
ISTQB Agile Tester - Agile Test Tools
 

Ähnlich wie Introducing DevOps

Devops Explained & Best Practices
Devops Explained & Best PracticesDevops Explained & Best Practices
Devops Explained & Best PracticesShikhaKonda
 
DevOps culture, concepte , philosophie and practices
DevOps culture, concepte , philosophie and practicesDevOps culture, concepte , philosophie and practices
DevOps culture, concepte , philosophie and practicesayoubbahaddouayoub
 
DevOps, from inception to conclusion
DevOps, from inception to conclusionDevOps, from inception to conclusion
DevOps, from inception to conclusionAbhishek Gaurav
 
Dev ops training in chennai
Dev ops training in chennaiDev ops training in chennai
Dev ops training in chennaiAravind Simbu
 
DevOps for dummies study sharing - part II
DevOps for dummies study sharing - part IIDevOps for dummies study sharing - part II
DevOps for dummies study sharing - part IIChen-Tien Tsai
 
What is DevOps' process?
What is DevOps' process?What is DevOps' process?
What is DevOps' process?prabhuseshu
 
8 Ways to Boost Your DevOps Efforts
8 Ways to Boost Your DevOps Efforts8 Ways to Boost Your DevOps Efforts
8 Ways to Boost Your DevOps EffortsLucy Zeniffer
 
DevOps Implementation Roadmap
DevOps Implementation RoadmapDevOps Implementation Roadmap
DevOps Implementation RoadmapSofiaCarter4
 
DevOps: What is the Right Speed?
DevOps: What is the Right Speed?DevOps: What is the Right Speed?
DevOps: What is the Right Speed?Gunnar Menzel
 
Crucial Significance of DevOps in Contemporary Web Application Development.pptx
Crucial Significance of DevOps in Contemporary Web Application Development.pptxCrucial Significance of DevOps in Contemporary Web Application Development.pptx
Crucial Significance of DevOps in Contemporary Web Application Development.pptxCatherine William
 
Testing in the new age of DevOps
Testing in the new age of DevOpsTesting in the new age of DevOps
Testing in the new age of DevOpsMoataz Mahmoud
 
An introduction to DevOps
An introduction to DevOpsAn introduction to DevOps
An introduction to DevOpsAndrea Tino
 
The Role of DevOps Consulting in Modern Software Development
The Role of DevOps Consulting in Modern Software DevelopmentThe Role of DevOps Consulting in Modern Software Development
The Role of DevOps Consulting in Modern Software Developmentriyak40
 
5 principles-securing-devops-veracode-whitepaper
5 principles-securing-devops-veracode-whitepaper5 principles-securing-devops-veracode-whitepaper
5 principles-securing-devops-veracode-whitepaperwardell henley
 

Ähnlich wie Introducing DevOps (20)

Devops Explained & Best Practices
Devops Explained & Best PracticesDevops Explained & Best Practices
Devops Explained & Best Practices
 
DevOps culture, concepte , philosophie and practices
DevOps culture, concepte , philosophie and practicesDevOps culture, concepte , philosophie and practices
DevOps culture, concepte , philosophie and practices
 
DevOps.pptx
DevOps.pptxDevOps.pptx
DevOps.pptx
 
DevOps, from inception to conclusion
DevOps, from inception to conclusionDevOps, from inception to conclusion
DevOps, from inception to conclusion
 
Devops
DevopsDevops
Devops
 
Dev ops training in chennai
Dev ops training in chennaiDev ops training in chennai
Dev ops training in chennai
 
DevOps for dummies study sharing - part II
DevOps for dummies study sharing - part IIDevOps for dummies study sharing - part II
DevOps for dummies study sharing - part II
 
What is Devops?
What is Devops?What is Devops?
What is Devops?
 
DevOps.pptx
DevOps.pptxDevOps.pptx
DevOps.pptx
 
Devops
DevopsDevops
Devops
 
What_is_DevOps.pptx
What_is_DevOps.pptxWhat_is_DevOps.pptx
What_is_DevOps.pptx
 
What is DevOps' process?
What is DevOps' process?What is DevOps' process?
What is DevOps' process?
 
8 Ways to Boost Your DevOps Efforts
8 Ways to Boost Your DevOps Efforts8 Ways to Boost Your DevOps Efforts
8 Ways to Boost Your DevOps Efforts
 
DevOps Implementation Roadmap
DevOps Implementation RoadmapDevOps Implementation Roadmap
DevOps Implementation Roadmap
 
DevOps: What is the Right Speed?
DevOps: What is the Right Speed?DevOps: What is the Right Speed?
DevOps: What is the Right Speed?
 
Crucial Significance of DevOps in Contemporary Web Application Development.pptx
Crucial Significance of DevOps in Contemporary Web Application Development.pptxCrucial Significance of DevOps in Contemporary Web Application Development.pptx
Crucial Significance of DevOps in Contemporary Web Application Development.pptx
 
Testing in the new age of DevOps
Testing in the new age of DevOpsTesting in the new age of DevOps
Testing in the new age of DevOps
 
An introduction to DevOps
An introduction to DevOpsAn introduction to DevOps
An introduction to DevOps
 
The Role of DevOps Consulting in Modern Software Development
The Role of DevOps Consulting in Modern Software DevelopmentThe Role of DevOps Consulting in Modern Software Development
The Role of DevOps Consulting in Modern Software Development
 
5 principles-securing-devops-veracode-whitepaper
5 principles-securing-devops-veracode-whitepaper5 principles-securing-devops-veracode-whitepaper
5 principles-securing-devops-veracode-whitepaper
 

Mehr von Moataz Nabil

Testing in DevOps world
Testing in DevOps worldTesting in DevOps world
Testing in DevOps worldMoataz Nabil
 
Build your QA Pipeline using Serenity , Selenium WebDriver , Rest Assured and...
Build your QA Pipeline using Serenity , Selenium WebDriver , Rest Assured and...Build your QA Pipeline using Serenity , Selenium WebDriver , Rest Assured and...
Build your QA Pipeline using Serenity , Selenium WebDriver , Rest Assured and...Moataz Nabil
 
Zalenium - How to run Selenium Script using Docker and Selenium Grid
Zalenium - How to run Selenium Script using Docker and Selenium GridZalenium - How to run Selenium Script using Docker and Selenium Grid
Zalenium - How to run Selenium Script using Docker and Selenium GridMoataz Nabil
 
Mobile UI Testing using Appium and Docker
Mobile UI Testing using Appium and DockerMobile UI Testing using Appium and Docker
Mobile UI Testing using Appium and DockerMoataz Nabil
 
A guide for automated testing
A guide for automated testingA guide for automated testing
A guide for automated testingMoataz Nabil
 
Working Agile with Scrum and TFS 2013
Working Agile with Scrum and TFS 2013Working Agile with Scrum and TFS 2013
Working Agile with Scrum and TFS 2013Moataz Nabil
 

Mehr von Moataz Nabil (6)

Testing in DevOps world
Testing in DevOps worldTesting in DevOps world
Testing in DevOps world
 
Build your QA Pipeline using Serenity , Selenium WebDriver , Rest Assured and...
Build your QA Pipeline using Serenity , Selenium WebDriver , Rest Assured and...Build your QA Pipeline using Serenity , Selenium WebDriver , Rest Assured and...
Build your QA Pipeline using Serenity , Selenium WebDriver , Rest Assured and...
 
Zalenium - How to run Selenium Script using Docker and Selenium Grid
Zalenium - How to run Selenium Script using Docker and Selenium GridZalenium - How to run Selenium Script using Docker and Selenium Grid
Zalenium - How to run Selenium Script using Docker and Selenium Grid
 
Mobile UI Testing using Appium and Docker
Mobile UI Testing using Appium and DockerMobile UI Testing using Appium and Docker
Mobile UI Testing using Appium and Docker
 
A guide for automated testing
A guide for automated testingA guide for automated testing
A guide for automated testing
 
Working Agile with Scrum and TFS 2013
Working Agile with Scrum and TFS 2013Working Agile with Scrum and TFS 2013
Working Agile with Scrum and TFS 2013
 

Kürzlich hochgeladen

Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 

Kürzlich hochgeladen (20)

Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 

Introducing DevOps

  • 1. Moataz Nabil Quality Lead | Automation Test Engineer | ALM Specialist MCSD-ALM , ISTQB Moataznabil.com Introducing DevOps
  • 2. Introduction  What is DevOps? Well to understand DevOps you have to go back to the originations of Agile Development - where developers dissatisfied with the imposition of heavyweight processes, generation of unnecessary artefacts (typically documentation) and the unpredictable nature of software development - scribed the Agile manifesto and kick started an alternate and fundamentally more business focused view of developing and delivering applications.  Although, Agile development practices have unquestionably proved successful across a large and growing number of projects, the true value of the Agile (and in particular the practice of Continuous Integration and Delivery) has often been negated at the final push by traditional operational requirements. As an example, the diagram below highlights the current challenges that Agile teams typically face in moving applications into Production over a "virtual wall".
  • 3. whilst Development (in order to meet changing Business needs) have been trying to put releases into Production more frequently by delivering incremental changes, Operations (particularly in large organizations) have been trying to reduce risk by slowing down the rate of change and formalizing the gates and handovers that they have to go through. This dichotomy, has led to some individuals and Organizations trying to break down this "virtual wall" of gateways and reviews by integrating Development and Operational skills and practices. An idealized view of DevOps is illustrated in the diagram below.
  • 4. DevOps practices DevOps is not a technology, an application, or a defined method like Agile Scrum or XP. Currently, you cannot easily "do" DevOps by reading a book or by taking a course and becoming a certified DevopsMaster (like ScrumMaster). There are however some commonly agreed practices that will "influence" DevOps behavior and these are listed in the next silde
  • 5.  Cross functional teams Whereas Agile has been espousing the benefits of integrating Development and QA roles into a single team, DevOps takes this further by integrating Operational roles.  Cross functional skills Again similar to Agile which encourages individuals to have a mix of skills, Devops encourages cross fertilization of the "operational" skills that are typically possessed by Operations staff (examples include skills in application security, monitoring and maintenance - all of the things that Operations do to keep applications healthy and running).  Develop for Production Early creation of operational artifacts as part of the development process (for example, deployment and update scripts, automated database migration scripts, monitoring and reporting scripts) and increased focus on delivering non-functional requirements early. List of DevOps practices
  • 6. Automate for Release Automation of as much as possible including build and release, provisioning of servers, deployment and automated integration and acceptance testing. Consistent tooling Use of the same toolsets by Development and Operations, for example a single repository to store all Development source and Operational scripts (which get delivered together), and integration of any tools that support Development and Operational changes, for example, Service Management, Help Desk, Change Management, Issue and Defect Tracking. Deployment Pipeline Construction of an automated pipeline that model the full Deployment lifecycle, i.e. Development -> UAT -> Production and empowerment of users to be able to self- service deploy into their environment (potentially including server provisioning, application installation and test data installation). Pushed Phased Releases For rolling out releases across a large consumer environment (potentially consisting of thousands of servers), the contents of releases are typically push to a small number of servers (maybe internal facing), before being pushed to large and larger set (for example, regional servers, country then worldwide). This allows the release to be phased and any problems addressed before the whole of a community is affected Cont. DevOps practices
  • 7. Benefits of DevOps  Decreased risk Since DevOps brings an earlier focus on to the operational aspects of an application, there will be less issues when an application is delivered into Production.  Decreased time to delivery By incorporating operational requirements early there will be no (or less) need for stage gates and readiness reviews as applications move from Development into UAT and Production. Since the main premise of DevOps is one of Continuous Delivery, the average time to delivery will be shorter than a traditional approach anyway (maybe daily but usually weekly). To be able to compare these different approaches would require capturing the number of "working features" delivered into Production over a defined period of time. With a DevOps approach this should be significantly more than if the same features had been developed in a "big bang" approach and moved into Production.  Increased visibility Since operational staff are now effectively involved in the Development process, they will have much better visibility of upcoming changes and the infrastructure requirements. They will therefore be able to respond better to business needs, by scaling purchasing of configuring infrastructure to meet demand.
  • 8. Where DevOps works well  There are a number of areas where DevOps has already been adopted and working well, this includes:  Web based applications The architecture of web applications (with well defined Deployment Pipelines and ability to deliver incremental changes) is well suited to DevOps and indeed most of the supposed implementations of DevOps have been so. Note: it is difficult to currently ascertain which companies have been using DevOps practices.  Cloud or virtual infrastructure DevOps applications (predominantly web based as above) need a large amount of infrastructure and typically require environments to be provisioned and configured on demand; provisioning physical servers to support the testing and delivery of application enhancements can take significant amounts of time and significantly slow down releases. DevOps therefore work best when the infrastructure is Cloud based or Virtual. Also it is best if changes to the infrastructure can be made on-demand even when the application is live.  Agile adoption Since DevOps is closely aligned to some Agile practices, it goes without saying that any organization already executing successful Agile projects will have a good chance of implementing DevOps.  Independent applications DevOps works best when delivering changes for a single independent application (no matter what its size). DevOps can potentially struggle when a organization is delivering multiple, inter-dependent applications (see next section).  Although DevOps practices could potentially be implemented elsewhere, the above summarizes the current "sweet-spot" until DevOps implementation matures.
  • 9. Where DevOps can be challenging  There are a number of areas where implementing DevOps can potentially be challenging, this includes:  Dependent applications Where multiple applications need to be delivered together and they have explicit dependencies, it is more difficult to implement DevOps. Making DevOps work in such a scenario is not impossible but will require strategic planning and delivery of dependent changes.  Shared environments If an organization is developing applications that share multiple Test and Production environments, DevOps can potentially cause conflicts. The rapid delivery of changes can potentially cause instability if an environment is being used for multiple purposes. Ideally DevOps environments should exclusively own their environments.  Multi-platform applications Similar to dependent applications, If an application is developed and delivered as multiple components across platforms, for example Windows/UNIX AND mainframe it can be difficult to establish Devops practices. In particular there might traditionally be different operational departments and requirements for distributed and mainframe platforms.  Regulated industries If applications are being delivered in highly regulated industries, i.e. Financial Services or Healthcare, there can be specific regulations that prevent DevOps.
  • 10. Summary Whether an organization adopt DevOps or not should be driven any challenges they have in delivering quality releases into a Production in a timely way. Even with distinct Development and Operations teams, if the Business is happy with the frequency of deliveries and Operations are successfully managing their availability, Development should not try to implement potentially destabilizing DevOps practices just because they want more control over their applications as they move into Production. For specific types of applications though (Web based, monolithic, with large users bases) I am convinced that implementing DevOps practices can potentially yield significant results.