SlideShare a Scribd company logo
What’s in it for you?
 How DevOps came to being….
 What is DevOps?
 Stages and tools of DevOps
 Implementation of DevOps
 DevOps practices
 Use case: DevOps approach by Etsy
 Benefits of DevOps approach
How DevOps came to being…
Here’s a simple analogy to help us understand how DevOps came to being…
How DevOps came to being…
Max is studying fashion designing. She has been assigned to put up a fashion show as her final year project
How DevOps came to being…
This is my teacher. He
has given me the
requirements for the
show
How DevOps came to being…
Stitched 200 dresses
How DevOps came to being…
Designed
Designer TeacherTailor
Approach 1 : Waterfall model
Stitched 200 dresses
How DevOps came to being…
Designed
Designer TeacherTailor
Approach 1 : Waterfall model
It took 3 months to stitch the 200 dresses all of which went to waste
How DevOps came to being…
Stitched 200 dressesDesigned
Designer TeacherTailor
The designer and tailor both must start all over. Unfortunately they do
not have enough time until the show
Approach 1 : Waterfall model
How DevOps came to being…
Stitched 200 dressesDesigned
Designer TeacherTailor
This is the waterfall model
Approach 1 : Waterfall model
How DevOps came to being…
Requirement
Requirements are given by the teacher
How DevOps came to being…
Requirement
The designer takes over the design phase
Design
How DevOps came to being…
Requirement
The tailor implements the design
Design
Implementation
How DevOps came to being…
Requirement
The teacher verifies if the products meets the requirements
Design
Implementation
Verification
How DevOps came to being…
Requirement
Design
Implementation
Verification
Maintenance
Since the teacher rejected the products, we never arrived at the
maintenance stage
How DevOps came to being…
Stitched 1 dressDesigned
Designer TeacherTailor
Approach 2 : Agile method
How DevOps came to being…
Stitched 1 dressDesigned
Designer TeacherTailor
Approach 2 : Agile method
How DevOps came to being…
Stitched 1 dressDesigned
Designer TeacherTailor
Stitched 1 dressDesigned
Designer TeacherTailor
Approach 2 : Agile method
How DevOps came to being…
Stitched 1 dressDesigned
Designer TeacherTailor
The tailor stitches the remaining 199 dresses. In 3 months, all
dresses are satisfactorily stitched
Stitched 1 dressDesigned
Designer TeacherTailor
Approach 2 : Agile method
How DevOps came to being…
Unfortunately, the shirts are slightly ill fit for a few models
Approach 2 : Agile method
Well, the tailor who
stitched the shirts
isn’t here
How DevOps came to being…
Approach 2 : Agile method
Well, the tailor who
stitched the shirts
isn’t here
How DevOps came to being…
Approach 2 : Agile method
The is the agile approach
How DevOps came to being…
Requirements are given by the teacher
Requirement
How DevOps came to being…
The designer designs as per the requirements
Requirement Design
How DevOps came to being…
Developer develops a sample product
Requirement Design Develop
How DevOps came to being…
Requirement
The feedback on the sample is provided
Design Develop Test and feedback
How DevOps came to being…
Requirement
This cycle continues until the feedback is positive
Design Develop Test and feedback
How DevOps came to being…
Requirement
Unfortunately, the agile methodology has no provision for maintenance
Design Develop Test and feedback
Designer
Since the designer and the tailor work independent from each other,
they have limited knowledge of the final output
Tailor
How DevOps came to being…
Approach 3 : DevOps
Designer Tailor
If only they had
worked
together….
How DevOps came to being…
Approach 3 : DevOps
Designer Tailor
This is where DevOps comes into play
How DevOps came to being…
Approach 3 : DevOps
How DevOps came to being…
Designer Tailor
This time, the designer and tailor work hand in hand on the shirts. So,
they both are aware of each others work
Approach 3 : DevOps
The shirt is
slightly loose
How DevOps came to being…
Approach 3 : DevOps
Fear not! I worked side by side
with the tailor. Just a few
stitches and you’re good to go
How DevOps came to being…
The coordination between designer and the tailor resulted in a smooth
maintenance process
Approach 3 : DevOps
Fear not! I worked side by side
with the tailor. Just a few
stitches and you’re good to go
How DevOps came to being…
This is the DevOps approach
Approach 3 : DevOps
How DevOps came to being…
Development team is responsible for
creation of the product
How DevOps came to being…
Development team is responsible for
creation of the product
Operations team is responsible for the
deployable product
How DevOps came to being…
Since the development and operations team work together, there is a provision for maintenance
Plan Build Test
DeployMaintenance
Introduction to DevOps
What is DevOps
DevOps is a software engineering culture that unifies the development and operations team, under an
umbrella of tools to automate every stage
DevOps
Stages and tools of DevOps
Plan
Build
Operate
Monitor
Deploy
Code
Stages and tools of DevOps
Test
Integrate
These tools provide a repository for
managing and storing various versions of a
code
Stages and tools of DevOps
Plan
Build
Operate
Monitor
Deploy
Code
Test
Integrate
Build tools automatically fetch the
source code from the repositories
and package them into executable
applications
Stages and tools of DevOps
Plan
Build
Operate
Monitor
Deploy
Code
Test
Integrate
Testing in DevOps is automated
within the build pipeline to ensure
that the applications are deployable
Stages and tools of DevOps
Plan
Build
Operate
Monitor
Deploy
Code
Test
Integrate
As the applications are ready, they
are pushed to deployment stage and
continuously configured to the right
state
Stages and tools of DevOps
Plan
Build
Operate
Monitor
Deploy
Code
Test
Integrate
The released products are
continuously monitored
Stages and tools of DevOps
Plan
Build
Operate
Monitor
Deploy
Code
Test
Integrate
The heart of DevOps, continuously
automates the integration of all the
different stages
Jenkins
Stages and tools of DevOps
Plan
Build
Operate
Monitor
Deploy
Code
Test
Integrate
Implementation of DevOps
Plan & Code
Build
Test
Deploy
Monitor
Integrate
Fetch
code
Implementation of DevOps
Plan & Code
Build
Test
Deploy
Monitor
Integrate
Send code to be built
Fetch built code
Implementation of DevOps
Plan & Code
Build
Test
Deploy
Monitor
Integrate
Send code for testing
Fetch the tested product
Implementation of DevOps
Plan & Code
Build
Test
Deploy
Monitor
Integrate
Automatic deployment
Implementation of DevOps
Plan & Code
Build
Test
Deploy
Monitor
Integrate
Receive monitoring report
Implementation of DevOps
Plan & Code
Build
Test
Deploy
Monitor
Integrate
Prepare for next sprint incorporating
the feedback received
Implementation of DevOps
DevOps practices
DevOps practices
DevOps practices
DevOps practices
DevOps practices
DevOps practices
DevOps practices
Use case: DevOps approach by Etsy
Use case: DevOps approach by Etsy
Etsy is an e-commerce website that markets uniquely
designed products
Their e–commerce website, being the face and the backbone of the
company required to be always up to date
Use case: DevOps approach by Etsy
Their e–commerce website, being the face and the backbone of the
company required to be always up to date
But every update was manually done and was time consuming
Use case: DevOps approach by Etsy
4 hours
Their e–commerce website, being the face and the backbone of the
company required to be always up to date
But every update was manually done and was time consuming
Moreover, during an update the site would be down. This drove their
customers to the competitors
Use case: DevOps approach by Etsy
4 hours
4 hours
Twice in a week
Use case: DevOps approach by Etsy
4 hours
Twice in a week
With the rising competition, Etsy realised soon enough
they needed to revolutionise
Use case: DevOps approach by Etsy
4 hours
Twice in a week
Use case: DevOps approach by Etsy
4 hours
Twice in a week
The Deployinator was a tool developed by Etsy, inspired
by the DevOps approach
Use case: DevOps approach by Etsy
4 hours
Twice in a week
This tool automated the entire deployment pipeline.
One button eliminated the slack and irregularity due to
manual labour
Deployment
Use case: DevOps approach by Etsy
4 hours
Twice in a week
Number of deployments now rose to 50 times a day!
Deployment
Use case: DevOps approach by Etsy
Benefits of DevOps
Reducing time of production, testing and delivery
Designing the simplest solutions to fit the requirements
Achieving highest quality through continuous integration and delivery
Automatic implementation of policy and configuration ensures security
Benefits of DevOps
How devops came to being… What is DevOps
Key Takeaways
Use case: devops approach by Etsy
Stages and tools in devops
Implementation of Devops Devops practices
What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Beginners | Simplilearn

