SlideShare a Scribd company logo
DevOps And Tools
Exploring of DevOps and its related tools
@Mohammed Fazuluddin
Topics
DevOps Overview
DevOps Architecture
DevOps and Cloud Integration
DevOps Security
Types Of DevOpsTools
Open Source DevOpsTools
DevOps
Overview
 In simple words the DevOps means ‘It is a combination of software
development and operations’.
 It came to emphasize the communication, collaboration, and
cohesion between the traditionally separated development and IT
operations teams.
 DevOps helps an organization deploy software more frequently,
while maintaining service stability and gaining the speed
necessary for more innovation.
 DevOps is the practice of operations and development engineers
participating together in the entire service lifecycle, from design
through the development process to production support.
 DevOps is also characterized by operations staff making use many
of the same techniques as developers for their systems work.
DevOps
Overview
DevOps
Overview
 DevOps means a lot of different things to different people
because the discussion around it covers a lot of ground.
 Agile and DevOps are similar, but, while agile software
development represents a change in thinking and practice (that
should lead to organizational change), DevOps places more
emphasis on implementing organizational change to achieve its
goals.
 The need for DevOps was born from the increasing popularity
of agile software development, as that tends to lead to an
increased number of releases.
 One goal of DevOps is to establish an environment where
releasing more reliable applications, faster and more
frequently, can occur.
 Release managers are beginning to utilize tools (such
as application release automation and continuous
integration tools) to help advance this goal—doing so through
the continuous delivery approach.
DevOps
Overview
DevOps
Overview
 A single team composed of cross-functional members and all
working in collaboration, DevOps organizations can deliver with
maximum speed, functionality, and innovation.
 Benefits of DevOps:
 Technical Benefits:
 Continuous software delivery
 Less complexity to manage
 Faster resolution of problems
 Cultural Benefits:
 Happier, more productive teams
 Higher employee engagement
 Greater professional development opportunities
 Business Benefits:
 Faster delivery of features
 More stable operating environments
 Improved communication and collaboration
 More time to innovate (rather than fix/maintain)
DevOps
Architecture
DevOps
Architecture
 While designing DevOps Architecture the below points to be
considered…
 Designers must thoroughly understand customer use cases:
 Usability, reliability, scaling, availability, testability and supportability
are more important than individual features!Quality over quantity is
recommended. Designs that anticipate actual customer usage are the
most successful.
 The culture needs to support designers:
 Leaders must support the designers with motivation, mentoring and
training. No designer can be expected to know everything. It’s OK for
designers to make some mistakes if lessons are learned and
improvement quickly follows. Good DevOps practices including
continuous monitoring and quick remediation are examples of practices
which help minimize the impact of any mistakes.
 Supporting tools are needed to realize Design for DevOps
practices:
 Elastic infrastructures that can be easily orchestrated, created and
released as needed to support designers tasks on-demand with minimal
delay.
 Design, code management, monitoring and test tools readily available
and scalable with minimal delay.
 Monitoring tools that track application process performance and report
the results to designers in easily consumable formats without delay.
DevOps
Architecture
 Design practices should support QA:
 Understand the QA process.
 Software code changes are pre-checked with unit tests prior to commit
to the integration/trunk branch.
 Software source code changes are pre-checked with Static Analysis tools
prior to commit to the integration branch.
 Software code changes are pre-checked with dynamic analysis and
regression tests prior to commit to the integration/trunk branch to
ensure the software performance has not degraded.
 Design practices should support Operations:
 Understand delivery and deployment pipeline processes.
 Software features are tagged with software switches (i.e. feature tags or
toggles) during check-in to enable selective feature level testing,
promotion and reverts.
 Automated test cases are checked-in to the integration branch at the
same time code changes are checked-in. Evidence that the tests passed
are included with the check-in.
 Tests are conducted in a pre-flight test environment that is a close
facsimile of the production environment.
DevOps
Architecture
 Design coding practices are critical:
 Products are architected to support modular independent
packaging, testing and releases.
 In other words, the product itself is partitioned into modules with
minimal dependencies between modules. In this way the modules
can be built, tested and released without requiring the entire
product to be built, tested and released all at once.
 Where possible, applications are architected as modular, immutable
microservices ready for deployment in cloud infrastructures, in
accordance with the tenets of 12-factor immutable non-monolithic
apps, rather than monolithic mutable architectures.
 Software code changes are pre-checked using peer code reviews
prior to commit to the integration/trunk branch.
 Software changes are integrated in a private environment together
with the most recent integration branch version and tested using
functional testing prior to committing the software changes to the
integration/trunk branch.
 Developers commit their code changes regularly, at least once per
day.
DevOps and
Cloud
Integration
DevOps and
Cloud
Integration
 Cloud and DevOps are independent but mutually reinforcing
strategies for delivering business value through IT.
 From a DevOps perspective, the most important implication of
Software-as-Service is the way in which it dissolves the separation
between function and operation.
 At the same time as they expect high levels of functional and
operational quality, users also expect service providers to deliver
continuous change on top of that quality platform.
 Cloud computing, Agile development, and DevOps are interlocking
parts of a strategy for transforming IT into a business adaptability
enabler.
 Security models change in the cloud, where you'll typically employ
identity-based security models and technologies. But you need to
extend security to the DevOps tools and organization as well.
 Don't forget about service and resource governance while integrating
DevOps with Cloud.
 Choose DevOps tools that work with more than one cloud.
DevOps
Security
 To secure the DevOps environment we need to take of following
aspects...
 Manage, secure and control access to privileged accounts:
 All privileged accounts in the DevOps environment must be
managed and secured.
 As part of this, credentials should be centrally stored and regularly
rotated.
 To maintain segregation of duties, access to credentials should be
controlled so only authorized users have access to privileged
accounts.
 Secure credentials used by applications and scripts:
 Credentials used by DevOps solutions to authenticate to and access
sensitive resources should be managed and secured.
 They should be removed from codes and configuration files,
securely stored in a central repository and regularly rotated.
 Additionally, each application instance should have its own unique
account and credential.
 These credentials should be retired as soon as they are no longer
needed.
DevOps
Security
DevOps
Security
 Authenticate and authorize apps and container access to
