SlideShare una empresa de Scribd logo
1 de 31
DevOps
Continuous Integration
Continuous Delivery
Let’s talk
Presentation by: Dharmavirsinh Jhala http://blogs.digits.com 1
What is NOT DevOps?
None of the above is DevOps
http://blogs.digits.com 2
What is NOT DevOps?
• Is it simply taking few people from Development and few from
Operations and sit them together as a TEAM..? NO
• Is it creating a new department named “DevOps” and having one or
more gentleman working with mixed skills (of both programmer and
sys/network admin)..? NO
• Is it a set of tools or software suite which makes product delivery
faster..? NO
• Some people may make the following claim: “DevOps is a catalog of
recipes: implement them all, and you are done.” This statement is false
because you will focus on finding the best solution for your individual
situation by implementing DevOps. There is no one-size-fits-all solution,
and no “DevOps-by-the-book” approach will solve all of your problems.
http://blogs.digits.com 3
What is DevOps?
Then what is DevOps???
We can define it in one line as…
DevOps is a culture which needs to be practiced in order to do
achieve organizational goals in a better and quicker way.
But DevOps is too young to define it in a single definition.
“We can also define it as a practice or culture - which makes it possible to
release product often and make sure it is available to the customer with
highest up-time and lowest response time.”
…and to make it possible do whatever it takes to and the catalyst which are needed to make
it happen are people who plays role of DevOps.
But still there is no right or wrong approach to DevOps, there is no one hat fits all solution to
DevOps and whatever makes your organization more efficient can be right for you.!
See http://radar.oreilly.com/2012/06/what-is-devops.html to know more.
http://blogs.digits.com 4
Why DevOps?
• What is goal of a development team?
(business analysts, programmers and QAs)
– Goal of Development is to build features and fix tickets faster
• What is the goal of an operations team?
(sys admins, network admins and any other operations)
– Make product available to end-user and maintain SLAs
Let’s take a look at Agile environment and how it becomes
Development vs Operations because of their competing goals.!
http://blogs.digits.com 5
Agile Environment
Development and Operations in a typical Agile Product team;
http://blogs.digits.com 6
Agile Environment
In Agile project settings, roles, and responsibilities change. Roles are blurred,
and each team member wears different hats. Programmers are paid to
perform tasks other than writing code, and testers do more than test. Testers
also help programmers to create better code.
As a result, we have a changed approach, as shown by the following:
• Quality: Testers are not solely responsible for quality; rather, the whole
team works together to maintain quality.
• Development: Programmers do not code alone; rather, everyone helps
them to understand what to code.
• Project roles: Cross-functional teams are set up and roles are decoupled
from activities.
If you define work as activities to be accomplished together, you break down
role boundaries and allow team members to add value in multiple areas. For
example, you can enable programmers to conduct exploratory tests. Similarly,
you can allow QA leads to work with the application code if they find a fixable
bug.
http://blogs.digits.com 7
Dev v/s Ops
In contrast to the developers, the operations team is tasked with taking the
deliverables received from the development team and making the software available
on production machines such that the software can be used by the users. At the same
time, the operations team often receives nonfunctional requirements (such as target
values for the availability of the application). The shipped software (delivered by
development team) may conflict with these nonfunctional requirements.
Operations is responsible for the availability of the software in production, and its
success is often measured with metrics that calculate server uptimes, software
availabilities, security, capacity (including scalability, longevity, throughput and load),
and response times. These metrics are commonly defined as quality requirements
(typically non-functionally requirements) that are signed as service level agreements
(SLAs). They express the users’ expectations that all of the software’s features will be
fully available.
http://blogs.digits.com 8
Dev v/s Ops (cont.)
The main task of the development team is to fulfill the customer’s requirements, test the
solution, and provide software updates in quick succession. New features that have been
implemented and tested by the developers add potential value for the customer. On the
one hand, the development team wants change. On the other hand, the operations team is
mainly interested in reliable and stable software.
Every change forwarded by the development team can endanger the existing
reliability and stability.
http://blogs.digits.com
9
Dev v/s Ops (cont.)
Let’s summarize the key findings. Agile primarily
improves on the classic approach by introducing the
whole team approach, where developers, testers,
and QA form a team that closely collaborates with
the business. The unified team works as a unit of
specialists who simultaneously perform general
duties and who share responsibility for producing
high-quality software.
However, operations is not a part of that team.
http://blogs.digits.com 10
Conflicts betn Dev v/s Ops
Common scenarios include the following:
1. Development passes a new release to operations, but the latter is unable to get
it running on the production system.
2. The operations team contacts the members of the development team to get
them to fix the problem; the former describes the errors experienced while
trying to bring the release to production.
3. In response, development blocks communication and does not offer any help.
4. Development claims (correctly) that the software release ran in a test
environment without any problems. Therefore, development reasons that the
operations team is at fault for not bringing the release to life. Finger pointing
from both sides may end in angry phone calls, rancorous e-mails, and even
escalation meetings.
5. After escalating the issue to the boss and his or her boss, two engineers are
again assigned to look into the malfunction.
6. By investigating both the testing and production environments together, they
discover that the two environments are different in some minor detail, such as
a technical user or a clustering mode. Neither party knew about this difference.
http://blogs.digits.com 11
Conflicts (cont.)
The blame game also often emerges when a new release goes live. Here is
one scenario:
1. Many more users are using the new features than the company
expected.
2. Response times slow down until the software stops responding
entirely. The users are panicking because this is the worst-case scenario.
3. Escalating the issue leads to finger pointing: development claims it is the
fault of the database group, the database team blames the network
group, and others speculate that the server group is responsible for the
outage.
4. After going through intensive emotional torture, the company begins an
objective examination that finds the root cause of the issue. However, by
this point, the users have already been scared away from the new
application. As a result, the company incurs heavy losses in sales and
reputation.
http://blogs.digits.com 12
Conflicts (cont.)
The blame game can also occur in the following scenario:
1. A performance issue suddenly happens in the production system.
2. Following a blame game, the developers identify an issue in the application. They work long days
before finally providing a patch that fixes the issue.
3. Nonetheless, the operations team is still annoyed by the performance issue and is reminded of
similar instances in the past, where every subsequent patch further reduced the stability of the
software. As a result, the operations team is leery of applying the patch.
4. The team members suggest coding the software themselves because of those problems. This
suggestion, in turn, heightens the emotional tension between the teams. The operations team
wants the patch to be applied in a test environment to ensure that it does not infect the overall
stability of the application and that it actually fixes the performance bottleneck.
5. Unfortunately, the test environment does not fully mirror the production environment, and
there are no test scenarios or test data that can imitate the exact same problem on the test
machine. Days and weeks go by, and the patch is still not applied to production. All those long
days spent working on the solution were for naught.
6. The management and business units increase the pressure to solve the problem, the
development and operations teams continue their conflict, all are frustrated, and the
performance issue on the production machine is not solved.
http://blogs.digits.com 13
Operations as Bottleneck
The advantages of Agile processes, including Scrum and Kanban, are often nullified because of
the obstacles to collaboration, processes, and tools that are built up in front of operations. As a
result, software is released frequently but only in test environments. Consequently, software is
rarely brought to the production phase, which transforms a new release into a solution and
provides value to the end user and to the customer. In other words, not all releases are
produced, and deployment to production often happens after the development team has coded
and tested the release. In sum, the cycle time (i.e., the time from the inception of an idea to its
delivery to users) is still too long.
http://blogs.digits.com 14
Challenge
• A recent survey shows that only 17% of IT
executives feel that they deliver fast enough
for the pace of the business.
• A high proportion of incidents are result of
human errors in the manual release of
software.
• Development and Operations have different
goals, values and ways of working that are
often not in alignment.
http://blogs.digits.com 15
DevOps to Rescue
In the past few years, many people have worked to apply Agile approaches to
operations. Those approaches aimed to eliminate the wall between development
and operations and to address the structural conflict between those two
departments. By sharing experiences and possible solutions, the movement
formed into what is now called DevOps. The processes by which the movement
formed itself and discussed and provided solutions to the pain points summarized
above are similar to how the Agile movement started its work years ago. From
another perspective, DevOps aims to extend Agile to operations.
With the DevOps approach, the developer role consists of programmers,
testers, QA, and experts from operations. They all develop software and help
to bring it to the user. (culture)
DevOps uses automation techniques to increase collaboration across
development and operations, enabling faster, more predictable and more
frequent deployments to market. (automation + processes)
http://blogs.digits.com 16
DevOps to Rescue (cont.)
http://blogs.digits.com 17
DevOps to Rescue (cont.)
Challenges How DevOps helps?
Inefficient practices Streamlined practices
Phased delivery Continuous delivery
Error-prone manual processes Automated quality processes
Silos between teams (Dev and Ops) Integrated teams
http://blogs.digits.com 18
How to practice?
http://blogs.digits.com 19
How to practice? (cont.)
• Automate, automate, automate everything which is
manual as a first step:
– Find the right tools to automate build, test and deploy and
glue them all together with scripts
• Have talk between Dev and Ops:
– Make Developers aware about Operations and production
environment
– Make Operations aware about Development environment,
tools and application architecture
– and continuously update each other about any changes in
their plate
– Production like test environments
http://blogs.digits.com 20
What to expect?
http://blogs.digits.com 21
Let’s take an example of FooBar Product
Continuous Integration (Phase 1)
If we take Foobar or any cloud based SaaS product has REST APIs and GUI as it’s components then following are high
level tasks which needs to be accomplished in order to achieve CI for the product:
• Set up a CI server (Depending on infrastructure – it could mean new VM with pre-defined server software
pre-installed or creating new build on the same application/web server)
• Have daily build which checks-out the code from the repository
• Run database changes scripts automatically
• Run automated tests for REST API and GUI
• Mark automated-build status as Pass or Fail based on results of automated TestSuite run (best-case
scenario in case of 100% coverage)
– In real-life case where GUI test-cases don’t have satisfactory coverage – REST API can be maintained in separate
branch in a repository and when there is no commit in GUI branch we can consider that build Pass/Fail based on
automated TestSuite run.
• Every commit will have bug-tracking or requirement ID attached, automated test-case will update status of
those tickets (or respective IDs) based on run-status (associated dev+qa gets notified)
• CI – at least build once a day, can give automated or semi-automated status of the build each day
* Primary benefit I see is that, it helps identify problems early (even if 100% automated test-case coverage
is not achieved) and have Programmers fix issues before it goes to QA.
- keep in mind, this is just a beginning;
- Phase N with DevOPS, continuous release…and so on.!
http://blogs.digits.com 22
How to measure DevOps success?
These are top 5 KPIs that make a case for
DevOps:
• Deployment frequency
• Speed of deployment
• Deployment success rate
• How quickly service can be restored after a
failed deployment
• Culture
(https://puppetlabs.com/blog/5-kpis-that-make-the-case-for-devops)
http://blogs.digits.com 23
What is against it?
• NoOps?? – More
• “If DevOps is a growth engine for your company, then
outsourcing it is like building a car with the motor
located elsewhere,” says Michael Riley, Co-Founder,
Boxter http://contentboxter.com. Optimizing DevOps
requires tight integration between differing and
complex entities. If a service can wrap this system into
an external package for an enterprise, then either that
customer doesn’t have a real need for DevOps or this
approach is going to hurt the business, concludes Riley.
(http://devops.com/2014/10/09/devops-com-examines-devops-service/)
http://blogs.digits.com 24
How to Sell CI/CD/DevOps as a
Service?
As,
- practice experts
- experts of tools in CI, CD and DevOps space
- TBD
http://blogs.digits.com 25
Similar Service Providers in Market
• http://www.logicworks.net/cloud-automation/DevOps
• http://www.base2services.com/devops/#
• http://www.itcinfotech.com/software-product-engineering/devOps-solutions.aspx
• http://clogeny.com/devops/
• Accenture
http://blogs.digits.com 26
Tools & Platforms
http://blogs.digits.com 27
Making of a DevOps Engineer.!!!
1. An expert sysadmin
2. Virtualization expert
3. Broad technical background
4. Scripting Guru
5. Borderline developer (more is better)
6. Chef, Puppet or other automation tools experience
7. People Skills
8. Customer Service
9. Real Cloud Experience
10. Someone who cares
http://www.vminstall.com/devops-skills/
http://blogs.digits.com 28
Q/A
For the audience:
• What are your expectations from this role?
http://blogs.digits.com 29
Resources
Following resources were used as references in order to understand the
subject and compile this presentation:
Articles
• https://www.thoughtworks.com/continuous-integration
• http://radar.oreilly.com/2012/06/what-is-devops.html
• http://radar.oreilly.com/2015/02/what-is-devops-yet-again.html
• http://perfcap.blogspot.com/2012/03/ops-devops-and-noops-at-
netflix.html
• http://radar.oreilly.com/2015/01/devops-keeps-it-cool-with-ice.html
• http://devops.com/2014/10/09/devops-com-examines-devops-service/
• https://www.jeffknupp.com/blog/2014/04/15/how-devops-is-killing-the-
developer/
Books
• http://www.amazon.com/DevOps-Developers-Experts-Voice-
Development/dp/1430245697
http://blogs.digits.com 30
Thank You!
Dharmavirsinh Jhala
dharmavir@digitss.com
31

Más contenido relacionado

La actualidad más candente

DevOps by examples - Continuous Lifecycle London 2017
DevOps by examples - Continuous Lifecycle London 2017DevOps by examples - Continuous Lifecycle London 2017
DevOps by examples - Continuous Lifecycle London 2017Giulio Vian
 
Who Is A DevOps Engineer? | DevOps Skills You Must Master | DevOps Engineer M...
Who Is A DevOps Engineer? | DevOps Skills You Must Master | DevOps Engineer M...Who Is A DevOps Engineer? | DevOps Skills You Must Master | DevOps Engineer M...
Who Is A DevOps Engineer? | DevOps Skills You Must Master | DevOps Engineer M...Edureka!
 
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 and All the Continuouses w/ Helen Beal
DevOps and All the Continuouses w/ Helen BealDevOps and All the Continuouses w/ Helen Beal
DevOps and All the Continuouses w/ Helen BealSonatype
 
The Journey to DevOps #MFSummit2017
The Journey to DevOps #MFSummit2017The Journey to DevOps #MFSummit2017
The Journey to DevOps #MFSummit2017Micro Focus
 
Introduction to DevOps Tools | DevOps Training | DevOps Tutorial for Beginner...
Introduction to DevOps Tools | DevOps Training | DevOps Tutorial for Beginner...Introduction to DevOps Tools | DevOps Training | DevOps Tutorial for Beginner...
Introduction to DevOps Tools | DevOps Training | DevOps Tutorial for Beginner...Edureka!
 
Fundamental Concepts of DevOps
Fundamental Concepts of DevOpsFundamental Concepts of DevOps
Fundamental Concepts of DevOpsKiril Serebnik
 
DevOps, from inception to conclusion
DevOps, from inception to conclusionDevOps, from inception to conclusion
DevOps, from inception to conclusionAbhishek Gaurav
 
DevOps(1) : What's DevOps - (MOSG)
DevOps(1) : What's DevOps - (MOSG)DevOps(1) : What's DevOps - (MOSG)
DevOps(1) : What's DevOps - (MOSG)Soshi Nemoto
 
5 Best Practices DevOps Culture
5 Best Practices DevOps Culture5 Best Practices DevOps Culture
5 Best Practices DevOps CultureEdureka!
 
Continuous Delivery Distilled
Continuous Delivery DistilledContinuous Delivery Distilled
Continuous Delivery DistilledMatt Callanan
 
DevOps - A Gentle Introduction
DevOps - A Gentle IntroductionDevOps - A Gentle Introduction
DevOps - A Gentle IntroductionGanesh Samarthyam
 
DevOps-Redefining your IT Strategy-28thJan15
DevOps-Redefining your IT Strategy-28thJan15DevOps-Redefining your IT Strategy-28thJan15
DevOps-Redefining your IT Strategy-28thJan15Edureka!
 

La actualidad más candente (20)

DevOps introduction
DevOps introductionDevOps introduction
DevOps introduction
 
DevOps by examples - Continuous Lifecycle London 2017
DevOps by examples - Continuous Lifecycle London 2017DevOps by examples - Continuous Lifecycle London 2017
DevOps by examples - Continuous Lifecycle London 2017
 
Who Is A DevOps Engineer? | DevOps Skills You Must Master | DevOps Engineer M...
Who Is A DevOps Engineer? | DevOps Skills You Must Master | DevOps Engineer M...Who Is A DevOps Engineer? | DevOps Skills You Must Master | DevOps Engineer M...
Who Is A DevOps Engineer? | DevOps Skills You Must Master | DevOps Engineer M...
 
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 and All the Continuouses w/ Helen Beal
DevOps and All the Continuouses w/ Helen BealDevOps and All the Continuouses w/ Helen Beal
DevOps and All the Continuouses w/ Helen Beal
 
DevOps
DevOpsDevOps
DevOps
 
The Journey to DevOps #MFSummit2017
The Journey to DevOps #MFSummit2017The Journey to DevOps #MFSummit2017
The Journey to DevOps #MFSummit2017
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
 
Introduction to DevOps Tools | DevOps Training | DevOps Tutorial for Beginner...
Introduction to DevOps Tools | DevOps Training | DevOps Tutorial for Beginner...Introduction to DevOps Tools | DevOps Training | DevOps Tutorial for Beginner...
Introduction to DevOps Tools | DevOps Training | DevOps Tutorial for Beginner...
 
Introduction to devops
Introduction to devopsIntroduction to devops
Introduction to devops
 
Fundamental Concepts of DevOps
Fundamental Concepts of DevOpsFundamental Concepts of DevOps
Fundamental Concepts of DevOps
 
DevOps, from inception to conclusion
DevOps, from inception to conclusionDevOps, from inception to conclusion
DevOps, from inception to conclusion
 
Devops
DevopsDevops
Devops
 
How to Build a DevOps Toolchain
How to Build a DevOps ToolchainHow to Build a DevOps Toolchain
How to Build a DevOps Toolchain
 
DevOps(1) : What's DevOps - (MOSG)
DevOps(1) : What's DevOps - (MOSG)DevOps(1) : What's DevOps - (MOSG)
DevOps(1) : What's DevOps - (MOSG)
 
"DevOps > CI+CD "
"DevOps > CI+CD ""DevOps > CI+CD "
"DevOps > CI+CD "
 
5 Best Practices DevOps Culture
5 Best Practices DevOps Culture5 Best Practices DevOps Culture
5 Best Practices DevOps Culture
 
Continuous Delivery Distilled
Continuous Delivery DistilledContinuous Delivery Distilled
Continuous Delivery Distilled
 
DevOps - A Gentle Introduction
DevOps - A Gentle IntroductionDevOps - A Gentle Introduction
DevOps - A Gentle Introduction
 
DevOps-Redefining your IT Strategy-28thJan15
DevOps-Redefining your IT Strategy-28thJan15DevOps-Redefining your IT Strategy-28thJan15
DevOps-Redefining your IT Strategy-28thJan15
 

Similar a DevOps - Continuous Integration, Continuous Delivery - let's talk

Slides from "Taking an Holistic Approach to Product Quality"
Slides from "Taking an Holistic Approach to Product Quality"Slides from "Taking an Holistic Approach to Product Quality"
Slides from "Taking an Holistic Approach to Product Quality"Peter Marshall
 
Agile Engineering
Agile EngineeringAgile Engineering
Agile EngineeringJohn Lewis
 
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
 
Markus Clermont - Surviving in an Agile Environment - Google - SoftTest Ireland
Markus Clermont - Surviving in an Agile Environment - Google - SoftTest IrelandMarkus Clermont - Surviving in an Agile Environment - Google - SoftTest Ireland
Markus Clermont - Surviving in an Agile Environment - Google - SoftTest IrelandDavid O'Dowd
 
Why you need DevOps Consulting Services?
Why you need DevOps Consulting Services?Why you need DevOps Consulting Services?
Why you need DevOps Consulting Services?TkXel
 
Dev ops interview questions & answers
Dev ops interview questions & answersDev ops interview questions & answers
Dev ops interview questions & answersKrishnaMildain
 
Sen2 Software Processes
Sen2 Software ProcessesSen2 Software Processes
Sen2 Software ProcessesMatzeAtFontys
 
Software Development Standard Operating Procedure
Software Development Standard Operating Procedure Software Development Standard Operating Procedure
Software Development Standard Operating Procedure rupeshchanchal
 
probe-into-the-key-components-and-tools-of-devops-lifecycle
probe-into-the-key-components-and-tools-of-devops-lifecycleprobe-into-the-key-components-and-tools-of-devops-lifecycle
probe-into-the-key-components-and-tools-of-devops-lifecycleCuneiform Consulting Pvt Ltd.
 
Uklug 2011 administrator development synergy
Uklug 2011 administrator development synergyUklug 2011 administrator development synergy
Uklug 2011 administrator development synergydominion
 
Software Engineering in a Quick and Easy way - v1.pdf
Software Engineering in a Quick and Easy way - v1.pdfSoftware Engineering in a Quick and Easy way - v1.pdf
Software Engineering in a Quick and Easy way - v1.pdfKAJAL MANDAL
 
Devops interview-questions-PDF
Devops interview-questions-PDFDevops interview-questions-PDF
Devops interview-questions-PDFMayank Kumar
 
DevOps Lifecycle: Definition, Phases and Key Components.pdf
DevOps Lifecycle: Definition, Phases and Key Components.pdfDevOps Lifecycle: Definition, Phases and Key Components.pdf
DevOps Lifecycle: Definition, Phases and Key Components.pdfEcosmobTechnologies1
 
The productivity of testing in software development life cycle
The productivity of testing in software development life cycleThe productivity of testing in software development life cycle
The productivity of testing in software development life cycleNora Alriyes
 
How to run an Enterprise PHP Shop
How to run an Enterprise PHP ShopHow to run an Enterprise PHP Shop
How to run an Enterprise PHP ShopJim Plush
 

Similar a DevOps - Continuous Integration, Continuous Delivery - let's talk (20)

Quality Software Development
Quality Software DevelopmentQuality Software Development
Quality Software Development
 
Slides from "Taking an Holistic Approach to Product Quality"
Slides from "Taking an Holistic Approach to Product Quality"Slides from "Taking an Holistic Approach to Product Quality"
Slides from "Taking an Holistic Approach to Product Quality"
 
Agile Engineering
Agile EngineeringAgile Engineering
Agile Engineering
 
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
 
Markus Clermont - Surviving in an Agile Environment - Google - SoftTest Ireland
Markus Clermont - Surviving in an Agile Environment - Google - SoftTest IrelandMarkus Clermont - Surviving in an Agile Environment - Google - SoftTest Ireland
Markus Clermont - Surviving in an Agile Environment - Google - SoftTest Ireland
 
Why you need DevOps Consulting Services?
Why you need DevOps Consulting Services?Why you need DevOps Consulting Services?
Why you need DevOps Consulting Services?
 
Dev ops interview questions & answers
Dev ops interview questions & answersDev ops interview questions & answers
Dev ops interview questions & answers
 
Sen2 Software Processes
Sen2 Software ProcessesSen2 Software Processes
Sen2 Software Processes
 
Software Development Standard Operating Procedure
Software Development Standard Operating Procedure Software Development Standard Operating Procedure
Software Development Standard Operating Procedure
 
probe-into-the-key-components-and-tools-of-devops-lifecycle
probe-into-the-key-components-and-tools-of-devops-lifecycleprobe-into-the-key-components-and-tools-of-devops-lifecycle
probe-into-the-key-components-and-tools-of-devops-lifecycle
 
Uklug 2011 administrator development synergy
Uklug 2011 administrator development synergyUklug 2011 administrator development synergy
Uklug 2011 administrator development synergy
 
DevOps
DevOpsDevOps
DevOps
 
DevOps Presentation.pptx
DevOps Presentation.pptxDevOps Presentation.pptx
DevOps Presentation.pptx
 
Software Engineering in a Quick and Easy way - v1.pdf
Software Engineering in a Quick and Easy way - v1.pdfSoftware Engineering in a Quick and Easy way - v1.pdf
Software Engineering in a Quick and Easy way - v1.pdf
 
Devops
DevopsDevops
Devops
 
DevOps explained
DevOps explainedDevOps explained
DevOps explained
 
Devops interview-questions-PDF
Devops interview-questions-PDFDevops interview-questions-PDF
Devops interview-questions-PDF
 
DevOps Lifecycle: Definition, Phases and Key Components.pdf
DevOps Lifecycle: Definition, Phases and Key Components.pdfDevOps Lifecycle: Definition, Phases and Key Components.pdf
DevOps Lifecycle: Definition, Phases and Key Components.pdf
 
The productivity of testing in software development life cycle
The productivity of testing in software development life cycleThe productivity of testing in software development life cycle
The productivity of testing in software development life cycle
 
How to run an Enterprise PHP Shop
How to run an Enterprise PHP ShopHow to run an Enterprise PHP Shop
How to run an Enterprise PHP Shop
 

Último

What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationJuha-Pekka Tolvanen
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...SelfMade bd
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnAmarnathKambale
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...Jittipong Loespradit
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburgmasabamasaba
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...masabamasaba
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024VictoriaMetrics
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Bert Jan Schrijver
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
tonesoftg
tonesoftgtonesoftg
tonesoftglanshi9
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfonteinmasabamasaba
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech studentsHimanshiGarg82
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...chiefasafspells
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Hararemasabamasaba
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...masabamasaba
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2
 

Último (20)

What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the Situation
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
VTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learnVTU technical seminar 8Th Sem on Scikit-learn
VTU technical seminar 8Th Sem on Scikit-learn
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
%in Rustenburg+277-882-255-28 abortion pills for sale in Rustenburg
 
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
%+27788225528 love spells in Colorado Springs Psychic Readings, Attraction sp...
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
tonesoftg
tonesoftgtonesoftg
tonesoftg
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students8257 interfacing 2 in microprocessor for btech students
8257 interfacing 2 in microprocessor for btech students
 
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
Love witchcraft +27768521739 Binding love spell in Sandy Springs, GA |psychic...
 
%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare%in Harare+277-882-255-28 abortion pills for sale in Harare
%in Harare+277-882-255-28 abortion pills for sale in Harare
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
WSO2CON 2024 - Cloud Native Middleware: Domain-Driven Design, Cell-Based Arch...
 

DevOps - Continuous Integration, Continuous Delivery - let's talk

  • 1. DevOps Continuous Integration Continuous Delivery Let’s talk Presentation by: Dharmavirsinh Jhala http://blogs.digits.com 1
  • 2. What is NOT DevOps? None of the above is DevOps http://blogs.digits.com 2
  • 3. What is NOT DevOps? • Is it simply taking few people from Development and few from Operations and sit them together as a TEAM..? NO • Is it creating a new department named “DevOps” and having one or more gentleman working with mixed skills (of both programmer and sys/network admin)..? NO • Is it a set of tools or software suite which makes product delivery faster..? NO • Some people may make the following claim: “DevOps is a catalog of recipes: implement them all, and you are done.” This statement is false because you will focus on finding the best solution for your individual situation by implementing DevOps. There is no one-size-fits-all solution, and no “DevOps-by-the-book” approach will solve all of your problems. http://blogs.digits.com 3
  • 4. What is DevOps? Then what is DevOps??? We can define it in one line as… DevOps is a culture which needs to be practiced in order to do achieve organizational goals in a better and quicker way. But DevOps is too young to define it in a single definition. “We can also define it as a practice or culture - which makes it possible to release product often and make sure it is available to the customer with highest up-time and lowest response time.” …and to make it possible do whatever it takes to and the catalyst which are needed to make it happen are people who plays role of DevOps. But still there is no right or wrong approach to DevOps, there is no one hat fits all solution to DevOps and whatever makes your organization more efficient can be right for you.! See http://radar.oreilly.com/2012/06/what-is-devops.html to know more. http://blogs.digits.com 4
  • 5. Why DevOps? • What is goal of a development team? (business analysts, programmers and QAs) – Goal of Development is to build features and fix tickets faster • What is the goal of an operations team? (sys admins, network admins and any other operations) – Make product available to end-user and maintain SLAs Let’s take a look at Agile environment and how it becomes Development vs Operations because of their competing goals.! http://blogs.digits.com 5
  • 6. Agile Environment Development and Operations in a typical Agile Product team; http://blogs.digits.com 6
  • 7. Agile Environment In Agile project settings, roles, and responsibilities change. Roles are blurred, and each team member wears different hats. Programmers are paid to perform tasks other than writing code, and testers do more than test. Testers also help programmers to create better code. As a result, we have a changed approach, as shown by the following: • Quality: Testers are not solely responsible for quality; rather, the whole team works together to maintain quality. • Development: Programmers do not code alone; rather, everyone helps them to understand what to code. • Project roles: Cross-functional teams are set up and roles are decoupled from activities. If you define work as activities to be accomplished together, you break down role boundaries and allow team members to add value in multiple areas. For example, you can enable programmers to conduct exploratory tests. Similarly, you can allow QA leads to work with the application code if they find a fixable bug. http://blogs.digits.com 7
  • 8. Dev v/s Ops In contrast to the developers, the operations team is tasked with taking the deliverables received from the development team and making the software available on production machines such that the software can be used by the users. At the same time, the operations team often receives nonfunctional requirements (such as target values for the availability of the application). The shipped software (delivered by development team) may conflict with these nonfunctional requirements. Operations is responsible for the availability of the software in production, and its success is often measured with metrics that calculate server uptimes, software availabilities, security, capacity (including scalability, longevity, throughput and load), and response times. These metrics are commonly defined as quality requirements (typically non-functionally requirements) that are signed as service level agreements (SLAs). They express the users’ expectations that all of the software’s features will be fully available. http://blogs.digits.com 8
  • 9. Dev v/s Ops (cont.) The main task of the development team is to fulfill the customer’s requirements, test the solution, and provide software updates in quick succession. New features that have been implemented and tested by the developers add potential value for the customer. On the one hand, the development team wants change. On the other hand, the operations team is mainly interested in reliable and stable software. Every change forwarded by the development team can endanger the existing reliability and stability. http://blogs.digits.com 9
  • 10. Dev v/s Ops (cont.) Let’s summarize the key findings. Agile primarily improves on the classic approach by introducing the whole team approach, where developers, testers, and QA form a team that closely collaborates with the business. The unified team works as a unit of specialists who simultaneously perform general duties and who share responsibility for producing high-quality software. However, operations is not a part of that team. http://blogs.digits.com 10
  • 11. Conflicts betn Dev v/s Ops Common scenarios include the following: 1. Development passes a new release to operations, but the latter is unable to get it running on the production system. 2. The operations team contacts the members of the development team to get them to fix the problem; the former describes the errors experienced while trying to bring the release to production. 3. In response, development blocks communication and does not offer any help. 4. Development claims (correctly) that the software release ran in a test environment without any problems. Therefore, development reasons that the operations team is at fault for not bringing the release to life. Finger pointing from both sides may end in angry phone calls, rancorous e-mails, and even escalation meetings. 5. After escalating the issue to the boss and his or her boss, two engineers are again assigned to look into the malfunction. 6. By investigating both the testing and production environments together, they discover that the two environments are different in some minor detail, such as a technical user or a clustering mode. Neither party knew about this difference. http://blogs.digits.com 11
  • 12. Conflicts (cont.) The blame game also often emerges when a new release goes live. Here is one scenario: 1. Many more users are using the new features than the company expected. 2. Response times slow down until the software stops responding entirely. The users are panicking because this is the worst-case scenario. 3. Escalating the issue leads to finger pointing: development claims it is the fault of the database group, the database team blames the network group, and others speculate that the server group is responsible for the outage. 4. After going through intensive emotional torture, the company begins an objective examination that finds the root cause of the issue. However, by this point, the users have already been scared away from the new application. As a result, the company incurs heavy losses in sales and reputation. http://blogs.digits.com 12
  • 13. Conflicts (cont.) The blame game can also occur in the following scenario: 1. A performance issue suddenly happens in the production system. 2. Following a blame game, the developers identify an issue in the application. They work long days before finally providing a patch that fixes the issue. 3. Nonetheless, the operations team is still annoyed by the performance issue and is reminded of similar instances in the past, where every subsequent patch further reduced the stability of the software. As a result, the operations team is leery of applying the patch. 4. The team members suggest coding the software themselves because of those problems. This suggestion, in turn, heightens the emotional tension between the teams. The operations team wants the patch to be applied in a test environment to ensure that it does not infect the overall stability of the application and that it actually fixes the performance bottleneck. 5. Unfortunately, the test environment does not fully mirror the production environment, and there are no test scenarios or test data that can imitate the exact same problem on the test machine. Days and weeks go by, and the patch is still not applied to production. All those long days spent working on the solution were for naught. 6. The management and business units increase the pressure to solve the problem, the development and operations teams continue their conflict, all are frustrated, and the performance issue on the production machine is not solved. http://blogs.digits.com 13
  • 14. Operations as Bottleneck The advantages of Agile processes, including Scrum and Kanban, are often nullified because of the obstacles to collaboration, processes, and tools that are built up in front of operations. As a result, software is released frequently but only in test environments. Consequently, software is rarely brought to the production phase, which transforms a new release into a solution and provides value to the end user and to the customer. In other words, not all releases are produced, and deployment to production often happens after the development team has coded and tested the release. In sum, the cycle time (i.e., the time from the inception of an idea to its delivery to users) is still too long. http://blogs.digits.com 14
  • 15. Challenge • A recent survey shows that only 17% of IT executives feel that they deliver fast enough for the pace of the business. • A high proportion of incidents are result of human errors in the manual release of software. • Development and Operations have different goals, values and ways of working that are often not in alignment. http://blogs.digits.com 15
  • 16. DevOps to Rescue In the past few years, many people have worked to apply Agile approaches to operations. Those approaches aimed to eliminate the wall between development and operations and to address the structural conflict between those two departments. By sharing experiences and possible solutions, the movement formed into what is now called DevOps. The processes by which the movement formed itself and discussed and provided solutions to the pain points summarized above are similar to how the Agile movement started its work years ago. From another perspective, DevOps aims to extend Agile to operations. With the DevOps approach, the developer role consists of programmers, testers, QA, and experts from operations. They all develop software and help to bring it to the user. (culture) DevOps uses automation techniques to increase collaboration across development and operations, enabling faster, more predictable and more frequent deployments to market. (automation + processes) http://blogs.digits.com 16
  • 17. DevOps to Rescue (cont.) http://blogs.digits.com 17
  • 18. DevOps to Rescue (cont.) Challenges How DevOps helps? Inefficient practices Streamlined practices Phased delivery Continuous delivery Error-prone manual processes Automated quality processes Silos between teams (Dev and Ops) Integrated teams http://blogs.digits.com 18
  • 20. How to practice? (cont.) • Automate, automate, automate everything which is manual as a first step: – Find the right tools to automate build, test and deploy and glue them all together with scripts • Have talk between Dev and Ops: – Make Developers aware about Operations and production environment – Make Operations aware about Development environment, tools and application architecture – and continuously update each other about any changes in their plate – Production like test environments http://blogs.digits.com 20
  • 22. Let’s take an example of FooBar Product Continuous Integration (Phase 1) If we take Foobar or any cloud based SaaS product has REST APIs and GUI as it’s components then following are high level tasks which needs to be accomplished in order to achieve CI for the product: • Set up a CI server (Depending on infrastructure – it could mean new VM with pre-defined server software pre-installed or creating new build on the same application/web server) • Have daily build which checks-out the code from the repository • Run database changes scripts automatically • Run automated tests for REST API and GUI • Mark automated-build status as Pass or Fail based on results of automated TestSuite run (best-case scenario in case of 100% coverage) – In real-life case where GUI test-cases don’t have satisfactory coverage – REST API can be maintained in separate branch in a repository and when there is no commit in GUI branch we can consider that build Pass/Fail based on automated TestSuite run. • Every commit will have bug-tracking or requirement ID attached, automated test-case will update status of those tickets (or respective IDs) based on run-status (associated dev+qa gets notified) • CI – at least build once a day, can give automated or semi-automated status of the build each day * Primary benefit I see is that, it helps identify problems early (even if 100% automated test-case coverage is not achieved) and have Programmers fix issues before it goes to QA. - keep in mind, this is just a beginning; - Phase N with DevOPS, continuous release…and so on.! http://blogs.digits.com 22
  • 23. How to measure DevOps success? These are top 5 KPIs that make a case for DevOps: • Deployment frequency • Speed of deployment • Deployment success rate • How quickly service can be restored after a failed deployment • Culture (https://puppetlabs.com/blog/5-kpis-that-make-the-case-for-devops) http://blogs.digits.com 23
  • 24. What is against it? • NoOps?? – More • “If DevOps is a growth engine for your company, then outsourcing it is like building a car with the motor located elsewhere,” says Michael Riley, Co-Founder, Boxter http://contentboxter.com. Optimizing DevOps requires tight integration between differing and complex entities. If a service can wrap this system into an external package for an enterprise, then either that customer doesn’t have a real need for DevOps or this approach is going to hurt the business, concludes Riley. (http://devops.com/2014/10/09/devops-com-examines-devops-service/) http://blogs.digits.com 24
  • 25. How to Sell CI/CD/DevOps as a Service? As, - practice experts - experts of tools in CI, CD and DevOps space - TBD http://blogs.digits.com 25
  • 26. Similar Service Providers in Market • http://www.logicworks.net/cloud-automation/DevOps • http://www.base2services.com/devops/# • http://www.itcinfotech.com/software-product-engineering/devOps-solutions.aspx • http://clogeny.com/devops/ • Accenture http://blogs.digits.com 26
  • 28. Making of a DevOps Engineer.!!! 1. An expert sysadmin 2. Virtualization expert 3. Broad technical background 4. Scripting Guru 5. Borderline developer (more is better) 6. Chef, Puppet or other automation tools experience 7. People Skills 8. Customer Service 9. Real Cloud Experience 10. Someone who cares http://www.vminstall.com/devops-skills/ http://blogs.digits.com 28
  • 29. Q/A For the audience: • What are your expectations from this role? http://blogs.digits.com 29
  • 30. Resources Following resources were used as references in order to understand the subject and compile this presentation: Articles • https://www.thoughtworks.com/continuous-integration • http://radar.oreilly.com/2012/06/what-is-devops.html • http://radar.oreilly.com/2015/02/what-is-devops-yet-again.html • http://perfcap.blogspot.com/2012/03/ops-devops-and-noops-at- netflix.html • http://radar.oreilly.com/2015/01/devops-keeps-it-cool-with-ice.html • http://devops.com/2014/10/09/devops-com-examines-devops-service/ • https://www.jeffknupp.com/blog/2014/04/15/how-devops-is-killing-the- developer/ Books • http://www.amazon.com/DevOps-Developers-Experts-Voice- Development/dp/1430245697 http://blogs.digits.com 30