More Related Content

What's hot

CI/CD Best Practices for Your DevOps Journey
CI/CD Best  Practices for Your DevOps JourneyCI/CD Best  Practices for Your DevOps Journey
CI/CD Best Practices for Your DevOps Journey
DevOps.com
 
Dev ops != Dev+Ops
Dev ops != Dev+OpsDev ops != Dev+Ops
Dev ops != Dev+Ops
Shalu Ahuja
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
Ravindu Fernando
 
An introduction to DevOps
An introduction to DevOpsAn introduction to DevOps
An introduction to DevOps
Alexander Meijers
 
DevOps and Tools
DevOps and ToolsDevOps and Tools
DevOps and Tools
Mohammed Fazuluddin
 
DevOps Training | DevOps Training Video | DevOps Tools | DevOps Tutorial For ...
DevOps Training | DevOps Training Video | DevOps Tools | DevOps Tutorial For ...DevOps Training | DevOps Training Video | DevOps Tools | DevOps Tutorial For ...
DevOps Training | DevOps Training Video | DevOps Tools | DevOps Tutorial For ...
Simplilearn
 
Transforming Organizations with CI/CD
Transforming Organizations with CI/CDTransforming Organizations with CI/CD
Transforming Organizations with CI/CD
Cprime
 
DevOps intro
DevOps introDevOps intro
DevOps intro
Abdelrhman Shawky
 