sensitive DevOps resources:
 To keep malicious apps out of the DevOps ecosystem, access
requests to different DevOps resources, as well as web requests
between application and services, should be granted only after the
authentication of the requestor entity (apps and containers) is
validated.
 Enforce Least Privilege:
 To reduce the risk of mistakes and privilege abuse without affecting
productivity, organizations should limit privilege access and
centrally manage privilege escalation.
 This is particularly important for service accounts: every one that is
used by COTS or CI/CD tools should be provisioned.
 Monitor User Activity:
 Tracking developers’ activity throughout the software development
lifecycle, knowing who built an image and added it to the Registry,
and who made changes to privileges, processes, and policies is
necessary to maintain control of the environment.
TypesOf
DevOpsTools
 There are 9 types of DevOps tools which has known before
choosing for the project…
 CollaborationTools:
 This type of tool is crucial to helping teams work together more
easily, regardless of time zones or locations.
 A rapid action oriented communication designed to share
knowledge and save time. (See: Slack, Campfire).
 PlanningTools:
 This type of tool is designed to provide transparency to stakeholder
and participants.
 Working together, teams can plan towards common goals, and
better understanding of dependencies. Bottlenecks and conflicting
priorities are more visible. (See: Clarizenand Asana).
 Source ControlTools:
 Tools of this sort make up the building blocks for the entire process
ranging across all key assets.Whether code, configuration,
documentation, database, compiled resources and your web site
html – you can only gain by managing them in your one true source
of truth.(See: Git, Subversion).
TypesOf
DevOpsTools
 IssueTrackingTools:
 These tools increase responsiveness and visibility.
 All teams should use the same issue tracking tool, unifying internal
issue tracking as well as customer generated ones.
(See: Jira and ZenDesk ).
 Configuration ManagementTools:
 Without this type of tool, it would be impossible to enforce desired
state norms or achieve any sort of consistency at scale.
 Infrastructure should be treated exactly as code that can be
provisioned and configured in a repeatable way.
(See: Puppet, Chef, Salt).
 Database DevOpsTools:
 The database, obviously, needs to be an honored member of the
managed resources family. Managing source code, tasks,
configuration, and deployments is incomplete if the database is left
out of the equation.(See: DBmaestro)
TypesOf
DevOpsTools
 Continuous IntegrationTools:
 Continuous integration tools provide an immediate feedback loop
by regularly merging code.Teams merge developed code many
times a day, getting feedback from automated test tools.
(See: Jenkins, Bamboo, TeamCity).
 AutomatedTestingTools:
 Tools of this sort are tasked with verifying code quality before
passing the build.The quicker the feedback loop works – the higher
the quality gets, and the quicker you reach the desired "definition of
done".(See: Telerik, QTP, TestComplete)
 DeploymentTools:
 In an effective DevOps environment, application deployments are
frequent, predictable, and reliable.
 Deployment tools are essential to checking those boxes. Continuous
delivery means that applications can be released to production at
any time you want in order to improve time to market, while
keeping risk as low as possible. (See: IBM uDeploy, CA Release
Automation, XebiaLabs)
DevOpsTools
Docker
 Docker is at the forefront of the new trend toward
containerization.
 It packages together everything that an application needs to run—
the code, the runtime, system tools, libraries, etc.—so that
applications will operate the same way no matter where they are
deployed.
 Containers are more lightweight than virtual machines, and they
also offer some security benefits.
 A recent survey conducted by Docker found that 80 percent of
enterprises surveyed plan their DevOps implementations around
Docker.
 Docker implements a high-levelAPI to provide lightweight
containers that run processes in isolation.
DevOpsTools
DevOpsTools
Git
 In recent years, Git has become incredibly popular for source code
management, particularly as the site GitHub has become more
popular for hosting open source projects.
 It stands out from other version control management for the ease
with which it handles branching and merging.
 It's also very easy to use with distributed development teams, and
it offers fast performance.
 Many DevOps teams use it to manage the source code for their
applications.
 Its list of well-known users includes many of the biggest firms in
the technology industry, such as Google, Facebook, Microsoft,
Twitter, LinkedIn, Netflix, the Linux kernel and many others.
DevOpsTools
DevOpsTools
Ansible
 Owned by Red Hat, Ansible automates many common IT
operations tasks, such as cloud provisioning, configuration
management and application deployment.
 It integrates with a lot of other popular DevOps tools, including
Git, JIRA, Jenkins and many others.
 The software has been downloaded more than 5 million times,
and it has more than sixteen thousand stars on GitHub.
 The free open source version is available on GitHub, and Red Hat
offers three paid versions—self-support, standard and premium—
with prices that vary based on the number of nodes in production
and the level of support needed.
 Ansible has two types of servers: controlling machines and nodes.
First, there is a single controlling machine which is where
orchestration begins.
DevOpsTools
DevOpsTools
Chef
 Another option for infrastructure automation, Chef makes it
possible to manage both cloud and traditional environments with
a single tool.
 It promises to accelerate cloud adoption while maintaining high
availability.
 Quite a lot of documentation and technical resources are available
on the Chef site, including many resources designed to help
enterprises transition to DevOps and scale their DevOps
implementations.
 The company also offers a paid version of Chef called Chef
Automate, as well as two other open source projects: InSpec,
which focuses on security and compliance, and Habitat, which
makes it possible to deploy apps in any environment, including the
cloud, bare metal or containers.
DevOpsTools
DevOpsTools
Hudson
 When Oracle bought Sun, it declared its intention to trademark
the Hudson name, and development began on a commercial
version.
 Continuous integration is an integral part of the DevOps approach,
and Hudson.
 It is a tool for monitoring and managing continuous integration
and testing.
 Its key features include easy installation and configuration, change
set support, real-time notifications of test failures, file
fingerprinting and support for a wide variety of source code
management systems, build tools, testing frameworks, code
analysis tools, application servers and other DevOps tools.
 Hudson is managed by the Eclipse Foundation, and there is a huge
library of plug-ins that extend its capabilities.
DevOpsTools
DevOpsTools
Jenkins
 The "leading open source automation server," Jenkins was forked
from Hudson and offers many of the same capabilities.
 It boasts easy installation and configuration, hundreds of plugins,