DevOps
DevOps DevOps
DevOps
Hakan Yüksel
 
Devops online training ppt
Devops online training pptDevops online training ppt
Devops online training ppt
KhalidQureshi31
 
DevOps
DevOps DevOps
DevOps
ARYA TM
 
DevOps explained
DevOps explainedDevOps explained
DevOps explained
Jérôme Kehrli
 
DevOps introduction
DevOps introductionDevOps introduction
DevOps introduction
Christian F. Nissen
 
DevOps 101
DevOps 101DevOps 101
DevOps 101
Ernest Mueller
 
Demystifying DevSecOps
Demystifying DevSecOpsDemystifying DevSecOps
Demystifying DevSecOps
Archana Joshi
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
Francesco Garavaglia
 
Devops Devops Devops
Devops Devops DevopsDevops Devops Devops
Devops Devops Devops
Kris Buytaert
 
Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...
Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...
Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...
SlideTeam
 
Benefits of DevSecOps
Benefits of DevSecOpsBenefits of DevSecOps
Introduction to devops
Introduction to devopsIntroduction to devops
Introduction to devops
UtpalenduChakrobortt1
 

What's hot (20)

CI/CD Best Practices for Your DevOps Journey
CI/CD Best  Practices for Your DevOps JourneyCI/CD Best  Practices for Your DevOps Journey
CI/CD Best Practices for Your DevOps Journey
 
Dev ops != Dev+Ops
Dev ops != Dev+OpsDev ops != Dev+Ops
Dev ops != Dev+Ops
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
 
An introduction to DevOps
An introduction to DevOpsAn introduction to DevOps
An introduction to DevOps
 
DevOps and Tools
DevOps and ToolsDevOps and Tools
DevOps and Tools
 
DevOps Training | DevOps Training Video | DevOps Tools | DevOps Tutorial For ...
DevOps Training | DevOps Training Video | DevOps Tools | DevOps Tutorial For ...DevOps Training | DevOps Training Video | DevOps Tools | DevOps Tutorial For ...
DevOps Training | DevOps Training Video | DevOps Tools | DevOps Tutorial For ...
 
Transforming Organizations with CI/CD
Transforming Organizations with CI/CDTransforming Organizations with CI/CD
Transforming Organizations with CI/CD
 
DevOps intro
DevOps introDevOps intro
DevOps intro
 
DevOps
DevOps DevOps
DevOps
 
Devops online training ppt
Devops online training pptDevops online training ppt
Devops online training ppt
 
DevOps
DevOps DevOps
DevOps
 
DevOps explained
DevOps explainedDevOps explained
DevOps explained
 
DevOps introduction
DevOps introductionDevOps introduction
DevOps introduction
 
DevOps 101
DevOps 101DevOps 101
DevOps 101
 
Demystifying DevSecOps
Demystifying DevSecOpsDemystifying DevSecOps
Demystifying DevSecOps
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
 
Devops Devops Devops
Devops Devops DevopsDevops Devops Devops
Devops Devops Devops
 
Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...
Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...
Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...
 
Benefits of DevSecOps
Benefits of DevSecOpsBenefits of DevSecOps
Benefits of DevSecOps
 
Introduction to devops
Introduction to devopsIntroduction to devops
Introduction to devops
 

Similar to What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Beginners | Simplilearn

Time To Get Your DevOps E-Degree Now !!
Time To Get Your DevOps E-Degree Now !!Time To Get Your DevOps E-Degree Now !!
Time To Get Your DevOps E-Degree Now !!
John Alex
 
5 Best Practices DevOps Culture
5 Best Practices DevOps Culture5 Best Practices DevOps Culture
5 Best Practices DevOps Culture
Edureka!
 
5 best practices in dev ops culture
5 best practices in dev ops culture5 best practices in dev ops culture
5 best practices in dev ops culture
Edureka!
 
DevOps for absolute beginners
DevOps for absolute beginnersDevOps for absolute beginners
DevOps for absolute beginners
Ahmed Misbah
 
Getting Started with DevOps
Getting Started with DevOpsGetting Started with DevOps
Getting Started with DevOps
Ahmed Misbah
 
What Is DevOps, Really
What Is DevOps, ReallyWhat Is DevOps, Really
What Is DevOps, Really
XebiaLabs
 
Devops Engineer E-Degree In Just 3 Months
Devops Engineer E-Degree In Just 3 MonthsDevops Engineer E-Degree In Just 3 Months
Devops Engineer E-Degree In Just 3 Months
John Alex
 