extensibility and a distributed architecture that allows it to speed
the process of testing.
 It has a very active user community with lots of scheduled events
that offer opportunities to learn more about the software.
 There is also plenty of documentation on the website, including a
blog that is updated regularly.
 Jenkins Pipeline is a suite of plugins which supports implementing
and integrating continuous delivery pipelines into Jenkins.
 Pipeline provides an extensible set of tools for modeling simple-
to-complex delivery pipelines "as code".
DevOpsTools
DevOpsTools
OneOps
 Released byWalmart Labs as an open source tool earlier this
year, OneOps is the newest open source DevOps tool in this
slideshow.
 It brings together cloud management and application lifecycle
management capabilities with the goal of helping DevOps teams
write and launch applications more quickly.
 It also makes it easy to switch among multiple cloud providers,
helping prevent vendor lock-in and providing greater flexibility.
 It offers high availability, self-healing and auto-replace
capabilities, automatic scaling and integration with many other
continuous delivery and automation tools.
 As well as support for all the major public cloud services.
DevOpsTools
Puppet
 Used by more than 30,000 organizations, Puppet promises "a
standard way of delivering and operating software, no matter
where it runs."
 It automates deployment to boost agility, reliability and
auditability.
 Well-known users of the software include the NewYork Stock
Exchange, 1-800-Flowers.com,Getty Images, Staples and many
other large organizations.
 The entire Puppet ecosystem includes more than 40 different
projects and 3,100 modules are available through the Puppet
Forge.
 In addition to the open source version, it also comes in an
enterprise version that has free, standard and premium support
tiers.
DevOpsTools
DevOpsTools
Salt
 Another option for IT operations automation, Salt calls itself "the
most intelligent, powerful and flexible open source software for
remote execution, configuration automation, cloud control and
event-driven orchestration.“
 First released in 2012, it's used by tens of thousands of
organizations.
 It has won numerous awards, including the Best ofVMworld 2014
award for virtualization management, an InfoWorld 2014
Technology of theYear Award, and being named a Gartner Cool
Vendor in DevOps in 2013.
 The open source version is often referred to as Salt Open, and it
also comes in a paid enterprise version called SaltStack Enterprise.
DevOpsTools
Vagrant
 Owned by DevOps tool vendor HashiCorp,Vagrant aims to make
it easy to set up development environments that are lightweight,
portable and reproducible.
 It's a command-line utility for managing virtual machines. Its users
include the BBC, Expedia,Yammer, Mozilla, Nokia and others.
 It integrates with Chef, Puppet,VMware, AmazonWeb Services
and many other DevOps tools and cloud services.
 PaidVMware plug-ins are available through partners, and
HashiCorp offers related paid tools for managing DevOps
environments.
 Vagrant manages all the necessary configurations for the
developers in order to avoid the unnecessary maintenance and
setup time, and increases development productivity.
 Vagrant uses "Provisioners" and "Providers" as building blocks to
manage the development environments.
DevOpsTools
DevOpsTools
ElectricFlow
 ElectricFlow is a single DevOps platform that supports the entire
end-to-end software development and delivery process.
 ElectricFlow Deploy is built on top of this powerful platform to
automate deployments to accelerate time to market, reduce
delivery costs, and increase quality, reliability and traceability.
 Model, automate and scale application deployments to keep up
with the pace of the dynamic marketplace.
 Reduce costs and improve productivity and predictability by
standardizing Dev and Ops toolchains.
 Orchestrate Docker containers and microservices-based
application releases with ease.
DevOpsTools
THANKS
If you feel it is helpful and worthy to share with other people, please share the same

More Related Content

What's hot

Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
Hawkman Academy
 
Docker 101: Introduction to Docker
Docker 101: Introduction to DockerDocker 101: Introduction to Docker
Docker 101: Introduction to DockerDocker, Inc.
 
Introduction to CI/CD
Introduction to CI/CDIntroduction to CI/CD
Introduction to CI/CD
Steve Mactaggart
 
DevOps - A Gentle Introduction
DevOps - A Gentle IntroductionDevOps - A Gentle Introduction
DevOps - A Gentle Introduction
CodeOps Technologies LLP
 
What is Jenkins | Jenkins Tutorial for Beginners | Edureka
What is Jenkins | Jenkins Tutorial for Beginners | EdurekaWhat is Jenkins | Jenkins Tutorial for Beginners | Edureka
What is Jenkins | Jenkins Tutorial for Beginners | Edureka
Edureka!
 
DevOps Foundation
DevOps FoundationDevOps Foundation
DevOps Foundation
Homepree Rloy
 
Devops Devops Devops, at Froscon
Devops Devops Devops, at FrosconDevops Devops Devops, at Froscon
Devops Devops Devops, at Froscon
Kris Buytaert
 
What Is DevOps?
What Is DevOps?What Is DevOps?
What Is DevOps?
Soumya De
 
What Is A Docker Container? | Docker Container Tutorial For Beginners| Docker...
What Is A Docker Container? | Docker Container Tutorial For Beginners| Docker...What Is A Docker Container? | Docker Container Tutorial For Beginners| Docker...
What Is A Docker Container? | Docker Container Tutorial For Beginners| Docker...
Simplilearn
 
DevOps
DevOpsDevOps
CI CD Pipeline Using Jenkins | Continuous Integration and Deployment | DevOps...
CI CD Pipeline Using Jenkins | Continuous Integration and Deployment | DevOps...CI CD Pipeline Using Jenkins | Continuous Integration and Deployment | DevOps...
CI CD Pipeline Using Jenkins | Continuous Integration and Deployment | DevOps...
Edureka!
 
Devops online training ppt
Devops online training pptDevops online training ppt
Devops online training ppt
KhalidQureshi31
 
Continuous Delivery, Continuous Integration
Continuous Delivery, Continuous Integration Continuous Delivery, Continuous Integration
Continuous Delivery, Continuous Integration
Amazon Web Services
 
An introduction to DevOps
An introduction to DevOpsAn introduction to DevOps
An introduction to DevOps
Alexander Meijers
 
DevOps without DevOps Tools
DevOps without DevOps ToolsDevOps without DevOps Tools
DevOps without DevOps Tools
Jagatveer Singh
 
What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Be...
What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Be...What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Be...
What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Be...
Simplilearn
 
DevOps Introduction
DevOps IntroductionDevOps Introduction
DevOps Introduction
Robert Sell
 
DevOps explained
DevOps explainedDevOps explained
DevOps explained
Jérôme Kehrli
 
Azure DevOps
Azure DevOpsAzure DevOps
Azure DevOps
Felipe Artur Feltes
 
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Janusz Nowak
 

What's hot (20)

Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
 
Docker 101: Introduction to Docker
Docker 101: Introduction to DockerDocker 101: Introduction to Docker
Docker 101: Introduction to Docker
 
Introduction to CI/CD
Introduction to CI/CDIntroduction to CI/CD
Introduction to CI/CD
 
DevOps - A Gentle Introduction
DevOps - A Gentle IntroductionDevOps - A Gentle Introduction
DevOps - A Gentle Introduction
 
What is Jenkins | Jenkins Tutorial for Beginners | Edureka
What is Jenkins | Jenkins Tutorial for Beginners | EdurekaWhat is Jenkins | Jenkins Tutorial for Beginners | Edureka
What is Jenkins | Jenkins Tutorial for Beginners | Edureka
 
DevOps Foundation
DevOps FoundationDevOps Foundation
DevOps Foundation
 
Devops Devops Devops, at Froscon
Devops Devops Devops, at FrosconDevops Devops Devops, at Froscon
Devops Devops Devops, at Froscon
 
What Is DevOps?
What Is DevOps?What Is DevOps?
What Is DevOps?
 
What Is A Docker Container? | Docker Container Tutorial For Beginners| Docker...
What Is A Docker Container? | Docker Container Tutorial For Beginners| Docker...What Is A Docker Container? | Docker Container Tutorial For Beginners| Docker...
What Is A Docker Container? | Docker Container Tutorial For Beginners| Docker...
 
DevOps
DevOpsDevOps
DevOps
 
CI CD Pipeline Using Jenkins | Continuous Integration and Deployment | DevOps...
CI CD Pipeline Using Jenkins | Continuous Integration and Deployment | DevOps...CI CD Pipeline Using Jenkins | Continuous Integration and Deployment | DevOps...
CI CD Pipeline Using Jenkins | Continuous Integration and Deployment | DevOps...
 
Devops online training ppt
Devops online training pptDevops online training ppt
Devops online training ppt
 
Continuous Delivery, Continuous Integration
Continuous Delivery, Continuous Integration Continuous Delivery, Continuous Integration
Continuous Delivery, Continuous Integration
 
An introduction to DevOps
An introduction to DevOpsAn introduction to DevOps
An introduction to DevOps
 
DevOps without DevOps Tools
DevOps without DevOps ToolsDevOps without DevOps Tools
DevOps without DevOps Tools
 
What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Be...
What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Be...What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Be...
What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Be...
 
DevOps Introduction
DevOps IntroductionDevOps Introduction
DevOps Introduction
 
DevOps explained
DevOps explainedDevOps explained
DevOps explained
 
Azure DevOps
Azure DevOpsAzure DevOps
Azure DevOps
 
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
Continues Integration and Continuous Delivery with Azure DevOps - Deploy Anyt...
 

Similar to DevOps and Tools

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
riyak40
 
Devops Explained & Best Practices
Devops Explained & Best PracticesDevops Explained & Best Practices
Devops Explained & Best Practices
ShikhaKonda
 
Devops
DevopsDevops
DevOps
DevOps DevOps
DevOps
Hakan Yüksel
 
Collaborative DevOps Approach_ Empowering Software Development.pdf
Collaborative DevOps Approach_ Empowering Software Development.pdfCollaborative DevOps Approach_ Empowering Software Development.pdf
Collaborative DevOps Approach_ Empowering Software Development.pdf
Lucas Lagone
 
An Ultimate 10 Point DevOps Checklist for your Organization.pdf
An Ultimate 10 Point DevOps Checklist for your Organization.pdfAn Ultimate 10 Point DevOps Checklist for your Organization.pdf
An Ultimate 10 Point DevOps Checklist for your Organization.pdf
Sparity1
 
Best Practices & Tools for DevOps Testing Strategy.pdf
Best Practices & Tools for DevOps Testing Strategy.pdfBest Practices & Tools for DevOps Testing Strategy.pdf
Best Practices & Tools for DevOps Testing Strategy.pdf
RohitBhandari66
 
What is Devops?
What is Devops?What is Devops?
What is DevOps.pdf
What  is DevOps.pdfWhat  is DevOps.pdf
What is DevOps.pdf
omer shahzad
 
The Pivotal Role of DevOps in the IT Industry.docx
The Pivotal Role of DevOps in the IT Industry.docxThe Pivotal Role of DevOps in the IT Industry.docx
The Pivotal Role of DevOps in the IT Industry.docx
Xavor Corporation - Redefining Health Technology
 
Top 20 DevOps Interview Questions.pdf
Top 20 DevOps Interview Questions.pdfTop 20 DevOps Interview Questions.pdf
Top 20 DevOps Interview Questions.pdf
AnanthReddy38
 
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
Cuneiform Consulting Pvt Ltd.
 
What is DevOps' process?
What is DevOps' process?What is DevOps' process?
What is DevOps' process?
prabhuseshu
 
DevOps, from inception to conclusion
DevOps, from inception to conclusionDevOps, from inception to conclusion
DevOps, from inception to conclusionAbhishek Gaurav
 
How to implement DevOps for Enterprise
How to implement DevOps for EnterpriseHow to implement DevOps for Enterprise
How to implement DevOps for Enterprise
Simform
 
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
 
intro to DevOps
intro to DevOpsintro to DevOps
intro to DevOps
Mujahed Al-Tahle
 
Ensuring Secure and Efficient Operations with DevOps Security
Ensuring Secure and Efficient Operations with DevOps SecurityEnsuring Secure and Efficient Operations with DevOps Security
Ensuring Secure and Efficient Operations with DevOps Security
Dev Software
 