Webinar: DevOps - Redefining your IT Strategy
Webinar: DevOps - Redefining your IT StrategyWebinar: DevOps - Redefining your IT Strategy
Webinar: DevOps - Redefining your IT Strategy
Edureka!
 
Why DevOps Technology is the Most Popular
Why DevOps Technology is the Most PopularWhy DevOps Technology is the Most Popular
Why DevOps Technology is the Most Popular
Ravendra Singh
 
What Does a DevOps Engineer Actually Do.pdf
What Does a DevOps Engineer Actually Do.pdfWhat Does a DevOps Engineer Actually Do.pdf
What Does a DevOps Engineer Actually Do.pdf
SatawareTechnologies6
 
Azure DevOps Complete CI/CD Pipeline
Azure DevOps Complete CI/CD PipelineAzure DevOps Complete CI/CD Pipeline
Azure DevOps Complete CI/CD Pipeline
Nicolas Benjamin Cruz Carpio
 
DevOps.pptx
DevOps.pptxDevOps.pptx
DevOps.pptx
MohamedSaied877003
 
Comprehensive Guide to Hire DevOps Engineer.pdf
Comprehensive Guide to Hire DevOps Engineer.pdfComprehensive Guide to Hire DevOps Engineer.pdf
Comprehensive Guide to Hire DevOps Engineer.pdf
EcosmobTechnologies1
 
Full-Stack Agile - What is DevOps?
Full-Stack Agile - What is DevOps?Full-Stack Agile - What is DevOps?
Full-Stack Agile - What is DevOps?
Ashley-Christian Hardy
 
Continuous Delivery - the missing parts - Paul Stack
Continuous Delivery - the missing parts - Paul StackContinuous Delivery - the missing parts - Paul Stack
Continuous Delivery - the missing parts - Paul Stack
JAXLondon_Conference
 
Devops Training in Delhi
Devops Training in DelhiDevops Training in Delhi
Devops Training in Delhi
AP2V Academy
 
Agile Gurgaon 2016 | Thinking Beyond :: Marry Agile and DevOps for Phenomenal...
Agile Gurgaon 2016 | Thinking Beyond :: Marry Agile and DevOps for Phenomenal...Agile Gurgaon 2016 | Thinking Beyond :: Marry Agile and DevOps for Phenomenal...
Agile Gurgaon 2016 | Thinking Beyond :: Marry Agile and DevOps for Phenomenal...
AgileNetwork
 
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!
 
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
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
Ahmed Adel
 

Similar to What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Beginners | Simplilearn (20)

Time To Get Your DevOps E-Degree Now !!
Time To Get Your DevOps E-Degree Now !!Time To Get Your DevOps E-Degree Now !!
Time To Get Your DevOps E-Degree Now !!
 
5 Best Practices DevOps Culture
5 Best Practices DevOps Culture5 Best Practices DevOps Culture
5 Best Practices DevOps Culture
 
5 best practices in dev ops culture
5 best practices in dev ops culture5 best practices in dev ops culture
5 best practices in dev ops culture
 
DevOps for absolute beginners
DevOps for absolute beginnersDevOps for absolute beginners
DevOps for absolute beginners
 
Getting Started with DevOps
Getting Started with DevOpsGetting Started with DevOps
Getting Started with DevOps
 
What Is DevOps, Really
What Is DevOps, ReallyWhat Is DevOps, Really
What Is DevOps, Really
 
Devops Engineer E-Degree In Just 3 Months
Devops Engineer E-Degree In Just 3 MonthsDevops Engineer E-Degree In Just 3 Months
Devops Engineer E-Degree In Just 3 Months
 
Webinar: DevOps - Redefining your IT Strategy
Webinar: DevOps - Redefining your IT StrategyWebinar: DevOps - Redefining your IT Strategy
Webinar: DevOps - Redefining your IT Strategy
 
Why DevOps Technology is the Most Popular
Why DevOps Technology is the Most PopularWhy DevOps Technology is the Most Popular
Why DevOps Technology is the Most Popular
 
What Does a DevOps Engineer Actually Do.pdf
What Does a DevOps Engineer Actually Do.pdfWhat Does a DevOps Engineer Actually Do.pdf
What Does a DevOps Engineer Actually Do.pdf
 
Azure DevOps Complete CI/CD Pipeline
Azure DevOps Complete CI/CD PipelineAzure DevOps Complete CI/CD Pipeline
Azure DevOps Complete CI/CD Pipeline
 
DevOps.pptx
DevOps.pptxDevOps.pptx
DevOps.pptx
 
Comprehensive Guide to Hire DevOps Engineer.pdf
Comprehensive Guide to Hire DevOps Engineer.pdfComprehensive Guide to Hire DevOps Engineer.pdf
Comprehensive Guide to Hire DevOps Engineer.pdf
 
Full-Stack Agile - What is DevOps?
Full-Stack Agile - What is DevOps?Full-Stack Agile - What is DevOps?
Full-Stack Agile - What is DevOps?
 