DevOps Solutions: Driving Efficiency and Innovation in Modern Development
DevOps Solutions: Driving Efficiency and Innovation in Modern DevelopmentDevOps Solutions: Driving Efficiency and Innovation in Modern Development
DevOps Solutions: Driving Efficiency and Innovation in Modern Development
basilmph
 
6 Proven Tips for Effective DevOps Collaboration and Communication
6 Proven Tips for Effective DevOps Collaboration and Communication6 Proven Tips for Effective DevOps Collaboration and Communication
6 Proven Tips for Effective DevOps Collaboration and Communication
Lucy Zeniffer
 

Similar to DevOps and Tools (20)

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
 
Devops Explained & Best Practices
Devops Explained & Best PracticesDevops Explained & Best Practices
Devops Explained & Best Practices
 
Devops
DevopsDevops
Devops
 
DevOps
DevOps DevOps
DevOps
 
Collaborative DevOps Approach_ Empowering Software Development.pdf
Collaborative DevOps Approach_ Empowering Software Development.pdfCollaborative DevOps Approach_ Empowering Software Development.pdf
Collaborative DevOps Approach_ Empowering Software Development.pdf
 
An Ultimate 10 Point DevOps Checklist for your Organization.pdf
An Ultimate 10 Point DevOps Checklist for your Organization.pdfAn Ultimate 10 Point DevOps Checklist for your Organization.pdf
An Ultimate 10 Point DevOps Checklist for your Organization.pdf
 
Best Practices & Tools for DevOps Testing Strategy.pdf
Best Practices & Tools for DevOps Testing Strategy.pdfBest Practices & Tools for DevOps Testing Strategy.pdf
Best Practices & Tools for DevOps Testing Strategy.pdf
 
What is Devops?
What is Devops?What is Devops?
What is Devops?
 
What is DevOps.pdf
What  is DevOps.pdfWhat  is DevOps.pdf
What is DevOps.pdf
 
The Pivotal Role of DevOps in the IT Industry.docx
The Pivotal Role of DevOps in the IT Industry.docxThe Pivotal Role of DevOps in the IT Industry.docx
The Pivotal Role of DevOps in the IT Industry.docx
 
Top 20 DevOps Interview Questions.pdf
Top 20 DevOps Interview Questions.pdfTop 20 DevOps Interview Questions.pdf
Top 20 DevOps Interview Questions.pdf
 
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
 
What is DevOps' process?
What is DevOps' process?What is DevOps' process?
What is DevOps' process?
 
DevOps, from inception to conclusion
DevOps, from inception to conclusionDevOps, from inception to conclusion
DevOps, from inception to conclusion
 
How to implement DevOps for Enterprise
How to implement DevOps for EnterpriseHow to implement DevOps for Enterprise
How to implement DevOps for Enterprise
 
Why you need DevOps Consulting Services?
Why you need DevOps Consulting Services?Why you need DevOps Consulting Services?
Why you need DevOps Consulting Services?
 
intro to DevOps
intro to DevOpsintro to DevOps
intro to DevOps
 
Ensuring Secure and Efficient Operations with DevOps Security
Ensuring Secure and Efficient Operations with DevOps SecurityEnsuring Secure and Efficient Operations with DevOps Security
Ensuring Secure and Efficient Operations with DevOps Security
 
DevOps Solutions: Driving Efficiency and Innovation in Modern Development
DevOps Solutions: Driving Efficiency and Innovation in Modern DevelopmentDevOps Solutions: Driving Efficiency and Innovation in Modern Development
DevOps Solutions: Driving Efficiency and Innovation in Modern Development
 
6 Proven Tips for Effective DevOps Collaboration and Communication
6 Proven Tips for Effective DevOps Collaboration and Communication6 Proven Tips for Effective DevOps Collaboration and Communication
6 Proven Tips for Effective DevOps Collaboration and Communication
 

More from Mohammed Fazuluddin

SQL Injection Introduction and Prevention
SQL Injection Introduction and PreventionSQL Injection Introduction and Prevention
SQL Injection Introduction and Prevention
Mohammed Fazuluddin
 
DOMAIN DRIVER DESIGN
DOMAIN DRIVER DESIGNDOMAIN DRIVER DESIGN
DOMAIN DRIVER DESIGN
Mohammed Fazuluddin
 
New Relic Basics
New Relic BasicsNew Relic Basics
New Relic Basics
Mohammed Fazuluddin
 
Terraform Basics
Terraform BasicsTerraform Basics
Terraform Basics
Mohammed Fazuluddin
 
Rest API Security - A quick understanding of Rest API Security
Rest API Security - A quick understanding of Rest API SecurityRest API Security - A quick understanding of Rest API Security
Rest API Security - A quick understanding of Rest API Security
Mohammed Fazuluddin
 
Software architectural patterns - A Quick Understanding Guide
Software architectural patterns - A Quick Understanding GuideSoftware architectural patterns - A Quick Understanding Guide
Software architectural patterns - A Quick Understanding Guide
Mohammed Fazuluddin
 
Mule ESB - An Enterprise Service Bus
Mule ESB - An Enterprise Service BusMule ESB - An Enterprise Service Bus
Mule ESB - An Enterprise Service Bus
Mohammed Fazuluddin
 
Docker - A Quick Introduction Guide
Docker - A Quick Introduction GuideDocker - A Quick Introduction Guide
Docker - A Quick Introduction Guide
Mohammed Fazuluddin
 
Cassandra - A Basic Introduction Guide
Cassandra - A Basic Introduction GuideCassandra - A Basic Introduction Guide
Cassandra - A Basic Introduction Guide
Mohammed Fazuluddin
 
React JS - A quick introduction tutorial
React JS - A quick introduction tutorialReact JS - A quick introduction tutorial
React JS - A quick introduction tutorial
Mohammed Fazuluddin
 
Rest API Design Rules
Rest API Design RulesRest API Design Rules
Rest API Design Rules
Mohammed Fazuluddin
 
Scrum process framework
Scrum process frameworkScrum process framework
Scrum process framework
Mohammed Fazuluddin
 
UI architecture & designing
UI architecture & designingUI architecture & designing
UI architecture & designing
Mohammed Fazuluddin
 
Data streaming fundamentals
Data streaming fundamentalsData streaming fundamentals
Data streaming fundamentals
Mohammed Fazuluddin
 