Continuous Delivery - the missing parts - Paul Stack
Continuous Delivery - the missing parts - Paul StackContinuous Delivery - the missing parts - Paul Stack
Continuous Delivery - the missing parts - Paul Stack
 
Devops Training in Delhi
Devops Training in DelhiDevops Training in Delhi
Devops Training in Delhi
 
Agile Gurgaon 2016 | Thinking Beyond :: Marry Agile and DevOps for Phenomenal...
Agile Gurgaon 2016 | Thinking Beyond :: Marry Agile and DevOps for Phenomenal...Agile Gurgaon 2016 | Thinking Beyond :: Marry Agile and DevOps for Phenomenal...
Agile Gurgaon 2016 | Thinking Beyond :: Marry Agile and DevOps for Phenomenal...
 
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...
 
DevOps(1) : What's DevOps - (MOSG)
DevOps(1) : What's DevOps - (MOSG)DevOps(1) : What's DevOps - (MOSG)
DevOps(1) : What's DevOps - (MOSG)
 
Introduction to DevOps
Introduction to DevOpsIntroduction to DevOps
Introduction to DevOps
 

More from Simplilearn

🔥 Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
🔥 Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...🔥 Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
🔥 Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
Simplilearn
 
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
Simplilearn
 
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
Simplilearn
 
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
Simplilearn
 
🔥 Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
🔥 Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...🔥 Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
🔥 Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
Simplilearn
 
🔥 AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
🔥 AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...🔥 AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
🔥 AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
Simplilearn
 
🔥 Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
🔥 Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...🔥 Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
🔥 Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
Simplilearn
 
🔥 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
🔥 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...🔥 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
🔥 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
Simplilearn
 
Project Manager vs Program Manager - What’s the Difference ? | Project Manage...
Project Manager vs Program Manager - What’s the Difference ? | Project Manage...Project Manager vs Program Manager - What’s the Difference ? | Project Manage...
Project Manager vs Program Manager - What’s the Difference ? | Project Manage...
Simplilearn
 
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
Simplilearn
 
🔥 Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
🔥 Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn🔥 Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
🔥 Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
Simplilearn
 
ChatGPT in Cybersecurity
ChatGPT in CybersecurityChatGPT in Cybersecurity
ChatGPT in Cybersecurity
Simplilearn
 
Whatis SQL Injection.pptx
Whatis SQL Injection.pptxWhatis SQL Injection.pptx
Whatis SQL Injection.pptx
Simplilearn
 
Top 5 High Paying Cloud Computing Jobs in 2023
 Top 5 High Paying Cloud Computing Jobs in 2023  Top 5 High Paying Cloud Computing Jobs in 2023
Top 5 High Paying Cloud Computing Jobs in 2023
Simplilearn
 
Types Of Cloud Jobs In 2024
Types Of Cloud Jobs In 2024Types Of Cloud Jobs In 2024
Types Of Cloud Jobs In 2024
Simplilearn
 
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Simplilearn
 
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
Simplilearn
 
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Simplilearn
 
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
Simplilearn
 
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Simplilearn
 

More from Simplilearn (20)

🔥 Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
🔥 Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...🔥 Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
🔥 Cyber Security Engineer Vs Ethical Hacker: What's The Difference | Cybersec...
 
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
Top 10 Companies Hiring Machine Learning Engineer | Machine Learning Jobs | A...
 
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
How to Become Strategy Manager 2023 ? | Strategic Management | Roadmap | Simp...
 
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
Top 20 Devops Engineer Interview Questions And Answers For 2023 | Devops Tuto...
 
🔥 Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
🔥 Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...🔥 Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
🔥 Big Data Engineer Roadmap 2023 | How To Become A Big Data Engineer In 2023 ...
 
🔥 AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
🔥 AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...🔥 AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
🔥 AI Engineer Resume For 2023 | CV For AI Engineer | AI Engineer CV 2023 | Si...
 
🔥 Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
🔥 Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...🔥 Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
🔥 Top 5 Skills For Data Engineer In 2023 | Data Engineer Skills Required For ...
 
🔥 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
🔥 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...🔥 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
🔥 6 Reasons To Become A Data Engineer | Why You Should Become A Data Engineer...
 
Project Manager vs Program Manager - What’s the Difference ? | Project Manage...
Project Manager vs Program Manager - What’s the Difference ? | Project Manage...Project Manager vs Program Manager - What’s the Difference ? | Project Manage...
Project Manager vs Program Manager - What’s the Difference ? | Project Manage...
 
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
Deloitte Interview Questions And Answers | Top 45 Deloitte Interview Question...
 
🔥 Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
🔥 Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn🔥 Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
🔥 Deep Learning Roadmap 2024 | Deep Learning Career Path 2024 | Simplilearn
 
ChatGPT in Cybersecurity
ChatGPT in CybersecurityChatGPT in Cybersecurity
ChatGPT in Cybersecurity
 