Microservice's in detailed
Microservice's in detailedMicroservice's in detailed
Microservice's in detailed
Mohammed Fazuluddin
 
Java performance tuning
Java performance tuningJava performance tuning
Java performance tuning
Mohammed Fazuluddin
 
Java workflow engines
Java workflow enginesJava workflow engines
Java workflow engines
Mohammed Fazuluddin
 
Selecting the right cache framework
Selecting the right cache frameworkSelecting the right cache framework
Selecting the right cache framework
Mohammed Fazuluddin
 
Cloud computing and data security
Cloud computing and data securityCloud computing and data security
Cloud computing and data security
Mohammed Fazuluddin
 
Java Security Framework's
Java Security Framework'sJava Security Framework's
Java Security Framework's
Mohammed Fazuluddin
 

More from Mohammed Fazuluddin (20)

SQL Injection Introduction and Prevention
SQL Injection Introduction and PreventionSQL Injection Introduction and Prevention
SQL Injection Introduction and Prevention
 
DOMAIN DRIVER DESIGN
DOMAIN DRIVER DESIGNDOMAIN DRIVER DESIGN
DOMAIN DRIVER DESIGN
 
New Relic Basics
New Relic BasicsNew Relic Basics
New Relic Basics
 
Terraform Basics
Terraform BasicsTerraform Basics
Terraform Basics
 
Rest API Security - A quick understanding of Rest API Security
Rest API Security - A quick understanding of Rest API SecurityRest API Security - A quick understanding of Rest API Security
Rest API Security - A quick understanding of Rest API Security
 
Software architectural patterns - A Quick Understanding Guide
Software architectural patterns - A Quick Understanding GuideSoftware architectural patterns - A Quick Understanding Guide
Software architectural patterns - A Quick Understanding Guide
 
Mule ESB - An Enterprise Service Bus
Mule ESB - An Enterprise Service BusMule ESB - An Enterprise Service Bus
Mule ESB - An Enterprise Service Bus
 
Docker - A Quick Introduction Guide
Docker - A Quick Introduction GuideDocker - A Quick Introduction Guide
Docker - A Quick Introduction Guide
 
Cassandra - A Basic Introduction Guide
Cassandra - A Basic Introduction GuideCassandra - A Basic Introduction Guide
Cassandra - A Basic Introduction Guide
 
React JS - A quick introduction tutorial
React JS - A quick introduction tutorialReact JS - A quick introduction tutorial
React JS - A quick introduction tutorial
 
Rest API Design Rules
Rest API Design RulesRest API Design Rules
Rest API Design Rules
 
Scrum process framework
Scrum process frameworkScrum process framework
Scrum process framework
 
UI architecture & designing
UI architecture & designingUI architecture & designing
UI architecture & designing
 
Data streaming fundamentals
Data streaming fundamentalsData streaming fundamentals
Data streaming fundamentals
 
Microservice's in detailed
Microservice's in detailedMicroservice's in detailed
Microservice's in detailed
 
Java performance tuning
Java performance tuningJava performance tuning
Java performance tuning
 
Java workflow engines
Java workflow enginesJava workflow engines
Java workflow engines
 
Selecting the right cache framework
Selecting the right cache frameworkSelecting the right cache framework
Selecting the right cache framework
 
Cloud computing and data security
Cloud computing and data securityCloud computing and data security
Cloud computing and data security
 
Java Security Framework's
Java Security Framework'sJava Security Framework's
Java Security Framework's
 

Recently uploaded

Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
UiPathCommunity
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 

Recently uploaded (20)

Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
Le nuove frontiere dell'AI nell'RPA con UiPath Autopilot™
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 