Whatis SQL Injection.pptx
Whatis SQL Injection.pptxWhatis SQL Injection.pptx
Whatis SQL Injection.pptx
 
Top 5 High Paying Cloud Computing Jobs in 2023
 Top 5 High Paying Cloud Computing Jobs in 2023  Top 5 High Paying Cloud Computing Jobs in 2023
Top 5 High Paying Cloud Computing Jobs in 2023
 
Types Of Cloud Jobs In 2024
Types Of Cloud Jobs In 2024Types Of Cloud Jobs In 2024
Types Of Cloud Jobs In 2024
 
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
Top 12 AI Technologies To Learn 2024 | Top AI Technologies in 2024 | AI Trend...
 
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
What is LSTM ?| Long Short Term Memory Explained with Example | Deep Learning...
 
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
Top 10 Chat GPT Use Cases | ChatGPT Applications | ChatGPT Tutorial For Begin...
 
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
React JS Vs Next JS - What's The Difference | Next JS Tutorial For Beginners ...
 
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
Backpropagation in Neural Networks | Back Propagation Algorithm with Examples...
 

Recently uploaded

Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
ArianaBusciglio
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
National Information Standards Organization (NISO)
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
Dr. Shivangi Singh Parihar
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
eBook.com.bd (প্রয়োজনীয় বাংলা বই)
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
amberjdewit93
 
MERN Stack Developer Roadmap By ScholarHat PDF
MERN Stack Developer Roadmap By ScholarHat PDFMERN Stack Developer Roadmap By ScholarHat PDF
MERN Stack Developer Roadmap By ScholarHat PDF
scholarhattraining
 
Delivering Micro-Credentials in Technical and Vocational Education and Training
Delivering Micro-Credentials in Technical and Vocational Education and TrainingDelivering Micro-Credentials in Technical and Vocational Education and Training
Delivering Micro-Credentials in Technical and Vocational Education and Training
AG2 Design
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
Priyankaranawat4
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
ak6969907
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Assignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docxAssignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docx
ArianaBusciglio
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
Wasim Ak
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Excellence Foundation for South Sudan
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
AyyanKhan40
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
Academy of Science of South Africa
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
IreneSebastianRueco1
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
RitikBhardwaj56
 

Recently uploaded (20)

Group Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana BuscigliopptxGroup Presentation 2 Economics.Ariana Buscigliopptx
Group Presentation 2 Economics.Ariana Buscigliopptx
 
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
Pollock and Snow "DEIA in the Scholarly Landscape, Session One: Setting Expec...
 
PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.PCOS corelations and management through Ayurveda.
PCOS corelations and management through Ayurveda.
 
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdfবাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
বাংলাদেশ অর্থনৈতিক সমীক্ষা (Economic Review) ২০২৪ UJS App.pdf
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Digital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental DesignDigital Artefact 1 - Tiny Home Environmental Design
Digital Artefact 1 - Tiny Home Environmental Design
 
MERN Stack Developer Roadmap By ScholarHat PDF
MERN Stack Developer Roadmap By ScholarHat PDFMERN Stack Developer Roadmap By ScholarHat PDF
MERN Stack Developer Roadmap By ScholarHat PDF
 
Delivering Micro-Credentials in Technical and Vocational Education and Training
Delivering Micro-Credentials in Technical and Vocational Education and TrainingDelivering Micro-Credentials in Technical and Vocational Education and Training
Delivering Micro-Credentials in Technical and Vocational Education and Training
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
clinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdfclinical examination of hip joint (1).pdf
clinical examination of hip joint (1).pdf
 
World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024World environment day ppt For 5 June 2024
World environment day ppt For 5 June 2024
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Assignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docxAssignment_4_ArianaBusciglio Marvel(1).docx
Assignment_4_ArianaBusciglio Marvel(1).docx
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
Normal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of LabourNormal Labour/ Stages of Labour/ Mechanism of Labour
Normal Labour/ Stages of Labour/ Mechanism of Labour
 
Your Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective UpskillingYour Skill Boost Masterclass: Strategies for Effective Upskilling
Your Skill Boost Masterclass: Strategies for Effective Upskilling
 
PIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf IslamabadPIMS Job Advertisement 2024.pdf Islamabad
PIMS Job Advertisement 2024.pdf Islamabad
 
South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)South African Journal of Science: Writing with integrity workshop (2024)
South African Journal of Science: Writing with integrity workshop (2024)
 
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
RPMS TEMPLATE FOR SCHOOL YEAR 2023-2024 FOR TEACHER 1 TO TEACHER 3
 
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...The simplified electron and muon model, Oscillating Spacetime: The Foundation...
The simplified electron and muon model, Oscillating Spacetime: The Foundation...
 

What is DevOps? | DevOps Introduction | DevOps Tools | DevOps Tutorial For Beginners | Simplilearn

  • 1.
  • 2. What’s in it for you?  How DevOps came to being….  What is DevOps?  Stages and tools of DevOps  Implementation of DevOps  DevOps practices  Use case: DevOps approach by Etsy  Benefits of DevOps approach
  • 3. How DevOps came to being…
  • 4. Here’s a simple analogy to help us understand how DevOps came to being… How DevOps came to being…
  • 5. Max is studying fashion designing. She has been assigned to put up a fashion show as her final year project How DevOps came to being…
  • 6. This is my teacher. He has given me the requirements for the show How DevOps came to being…
  • 7. Stitched 200 dresses How DevOps came to being… Designed Designer TeacherTailor Approach 1 : Waterfall model
  • 8. Stitched 200 dresses How DevOps came to being… Designed Designer TeacherTailor Approach 1 : Waterfall model It took 3 months to stitch the 200 dresses all of which went to waste
  • 9. How DevOps came to being… Stitched 200 dressesDesigned Designer TeacherTailor The designer and tailor both must start all over. Unfortunately they do not have enough time until the show Approach 1 : Waterfall model
  • 10. How DevOps came to being… Stitched 200 dressesDesigned Designer TeacherTailor This is the waterfall model Approach 1 : Waterfall model
  • 11. How DevOps came to being… Requirement Requirements are given by the teacher
  • 12. How DevOps came to being… Requirement The designer takes over the design phase Design
  • 13. How DevOps came to being… Requirement The tailor implements the design Design Implementation
  • 14. How DevOps came to being… Requirement The teacher verifies if the products meets the requirements Design Implementation Verification
  • 15. How DevOps came to being… Requirement Design Implementation Verification Maintenance Since the teacher rejected the products, we never arrived at the maintenance stage
  • 16. How DevOps came to being… Stitched 1 dressDesigned Designer TeacherTailor Approach 2 : Agile method
  • 17. How DevOps came to being… Stitched 1 dressDesigned Designer TeacherTailor Approach 2 : Agile method
  • 18. How DevOps came to being… Stitched 1 dressDesigned Designer TeacherTailor Stitched 1 dressDesigned Designer TeacherTailor Approach 2 : Agile method
  • 19. How DevOps came to being… Stitched 1 dressDesigned Designer TeacherTailor The tailor stitches the remaining 199 dresses. In 3 months, all dresses are satisfactorily stitched Stitched 1 dressDesigned Designer TeacherTailor Approach 2 : Agile method
  • 20. How DevOps came to being… Unfortunately, the shirts are slightly ill fit for a few models Approach 2 : Agile method
  • 21. Well, the tailor who stitched the shirts isn’t here How DevOps came to being… Approach 2 : Agile method
  • 22. Well, the tailor who stitched the shirts isn’t here How DevOps came to being… Approach 2 : Agile method The is the agile approach
  • 23. How DevOps came to being… Requirements are given by the teacher Requirement
  • 24. How DevOps came to being… The designer designs as per the requirements Requirement Design
  • 25. How DevOps came to being… Developer develops a sample product Requirement Design Develop
  • 26. How DevOps came to being… Requirement The feedback on the sample is provided Design Develop Test and feedback
  • 27. How DevOps came to being… Requirement This cycle continues until the feedback is positive Design Develop Test and feedback
  • 28. How DevOps came to being… Requirement Unfortunately, the agile methodology has no provision for maintenance Design Develop Test and feedback
  • 29. Designer Since the designer and the tailor work independent from each other, they have limited knowledge of the final output Tailor How DevOps came to being… Approach 3 : DevOps
  • 30. Designer Tailor If only they had worked together…. How DevOps came to being… Approach 3 : DevOps
  • 31. Designer Tailor This is where DevOps comes into play How DevOps came to being… Approach 3 : DevOps
  • 32. How DevOps came to being… Designer Tailor This time, the designer and tailor work hand in hand on the shirts. So, they both are aware of each others work Approach 3 : DevOps
  • 33. The shirt is slightly loose How DevOps came to being… Approach 3 : DevOps
  • 34. Fear not! I worked side by side with the tailor. Just a few stitches and you’re good to go How DevOps came to being… The coordination between designer and the tailor resulted in a smooth maintenance process Approach 3 : DevOps
  • 35. Fear not! I worked side by side with the tailor. Just a few stitches and you’re good to go How DevOps came to being… This is the DevOps approach Approach 3 : DevOps
  • 36. How DevOps came to being… Development team is responsible for creation of the product
  • 37. How DevOps came to being… Development team is responsible for creation of the product Operations team is responsible for the deployable product
  • 38. How DevOps came to being… Since the development and operations team work together, there is a provision for maintenance Plan Build Test DeployMaintenance
  • 40. What is DevOps DevOps is a software engineering culture that unifies the development and operations team, under an umbrella of tools to automate every stage DevOps
  • 41. Stages and tools of DevOps
  • 43. These tools provide a repository for managing and storing various versions of a code Stages and tools of DevOps Plan Build Operate Monitor Deploy Code Test Integrate
  • 44. Build tools automatically fetch the source code from the repositories and package them into executable applications Stages and tools of DevOps Plan Build Operate Monitor Deploy Code Test Integrate
  • 45. Testing in DevOps is automated within the build pipeline to ensure that the applications are deployable Stages and tools of DevOps Plan Build Operate Monitor Deploy Code Test Integrate
  • 46. As the applications are ready, they are pushed to deployment stage and continuously configured to the right state Stages and tools of DevOps Plan Build Operate Monitor Deploy Code Test Integrate
  • 47. The released products are continuously monitored Stages and tools of DevOps Plan Build Operate Monitor Deploy Code Test Integrate
  • 48. The heart of DevOps, continuously automates the integration of all the different stages Jenkins Stages and tools of DevOps Plan Build Operate Monitor Deploy Code Test Integrate
  • 51. Plan & Code Build Test Deploy Monitor Integrate Send code to be built Fetch built code Implementation of DevOps
  • 52. Plan & Code Build Test Deploy Monitor Integrate Send code for testing Fetch the tested product Implementation of DevOps
  • 53. Plan & Code Build Test Deploy Monitor Integrate Automatic deployment Implementation of DevOps
  • 54. Plan & Code Build Test Deploy Monitor Integrate Receive monitoring report Implementation of DevOps
  • 55. Plan & Code Build Test Deploy Monitor Integrate Prepare for next sprint incorporating the feedback received Implementation of DevOps
  • 63. Use case: DevOps approach by Etsy
  • 64. Use case: DevOps approach by Etsy Etsy is an e-commerce website that markets uniquely designed products
  • 65. Their e–commerce website, being the face and the backbone of the company required to be always up to date Use case: DevOps approach by Etsy
  • 66. Their e–commerce website, being the face and the backbone of the company required to be always up to date But every update was manually done and was time consuming Use case: DevOps approach by Etsy 4 hours
  • 67. Their e–commerce website, being the face and the backbone of the company required to be always up to date But every update was manually done and was time consuming Moreover, during an update the site would be down. This drove their customers to the competitors Use case: DevOps approach by Etsy 4 hours
  • 68. 4 hours Twice in a week Use case: DevOps approach by Etsy
  • 69. 4 hours Twice in a week With the rising competition, Etsy realised soon enough they needed to revolutionise Use case: DevOps approach by Etsy
  • 70. 4 hours Twice in a week Use case: DevOps approach by Etsy
  • 71. 4 hours Twice in a week The Deployinator was a tool developed by Etsy, inspired by the DevOps approach Use case: DevOps approach by Etsy
  • 72. 4 hours Twice in a week This tool automated the entire deployment pipeline. One button eliminated the slack and irregularity due to manual labour Deployment Use case: DevOps approach by Etsy
  • 73. 4 hours Twice in a week Number of deployments now rose to 50 times a day! Deployment Use case: DevOps approach by Etsy
  • 75. Reducing time of production, testing and delivery Designing the simplest solutions to fit the requirements Achieving highest quality through continuous integration and delivery Automatic implementation of policy and configuration ensures security Benefits of DevOps
  • 76. How devops came to being… What is DevOps Key Takeaways Use case: devops approach by Etsy Stages and tools in devops Implementation of Devops Devops practices