DevOps and Tools

  • 1. DevOps And Tools Exploring of DevOps and its related tools @Mohammed Fazuluddin
  • 2. Topics DevOps Overview DevOps Architecture DevOps and Cloud Integration DevOps Security Types Of DevOpsTools Open Source DevOpsTools
  • 3. DevOps Overview  In simple words the DevOps means ‘It is a combination of software development and operations’.  It came to emphasize the communication, collaboration, and cohesion between the traditionally separated development and IT operations teams.  DevOps helps an organization deploy software more frequently, while maintaining service stability and gaining the speed necessary for more innovation.  DevOps is the practice of operations and development engineers participating together in the entire service lifecycle, from design through the development process to production support.  DevOps is also characterized by operations staff making use many of the same techniques as developers for their systems work.
  • 5. DevOps Overview  DevOps means a lot of different things to different people because the discussion around it covers a lot of ground.  Agile and DevOps are similar, but, while agile software development represents a change in thinking and practice (that should lead to organizational change), DevOps places more emphasis on implementing organizational change to achieve its goals.  The need for DevOps was born from the increasing popularity of agile software development, as that tends to lead to an increased number of releases.  One goal of DevOps is to establish an environment where releasing more reliable applications, faster and more frequently, can occur.  Release managers are beginning to utilize tools (such as application release automation and continuous integration tools) to help advance this goal—doing so through the continuous delivery approach.
  • 7. DevOps Overview  A single team composed of cross-functional members and all working in collaboration, DevOps organizations can deliver with maximum speed, functionality, and innovation.  Benefits of DevOps:  Technical Benefits:  Continuous software delivery  Less complexity to manage  Faster resolution of problems  Cultural Benefits:  Happier, more productive teams  Higher employee engagement  Greater professional development opportunities  Business Benefits:  Faster delivery of features  More stable operating environments  Improved communication and collaboration  More time to innovate (rather than fix/maintain)
  • 9. DevOps Architecture  While designing DevOps Architecture the below points to be considered…  Designers must thoroughly understand customer use cases:  Usability, reliability, scaling, availability, testability and supportability are more important than individual features!Quality over quantity is recommended. Designs that anticipate actual customer usage are the most successful.  The culture needs to support designers:  Leaders must support the designers with motivation, mentoring and training. No designer can be expected to know everything. It’s OK for designers to make some mistakes if lessons are learned and improvement quickly follows. Good DevOps practices including continuous monitoring and quick remediation are examples of practices which help minimize the impact of any mistakes.  Supporting tools are needed to realize Design for DevOps practices:  Elastic infrastructures that can be easily orchestrated, created and released as needed to support designers tasks on-demand with minimal delay.  Design, code management, monitoring and test tools readily available and scalable with minimal delay.  Monitoring tools that track application process performance and report the results to designers in easily consumable formats without delay.
  • 10. DevOps Architecture  Design practices should support QA:  Understand the QA process.  Software code changes are pre-checked with unit tests prior to commit to the integration/trunk branch.  Software source code changes are pre-checked with Static Analysis tools prior to commit to the integration branch.  Software code changes are pre-checked with dynamic analysis and regression tests prior to commit to the integration/trunk branch to ensure the software performance has not degraded.  Design practices should support Operations:  Understand delivery and deployment pipeline processes.  Software features are tagged with software switches (i.e. feature tags or toggles) during check-in to enable selective feature level testing, promotion and reverts.  Automated test cases are checked-in to the integration branch at the same time code changes are checked-in. Evidence that the tests passed are included with the check-in.  Tests are conducted in a pre-flight test environment that is a close facsimile of the production environment.
  • 11. DevOps Architecture  Design coding practices are critical:  Products are architected to support modular independent packaging, testing and releases.  In other words, the product itself is partitioned into modules with minimal dependencies between modules. In this way the modules can be built, tested and released without requiring the entire product to be built, tested and released all at once.  Where possible, applications are architected as modular, immutable microservices ready for deployment in cloud infrastructures, in accordance with the tenets of 12-factor immutable non-monolithic apps, rather than monolithic mutable architectures.  Software code changes are pre-checked using peer code reviews prior to commit to the integration/trunk branch.  Software changes are integrated in a private environment together with the most recent integration branch version and tested using functional testing prior to committing the software changes to the integration/trunk branch.  Developers commit their code changes regularly, at least once per day.
  • 13. DevOps and Cloud Integration  Cloud and DevOps are independent but mutually reinforcing strategies for delivering business value through IT.  From a DevOps perspective, the most important implication of Software-as-Service is the way in which it dissolves the separation between function and operation.  At the same time as they expect high levels of functional and operational quality, users also expect service providers to deliver continuous change on top of that quality platform.  Cloud computing, Agile development, and DevOps are interlocking parts of a strategy for transforming IT into a business adaptability enabler.  Security models change in the cloud, where you'll typically employ identity-based security models and technologies. But you need to extend security to the DevOps tools and organization as well.  Don't forget about service and resource governance while integrating DevOps with Cloud.  Choose DevOps tools that work with more than one cloud.
  • 14. DevOps Security  To secure the DevOps environment we need to take of following aspects...  Manage, secure and control access to privileged accounts:  All privileged accounts in the DevOps environment must be managed and secured.  As part of this, credentials should be centrally stored and regularly rotated.  To maintain segregation of duties, access to credentials should be controlled so only authorized users have access to privileged accounts.  Secure credentials used by applications and scripts:  Credentials used by DevOps solutions to authenticate to and access sensitive resources should be managed and secured.  They should be removed from codes and configuration files, securely stored in a central repository and regularly rotated.  Additionally, each application instance should have its own unique account and credential.  These credentials should be retired as soon as they are no longer needed.
  • 16. DevOps Security  Authenticate and authorize apps and container access to sensitive DevOps resources:  To keep malicious apps out of the DevOps ecosystem, access requests to different DevOps resources, as well as web requests between application and services, should be granted only after the authentication of the requestor entity (apps and containers) is validated.  Enforce Least Privilege:  To reduce the risk of mistakes and privilege abuse without affecting productivity, organizations should limit privilege access and centrally manage privilege escalation.  This is particularly important for service accounts: every one that is used by COTS or CI/CD tools should be provisioned.  Monitor User Activity:  Tracking developers’ activity throughout the software development lifecycle, knowing who built an image and added it to the Registry, and who made changes to privileges, processes, and policies is necessary to maintain control of the environment.
  • 17. TypesOf DevOpsTools  There are 9 types of DevOps tools which has known before choosing for the project…  CollaborationTools:  This type of tool is crucial to helping teams work together more easily, regardless of time zones or locations.  A rapid action oriented communication designed to share knowledge and save time. (See: Slack, Campfire).  PlanningTools:  This type of tool is designed to provide transparency to stakeholder and participants.  Working together, teams can plan towards common goals, and better understanding of dependencies. Bottlenecks and conflicting priorities are more visible. (See: Clarizenand Asana).  Source ControlTools:  Tools of this sort make up the building blocks for the entire process ranging across all key assets.Whether code, configuration, documentation, database, compiled resources and your web site html – you can only gain by managing them in your one true source of truth.(See: Git, Subversion).
  • 18. TypesOf DevOpsTools  IssueTrackingTools:  These tools increase responsiveness and visibility.  All teams should use the same issue tracking tool, unifying internal issue tracking as well as customer generated ones. (See: Jira and ZenDesk ).  Configuration ManagementTools:  Without this type of tool, it would be impossible to enforce desired state norms or achieve any sort of consistency at scale.  Infrastructure should be treated exactly as code that can be provisioned and configured in a repeatable way. (See: Puppet, Chef, Salt).  Database DevOpsTools:  The database, obviously, needs to be an honored member of the managed resources family. Managing source code, tasks, configuration, and deployments is incomplete if the database is left out of the equation.(See: DBmaestro)
  • 19. TypesOf DevOpsTools  Continuous IntegrationTools:  Continuous integration tools provide an immediate feedback loop by regularly merging code.Teams merge developed code many times a day, getting feedback from automated test tools. (See: Jenkins, Bamboo, TeamCity).  AutomatedTestingTools:  Tools of this sort are tasked with verifying code quality before passing the build.The quicker the feedback loop works – the higher the quality gets, and the quicker you reach the desired "definition of done".(See: Telerik, QTP, TestComplete)  DeploymentTools:  In an effective DevOps environment, application deployments are frequent, predictable, and reliable.  Deployment tools are essential to checking those boxes. Continuous delivery means that applications can be released to production at any time you want in order to improve time to market, while keeping risk as low as possible. (See: IBM uDeploy, CA Release Automation, XebiaLabs)
  • 20. DevOpsTools Docker  Docker is at the forefront of the new trend toward containerization.  It packages together everything that an application needs to run— the code, the runtime, system tools, libraries, etc.—so that applications will operate the same way no matter where they are deployed.  Containers are more lightweight than virtual machines, and they also offer some security benefits.  A recent survey conducted by Docker found that 80 percent of enterprises surveyed plan their DevOps implementations around Docker.  Docker implements a high-levelAPI to provide lightweight containers that run processes in isolation.
  • 22. DevOpsTools Git  In recent years, Git has become incredibly popular for source code management, particularly as the site GitHub has become more popular for hosting open source projects.  It stands out from other version control management for the ease with which it handles branching and merging.  It's also very easy to use with distributed development teams, and it offers fast performance.  Many DevOps teams use it to manage the source code for their applications.  Its list of well-known users includes many of the biggest firms in the technology industry, such as Google, Facebook, Microsoft, Twitter, LinkedIn, Netflix, the Linux kernel and many others.
  • 24. DevOpsTools Ansible  Owned by Red Hat, Ansible automates many common IT operations tasks, such as cloud provisioning, configuration management and application deployment.  It integrates with a lot of other popular DevOps tools, including Git, JIRA, Jenkins and many others.  The software has been downloaded more than 5 million times, and it has more than sixteen thousand stars on GitHub.  The free open source version is available on GitHub, and Red Hat offers three paid versions—self-support, standard and premium— with prices that vary based on the number of nodes in production and the level of support needed.  Ansible has two types of servers: controlling machines and nodes. First, there is a single controlling machine which is where orchestration begins.
  • 26. DevOpsTools Chef  Another option for infrastructure automation, Chef makes it possible to manage both cloud and traditional environments with a single tool.  It promises to accelerate cloud adoption while maintaining high availability.  Quite a lot of documentation and technical resources are available on the Chef site, including many resources designed to help enterprises transition to DevOps and scale their DevOps implementations.  The company also offers a paid version of Chef called Chef Automate, as well as two other open source projects: InSpec, which focuses on security and compliance, and Habitat, which makes it possible to deploy apps in any environment, including the cloud, bare metal or containers.
  • 28. DevOpsTools Hudson  When Oracle bought Sun, it declared its intention to trademark the Hudson name, and development began on a commercial version.  Continuous integration is an integral part of the DevOps approach, and Hudson.  It is a tool for monitoring and managing continuous integration and testing.  Its key features include easy installation and configuration, change set support, real-time notifications of test failures, file fingerprinting and support for a wide variety of source code management systems, build tools, testing frameworks, code analysis tools, application servers and other DevOps tools.  Hudson is managed by the Eclipse Foundation, and there is a huge library of plug-ins that extend its capabilities.
  • 30. DevOpsTools Jenkins  The "leading open source automation server," Jenkins was forked from Hudson and offers many of the same capabilities.  It boasts easy installation and configuration, hundreds of plugins, extensibility and a distributed architecture that allows it to speed the process of testing.  It has a very active user community with lots of scheduled events that offer opportunities to learn more about the software.  There is also plenty of documentation on the website, including a blog that is updated regularly.  Jenkins Pipeline is a suite of plugins which supports implementing and integrating continuous delivery pipelines into Jenkins.  Pipeline provides an extensible set of tools for modeling simple- to-complex delivery pipelines "as code".
  • 32. DevOpsTools OneOps  Released byWalmart Labs as an open source tool earlier this year, OneOps is the newest open source DevOps tool in this slideshow.  It brings together cloud management and application lifecycle management capabilities with the goal of helping DevOps teams write and launch applications more quickly.  It also makes it easy to switch among multiple cloud providers, helping prevent vendor lock-in and providing greater flexibility.  It offers high availability, self-healing and auto-replace capabilities, automatic scaling and integration with many other continuous delivery and automation tools.  As well as support for all the major public cloud services.
  • 33. DevOpsTools Puppet  Used by more than 30,000 organizations, Puppet promises "a standard way of delivering and operating software, no matter where it runs."  It automates deployment to boost agility, reliability and auditability.  Well-known users of the software include the NewYork Stock Exchange, 1-800-Flowers.com,Getty Images, Staples and many other large organizations.  The entire Puppet ecosystem includes more than 40 different projects and 3,100 modules are available through the Puppet Forge.  In addition to the open source version, it also comes in an enterprise version that has free, standard and premium support tiers.
  • 35. DevOpsTools Salt  Another option for IT operations automation, Salt calls itself "the most intelligent, powerful and flexible open source software for remote execution, configuration automation, cloud control and event-driven orchestration.“  First released in 2012, it's used by tens of thousands of organizations.  It has won numerous awards, including the Best ofVMworld 2014 award for virtualization management, an InfoWorld 2014 Technology of theYear Award, and being named a Gartner Cool Vendor in DevOps in 2013.  The open source version is often referred to as Salt Open, and it also comes in a paid enterprise version called SaltStack Enterprise.
  • 36. DevOpsTools Vagrant  Owned by DevOps tool vendor HashiCorp,Vagrant aims to make it easy to set up development environments that are lightweight, portable and reproducible.  It's a command-line utility for managing virtual machines. Its users include the BBC, Expedia,Yammer, Mozilla, Nokia and others.  It integrates with Chef, Puppet,VMware, AmazonWeb Services and many other DevOps tools and cloud services.  PaidVMware plug-ins are available through partners, and HashiCorp offers related paid tools for managing DevOps environments.  Vagrant manages all the necessary configurations for the developers in order to avoid the unnecessary maintenance and setup time, and increases development productivity.  Vagrant uses "Provisioners" and "Providers" as building blocks to manage the development environments.
  • 38. DevOpsTools ElectricFlow  ElectricFlow is a single DevOps platform that supports the entire end-to-end software development and delivery process.  ElectricFlow Deploy is built on top of this powerful platform to automate deployments to accelerate time to market, reduce delivery costs, and increase quality, reliability and traceability.  Model, automate and scale application deployments to keep up with the pace of the dynamic marketplace.  Reduce costs and improve productivity and predictability by standardizing Dev and Ops toolchains.  Orchestrate Docker containers and microservices-based application releases with ease.
  • 40. THANKS If you feel it is helpful and worthy to share with other people, please share the same