Editor's Notes

  1. Style - 01
  2. Style - 01
  3. Style - 01
  4. Style - 01
  5. Style - 01
  6. Style - 01
  7. Style - 01
  8. Style - 01
  9. Style - 01
  10. Style - 01
  11. Style - 01
  12. Style - 01
  13. Style - 01
  14. Style - 01
  15. Style - 01
  16. Style - 01
  17. Style - 01
  18. Style - 01
  19. Style - 01
  20. Style - 01
  21. Style - 01
  22. Style - 01
  23. Style - 01
  24. Style - 01
  25. Style - 01
  26. Style - 01
  27. Style - 01
  28. Style - 01
  29. Style - 01
  30. Style - 01
  31. Style - 01
  32. Style - 01
  33. Style - 01
  34. Style - 01
  35. Style - 01
  36. Style - 01
  37. Style - 01
  38. Style - 01
  39. Style - 01
  40. Style - 01
  41. Style - 01
  42. Style - 01
  43. Style - 01
  44. Style - 01
  45. Style - 01
  46. Style - 01
  47. Style - 01
  48. Style - 01
  49. Style - 01
  50. Style - 01
  51. Style - 01
  52. Style - 01
  53. Style - 01
  54. Style - 01
  55. Style - 01
  56. Style - 01
  57. Style - 01
  58. Style - 01
  59. Style - 01
  60. Style - 01
  61. Style - 01
  62. Style - 01
  63. Style - 01
  64. Style - 01
  65. Style - 01
  66. Style - 01
  67. Style - 01
  68. Style - 01