SlideShare a Scribd company logo
1 of 124
Download to read offline
Presented By – Daffodil DevOps Team
1
Transform Agile
Development
With
Practical DevOps
@2018 Daffodil Software Pvt. Ltd.
All trademarks and logo displayed in this presentation are the trademarks of their respective owners and used for informational purposes only. We constitute neither an endorsement nor
a recommendation of those organizations
21
2
3
5
4
6
7
DevOps
Introduction
Understanding
DevOps Lifecycle
DevOps, Automation &
Best Practices
Docker Containers &
Ecosystem
DevOps With
Cloud Services
DevOps
Toolchain for
Best Practices
Infrastructure as
a Code (IaC)
@2018 Daffodil Software Pvt. Ltd.
3
Will Also See
Some Tools
in Action
@2018 Daffodil Software Pvt. Ltd.
1. DevOps
Introduction
4
@2018 Daffodil Software Pvt. Ltd.
5
Tools Process
DevOps
CultureSkill
People
Speed
What is DevOps
@2018 Daffodil Software Pvt. Ltd.
6
Release
Deploy
Monitor
Feedback
Code
Review
Build
Test
Plan
Functional Perspective of Dev and Ops Teams
Agile
Development
Dev Ops
Operations
@2018 Daffodil Software Pvt. Ltd.
What is DevOps 7
Is a Culture 1
Is about implementing
best practices with the
help of tools
2
Is about
implementing
agility in
Operations
3
Is About
Automation
4
@2018 Daffodil Software Pvt. Ltd.
8
Not a Role,
Person or
Organization
Not
Something
only IT
Administrator
do
Not
Something
only
Developer do
Not about
Writing Scripts
or Implementing
Tools only
What is NOT DevOps
@2018 Daffodil Software Pvt. Ltd.
9
Why Agile is
Incomplete
Without DevOps ?
@2018 Daffodil Software Pvt. Ltd.
10
How I can look into
the system if
everything is
running well ?
Why I am not
getting the
desired result
from Agile Team?
How do we
achieve faster
time to market
with Agile team?
How I can keep my
Production Server
Secure and Stable
with frequent
releases ?
@2018 Daffodil Software Pvt. Ltd.
11
Every Team is Happily Working in Silos With Different
Objectives
Customer Business Owner Agile Dev Team OpsTeam
Business
Revenue
Target
Well
Structure
Code
Stable and
Secure
Infra
@2018 Daffodil Software Pvt. Ltd.
12
Agile Seems Fine Without DevOps Culture Till
Deployment Comes Into The Picture
My Code is working fine.
We will share the build
with OpsTeam soon ?
My Environment is secure
and ready for production.
I will deploy whatever Dev
team will give us ?
Are we ready to
deploy new
features ?
Yes, Our Agile Team is
all set to deploy new
features.
I have confirmed
to Client that we
are ready to
deploy new
features ?
Customer Business Owner Agile Dev Team OpsTeam
@2018 Daffodil Software Pvt. Ltd.
13
Deployment By Team Working in Silos
Build Handover Between
Teams (Working in Silos) for
Deployment
Leads To
Disaster
Dev Team Ops Team
I don’t know
anything about Prod
Env but I assume it
must be working as
good as my code
I don’t know anything
about Code but I
assume it must be
working as good as my
Prod Env
@2018 Daffodil Software Pvt. Ltd.
14
Hunting for The Defaulter Begins With Client’s Escalation
Do you know what might
have caused the failure ?
How would I know,
you wrote the code ?
Do you know what
might have
caused the failure
?
Let me check with the
team. I will update you
about it.
Team, We have to
resolve the issue
ASAP ?
Customer Business Owner Agile Dev Team OpsTeam
@2018 Daffodil Software Pvt. Ltd.
15
Lack of Transparency and Coordination Kick Off the
Blame Game and Left Customer Furious
Our Code was working
fine before it was
deployed in your
environment ?
My Servers were
working well before
you made the new
deployment ?
My business is
getting affected, I
need the
explanation now ?
Entire team is looking
into the issue. I will
update you about it.
Client is now
really frustrated
and I don’t have
any answers ?
Customer Business Owner Agile Dev Team OpsTeam
@2018 Daffodil Software Pvt. Ltd.
16
Agile Development WITHOUT DevOps Culture
Release and Deploy Speed
Mismatch
Unpredictable Issues
Blame Games Lack Of Monitoring and Feedback
@2018 Daffodil Software Pvt. Ltd.
17
Agile Development WITH DevOps Culture
Streamlined Deliveries Team Works in Collaboration
Continuous Monitoring & Feedback
@2018 Daffodil Software Pvt. Ltd.
2. Understanding
DevOps Lifecycle
18
@2018 Daffodil Software Pvt. Ltd.
19
Agile Development
Continuous Integration
Continuous Delivery
Continuous Deployment
DevOps
@2018 Daffodil Software Pvt. Ltd.
20
Difference between Continuous Integration,
Continuous Delivery and Continuous Deployment
Build Test
Deploy to
Staging
Acceptance
Test
Deploy to
Production
Smoke
Test
Build Test
Deploy to
Staging
Acceptance
Test
Deploy to
Production
Smoke
Test
Manual
Automated
Continuous
Delivery
Continuous
Deployment
Continuous
Integration
@2018 Daffodil Software Pvt. Ltd.
3. Automation &
Best Practices
21
@2018 Daffodil Software Pvt. Ltd.
22
We Can Start DevOps Adoption With a 5 Steps Journey
Process
Transformation
2
Cultural
Transformation
1
Technology
Transformation
3
Automate
Everything
4
Adoption of Tools
For Best Practices
5
@2018 Daffodil Software Pvt. Ltd.
23
How DevOps Disrupt Project Execution Methodologies ?
Design Code Test Deploy
Design
Code
Test
Design
Code
Test Deploy CodeDesign Test Deploy CodeDesign Test Deploy
Waterfall
Agile
DevOps
DeployDesign TestCode Design TestCode DeployDesign TestCode
@2018 Daffodil Software Pvt. Ltd.
24
Reactive and Scalable Infrastructure with Embrace DevOps
Waterfall
Agile
DevOps
Architecture Packaging Infrastructure
Monolithic
N-Tier Decoupled
Microservices
Physical Server InHouse Datacenter
VM
Containers
Hosted
Cloud
@2018 Daffodil Software Pvt. Ltd.
25
Culture
CI/CD
Continuous
Feedback
Continuous
Monitoring
Process Cronjobs
System
Scheduling
Build
Test
Release
Deploy
Configure
Monitor
DevOps IT Automation
Automation
in DevOps
Custom Shell
Scripts
@2018 Daffodil Software Pvt. Ltd.
26
Monitoring
Build Process
Provisioning
Testing
Deployment
01
02 03
0504
Automate Provisioning -
Infrastructure as Code
Automate Builds –
Continuous Integration
Automate Deployments –
Defined Deployment Pipeline
Automate Testing –
Continuous Testing,
Automated tests after each
deployment
Automate Monitoring &
Metrics – Proper monitors
in place sending alerts
Automate as Many as Processes to Support Faster Deliveries
@2018 Daffodil Software Pvt. Ltd.
27
Take Proactive Measure using Continuous Monitoring
Application
Monitoring
Hardware
Monitoring
Cloud
Monitoring
Mobile
Apps
Monitoring
Infrastructure
Monitoring
Logs
Monitoring
@2018 Daffodil Software Pvt. Ltd.
28
DevOpsBestPractices
29
Improve Quality and Stability by Continuous Feedback
@2018 Daffodil Software Pvt. Ltd.
4. DevOps Toolchain
for Best Practices
30
@2018 Daffodil Software Pvt. Ltd.
31
Adoption of Tools to Implement Best Practices for
DevOps
@2018 Daffodil Software Pvt. Ltd.
32
PROD UAT DEV
Continuous
Delivery
SM DEV 1 DEV 2
CheckInChanges
Fetch Changes
QA
Service
Desk
Monitoring
Feedback
CI/CD
Server
Send To
Backlog
Agile Team
Version Control
Adoption of Tools to Implement Best Practices for DevOps
33
CI/CD
With
@2018 Daffodil Software Pvt. Ltd.
34Jenkins for CI & CD
@2018 Daffodil Software Pvt. Ltd.
35
Jenkins Dashboard
@2018 Daffodil Software Pvt. Ltd.
36
Jenkins Dashboard
@2018 Daffodil Software Pvt. Ltd.
37
Monitoring
With
@2018 Daffodil Software Pvt. Ltd.
38Zabbix for Continuous Monitoring
@2018 Daffodil Software Pvt. Ltd.
39
Monitoring
With
@2018 Daffodil Software Pvt. Ltd.
40NetData for RealTime Monitoring
@2018 Daffodil Software Pvt. Ltd.
5. Docker Containers
& Ecosystem
41
@2018 Daffodil Software Pvt. Ltd.
42
Shipping
Containers
43
A classical problem in shipping industry was
“How to Transport different goods
having different size, type, shape and
requirement ? ”
@2018 Daffodil Software Pvt. Ltd.
44
Packaging Lifting Transportation Management
Liquid, Eatables Electronics Furniture Automobiles
A standard container which is loaded
with virtually any type of goods and
stay sealed until it reaches its
destination
A standard container which is loaded
with virtually any type of goods and
stay sealed until it reaches its
destination
@2018 Daffodil Software Pvt. Ltd.
45
Linux
Containers
@2018 Daffodil Software Pvt. Ltd.
46
• A modern software system comprises many parts, including binaries,
libraries, configuration files, and dependencies.
• It's hard enough to assemble such diverse components on a single
machine, but it's dramatically more complex when you "ship" that
software.
• Once you ship your software, you need to figure out a way to package
all these things together and put them where they need to run.
“ Container makes it easy to package software, along
with all its dependencies, and ship it to the developer
across the room, to staging or production, or
wherever it needs to run. “
@2018 Daffodil Software Pvt. Ltd.
47
Docker
Overview
@2018 Daffodil Software Pvt. Ltd.
48
Docker is world's leading container
engine that automates the
deployment of any application as a
lightweight, portable, self-sufficient
container that will run virtually
anywhere.
Developed by "Solomon Hykes"
Initiated in 13 March 2013
Promoted by the company Docker, Inc.
@2018 Daffodil Software Pvt. Ltd.
49
Docker is written in Go and takes
advantage of several features of
the Linux kernel to deliver its
functionality.
@2018 Daffodil Software Pvt. Ltd.
50
Docker uses following set of technologies
of linux and convert them into a wrapper
known as Container format:
• Namespaces
• Control Groups (CG)
• Union File System (UFS)
@2018 Daffodil Software Pvt. Ltd.
51
@2018 Daffodil Software Pvt. Ltd.
52
@2018 Daffodil Software Pvt. Ltd.
53
@2018 Daffodil Software Pvt. Ltd.
54
Why Need Of
Container
Arise in Web Development ?
@2018 Daffodil Software Pvt. Ltd.
55
OS
Application - 1
Server - 1
High Procurement Lead Time
Upfront Capex
Ongoing Opex
Under Utilized Servers
Drawbacks of Traditional One Server per Application Approach
Server - 1
@2018 Daffodil Software Pvt. Ltd.
56
Guest OS 1
Application -
1
VM - 1
Guest OS 2
Application -
1
VM - 2
Guest OS 3
Application -
1
VM - 3
Server - 1
Hypervisor
Big Overhead on Server
Each VM divides Server Resources
Each OS uses RAM, CPU and Storage
VM Size is Quiet Big to Port
Drawbacks of Multi Applications Per Server with
Multiple VMs Approach
Server - 1
Host OS
@2018 Daffodil Software Pvt. Ltd.
57
Application - 1 Application - 2 Application - 3
Server - 1
OS
Very less Overhead on Server
Each container shares the same OS
Very less storage is required by each
container
Fast to launch & port
Benefits of Multi Applications Per Server with Multiple
VMs Approach
Docker Engine
@2018 Daffodil Software Pvt. Ltd.
58
Guest OS 1
Application -
1
VM - 1
Guest OS 2
Application -
1
VM - 2
Guest OS 3
Application -
1
VM - 3
Server - 1
Hypervisor
Server - 1
Host OS
Application - 1 Application - 2 Application - 3
Server - 1
OS
Docker Engine
Comparison of Hypervisor vs Container Engine
@2018 Daffodil Software Pvt. Ltd.
59
Guest OS 1
Application -
1
VM - 1
Guest OS 2
Application -
1
VM - 2
Guest OS 3
Application -
1
VM - 3
Server - 1
Hypervisor
Server - 1
Host OS
Application - 1 Application - 2 Application - 3
Server - 1
OS
Docker Engine
Comparison of Hypervisor vs Container Engine
64 GB RAM
8 GB RAM
8 GB RAM
8 x 3 GB
RAM
8 GB
EACH
16 GB
EACH
@2018 Daffodil Software Pvt. Ltd.
60
Guest OS 1
Applicati
on - 1
VM - 1
Guest OS 2
Applicati
on - 1
VM - 2
Server - 1
Hypervisor
Server - 1
Host OS
Container & VM Together
Docker Engine
Applicati
on - 1
Applicati
on - 1
Docker Engine
@2018 Daffodil Software Pvt. Ltd.
61
Quick Comparison of Container vs VM
VS
Integration
Size
Migration Speed
Startup
@2018 Daffodil Software Pvt. Ltd.
62
How Containers
Simplify
Application Deployment
@2018 Daffodil Software Pvt. Ltd.
63
Dev System InHouse Server VM Cloud VM
Dev QA UAT / Staging Production
Frontend
Components
Backend
Components
Database
Components
Libraries and 3rd Party
Components
@2018 Daffodil Software Pvt. Ltd.
64
Dev System InHouse Server VM Cloud VM
Dev QA UAT / Staging Production
Frontend
Components
Backend
Components
Database
Components
Libraries and 3rd Party
Components
@2018 Daffodil Software Pvt. Ltd.
65
Docker
Architecture
@2018 Daffodil Software Pvt. Ltd.
66
1
Docker
Host
2
Docker Engine /
Daemon
3
Docker
Client
4
Docker
Registry
5
Docker
File
6
Docker
Image
Docker
Terminologies
7
Docker
Container
@2018 Daffodil Software Pvt. Ltd.
67
Docker Client
Docker Daemon
Docker Host Linux
Docker Client
Docker Host
OS X
Linux
Docker Daemon
Docker host is a machine that
runs the Docker Engine
@2018 Daffodil Software Pvt. Ltd.
68
Docker Engine is the
Brain
Behind the Whole Operation
@2018 Daffodil Software Pvt. Ltd.
69
Docker Engine run as a back ground
process known as Docker Daemon and
performs all activities like
How to talk to the kernel,
Makes the system calls to create,
Operate and Manage containers,
which we as a user of docker don’t have to
worry about
@2018 Daffodil Software Pvt. Ltd.
70
Docker Client is a
Utility
To run any Docker
Commands
@2018 Daffodil Software Pvt. Ltd.
71
When you run any docker command
to perform any action on file, Image
or container, your Docker Client will
Translate that command into http
API call and sends
it to Docker Daemon
@2018 Daffodil Software Pvt. Ltd.
72
Docker File is like
Source Code
Of Docker Image
@2018 Daffodil Software Pvt. Ltd.
73
How to Create a Docker File
Create a new directory and a new and empty dockerfile inside
that directory.
> mkdir ~/myimages
> cd myimages/
> touch Dockerfile
> vi Dockerfile
@2018 Daffodil Software Pvt. Ltd.
74
Keywords of Docker File
FROM:The base image for building a new image. This command must be on top of the
dockerfile.
MAINTAINER: Optional, contains the name of the maintainer of the image..
RUN: Used to execute a command during the build process of the docker image.
ADD: Copy a file from the host machine to the new docker image. There is an option to
use an URL for the file, docker will then download that file to the destination directory.
ENV: Define an environment variable.
CMD: Used for executing commands when we build a new container from the docker
image.
ENTRYPOINT: Define the default command that will be executed when the container
is running.
WORKDIR: This is directive for CMD command to be executed.
USER: Set the user or UID for the container created with the image.
VOLUME: Enable access/linked directory between the container and the host machine.
LABEL: The LABEL instruction adds metadata to an image in a key-value pair
@2018 Daffodil Software Pvt. Ltd.
75
Write instructions in DockerFile
#Download base image ubuntu 16.04
FROM ubuntu:16.04.
#Add name of Image owner
MAINTAINER Gaurav Sharma (gaurav.sharma@daffodilsw.com)
# Update Ubuntu Software repository
RUN apt-get update
# install NGINX and PHP FPM
RUN apt-get install -y nginx php7.0-fpm
@2018 Daffodil Software Pvt. Ltd.
76
Write instructions in DockerFile
# Volume configuration
VOLUME ["/etc/nginx/sites-enabled", "/etc/nginx/certs",
"/etc/nginx/conf.d", "/var/log/nginx", "/var/www/html"]
#Define the ENV variable
ENV nginx_vhost /etc/nginx/sites-available/default
ENV php_conf /etc/php/7.0/fpm/php.ini
ENV nginx_conf /etc/nginx/nginx.conf
@2018 Daffodil Software Pvt. Ltd.
77
Write instructions in DockerFile
# Volume configuration
VOLUME ["/etc/nginx/sites-enabled", "/etc/nginx/certs",
"/etc/nginx/conf.d", "/var/log/nginx", "/var/www/html"]
# Configure Services and Port
COPY start.sh /start.sh
CMD ["./start.sh"]
# Open the port for HTTP and HTTPS
EXPOSE 80 443
# Add LABEL
LABEL description="Excentus API Server for Dev"
@2018 Daffodil Software Pvt. Ltd.
78
Docker Image is
Compiled Version
Of Docker File
@2018 Daffodil Software Pvt. Ltd.
79
It is a lightweight, stand-alone,
executable package of a piece of
software that includes everything
needed to run it:
Code, Runtime, System tools, System
libraries, Settings
@2018 Daffodil Software Pvt. Ltd.
80
Docker File
Each Docker File instruction generates a
new image layer
From ubuntu:latest # Layer 0
Docker Image Layers
Layer 3 (Image 3) – 91e54dfb1179 (1.925 KB)
Layer 2 (Image 2) – d74508fb6632 (1.895 KB)
Layer 1 (Image 1) – c22013c84729 (194.5 KB)
Layer 0 (Base Image) – d3a1f33e8a5a (188.1 MB)
Maintainer GauravSharma # Layer 1
RUN apt-get update # Layer 2
RUN apt-get install –y curl # Layer 3
Layer 4 (Image 3) – 71jn5kefb1179 (0 KB)
@2018 Daffodil Software Pvt. Ltd.
81
Docker Container Layer
Layer 3 (Image 3) – 91e54dfb1179 (1.925 KB)
Layer 2 (Image 2) – d74508fb6632 (1.895 KB)
Layer 1 (Image 1) – c22013c84729 (194.5 KB)
Layer 0 (Base Image) – d3a1f33e8a5a (188.1 MB)
Layer 4 (Image 3) – 71jn5kefb1179 (0 KB)
@2018 Daffodil Software Pvt. Ltd.
Thin R/W Layer Container Layer (Writable)
Image Layer (Read Only)
Container
82
Docker Registry is an image store,
holding named Docker images,
available in different tagged versions.
Sample image repository: distribution/registry, with tags 2.0
and 2.1
Users can interact with a registry by using docker push and
pull commands.
> docker pull https://hub.docker.com/distribution/registry:2.1
@2018 Daffodil Software Pvt. Ltd.
83
DockerHub
@2018 Daffodil Software Pvt. Ltd.
84
Docker Container are running
instances of Docker images. If
image is class file then container
can be considered an instance of
image
@2018 Daffodil Software Pvt. Ltd.
85
@2018 Daffodil Software Pvt. Ltd.
86
Docker
Ecosystem
@2018 Daffodil Software Pvt. Ltd.
87
Docker is available in two editions:
• Community Edition (CE) and
• Enterprise Edition (EE).
• Enterprise Edition Basic
• Enterprise Edition Standard
• Enterprise Edition Advanced
@2018 Daffodil Software Pvt. Ltd.
88
89
Docker
Installation on
Ubuntu Machine
@2018 Daffodil Software Pvt. Ltd.
90
Install DockerCE on Ubuntu
To install Docker CE, you need the 64-bit version of one of these Ubuntu
versions:
• Zesty 17.04
• Xenial 16.04 (LTS)
• Trusty 14.04 (LTS)
Docker CE is supported on Ubuntu on x86_64, armhf, and s390x (IBM z
Systems) architectures.
@2018 Daffodil Software Pvt. Ltd.
91
Verify Repository list on Ubuntu (Prior to 17.03)
To Install Docker Prior to Ubuntu 17.03
> sudo apt-get install –y docker.io
To Install Docker on Ubuntu 17.03 from
https://download.docker.com/linux/ubuntu
> sudo apt-get install docker-ce=<VERSION>
@2018 Daffodil Software Pvt. Ltd.
92
Docker on
Windows
@2018 Daffodil Software Pvt. Ltd.
93
• Docker for Windows is a Docker Community Edition (CE) app. The
Docker for Windows install package includes everything you need to
run Docker on a Windows system.
• Virtualization must be enabled. Typically, virtualization is enabled by
default. (Note that this is different from having Hyper-V enabled.) For
more detail see Virtualization must be enabled in Troubleshooting.
• The current version of Docker for Windows runs on 64bit Windows
10 Pro, Enterprise and Education (1607 Anniversary Update, Build
14393 or later).
• The installation provides Docker Engine, Docker CLI client, Docker
Compose, Docker Machine, and Kitematic.
@2018 Daffodil Software Pvt. Ltd.
94
@2018 Daffodil Software Pvt. Ltd.
95
Docker
Commands
@2018 Daffodil Software Pvt. Ltd.
96
@2018 Daffodil Software Pvt. Ltd.
97
@2018 Daffodil Software Pvt. Ltd.
98
View list of all Docker Images
To view list of all images present inside
your Docker Host
> docker image ls --all
@2018 Daffodil Software Pvt. Ltd.
99
@2018 Daffodil Software Pvt. Ltd.
100
View list of all Docker Containers
To view list of all containers present
inside your Docker Host
> docker container ls --all
@2018 Daffodil Software Pvt. Ltd.
101
@2018 Daffodil Software Pvt. Ltd.
102
Build a Docker Image
To build Docker Image from a dockerfile and
assign a tag to it
> docker build -t nginx_image .
@2018 Daffodil Software Pvt. Ltd.
103
Pull a Docker Image From Registry
To pull an existing image from Docker
Registry
> docker pull nginx
@2018 Daffodil Software Pvt. Ltd.
104
Launch a Docker Container
Launch a new container from existing
image.
> docker run -i -p 80:80 nginx /bin/bash
@2018 Daffodil Software Pvt. Ltd.
105
Various Other Docker Container
Commands
# To Delete a Container using Name
> docker rm docker-nginx
# To Stop a Container using Name
> docker stop docker-nginx
# To Start an existing stopped Container using Name
> docker start docker-nginx
@2018 Daffodil Software Pvt. Ltd.
106
Docker Container Lifecycle
@2018 Daffodil Software Pvt. Ltd.
107
Design Your Containerized Environment
@2018 Daffodil Software Pvt. Ltd.
Container
Management
Introduction
108
@2018 Daffodil Software Pvt. Ltd.
109
@2018 Daffodil Software Pvt. Ltd.
110
Kubernetes UI
@2018 Daffodil Software Pvt. Ltd.
111
Portainer UI
@2018 Daffodil Software Pvt. Ltd.
6. Infrastructure
As a Code (IaC)
112
@2018 Daffodil Software Pvt. Ltd.
113
IaC
Overview
@2018 Daffodil Software Pvt. Ltd.
114
@2018 Daffodil Software Pvt. Ltd.
115
@2018 Daffodil Software Pvt. Ltd.
7. DevOps
Using Cloud
Services
116
@2018 Daffodil Software Pvt. Ltd.
117
@2018 Daffodil Software Pvt. Ltd.
118
AWS
CodePipeline
@2018 Daffodil Software Pvt. Ltd.
119
AWS Infrastructure
Automation
@2018 Daffodil Software Pvt. Ltd.
120
@2018 Daffodil Software Pvt. Ltd.
121
Google
Container Engine
@2018 Daffodil Software Pvt. Ltd.
What NEXT
122
@2018 Daffodil Software Pvt. Ltd.
123
Here What You Can Jump in NEXT
 DevOps Best Practices
 Integration Pattern & Use Cases
 DevOps with IaC
 Automation in All Stages of DevOps
@2018 Daffodil Software Pvt. Ltd.
Thank You
Info Email: info@daffodilsw.com
Presenter Email: gaurav.sharma@daffodilsw.com
Website: www.daffodilsw.com
124
@2018 Daffodil Software Pvt. Ltd.

More Related Content

What's hot

Agile Transformation | Mike Cottmeyer
Agile Transformation | Mike CottmeyerAgile Transformation | Mike Cottmeyer
Agile Transformation | Mike CottmeyerLeadingAgile
 
Diseño de Centro de Excelencia en Ágil (CoEs)
Diseño de Centro de Excelencia en Ágil (CoEs)Diseño de Centro de Excelencia en Ágil (CoEs)
Diseño de Centro de Excelencia en Ágil (CoEs)Johnny Ordóñez
 
Transforming Organizations with CI/CD
Transforming Organizations with CI/CDTransforming Organizations with CI/CD
Transforming Organizations with CI/CDCprime
 
Introduction to LeSS - Large Scale Scrum
Introduction to LeSS - Large Scale ScrumIntroduction to LeSS - Large Scale Scrum
Introduction to LeSS - Large Scale ScrumSrikanth Ramanujam
 
Agile Transformation v1.27
Agile Transformation v1.27Agile Transformation v1.27
Agile Transformation v1.27LeadingAgile
 
Agile Transition Framework - presented at Frankfurt PMI Chapter
Agile Transition Framework - presented at Frankfurt PMI ChapterAgile Transition Framework - presented at Frankfurt PMI Chapter
Agile Transition Framework - presented at Frankfurt PMI ChapterArno Delhij 웃
 
Scaled Agile Framework
Scaled Agile FrameworkScaled Agile Framework
Scaled Agile FrameworkKnoldus Inc.
 
Learn from the Experts: Using DORA Metrics to Accelerate Value Stream Flow
Learn from the Experts: Using DORA Metrics to Accelerate Value Stream FlowLearn from the Experts: Using DORA Metrics to Accelerate Value Stream Flow
Learn from the Experts: Using DORA Metrics to Accelerate Value Stream FlowDevOps.com
 
How to do effective pi planning
How to do effective pi planningHow to do effective pi planning
How to do effective pi planningSwatiKapoor43
 
Gestión Lean de Portafolios de Empresariales - Guía de Implementación
Gestión Lean de Portafolios de Empresariales - Guía de ImplementaciónGestión Lean de Portafolios de Empresariales - Guía de Implementación
Gestión Lean de Portafolios de Empresariales - Guía de ImplementaciónJohnny Ordóñez
 
Lean Agile Center of Excellence - Agile2017 Talk
Lean Agile Center of Excellence - Agile2017 TalkLean Agile Center of Excellence - Agile2017 Talk
Lean Agile Center of Excellence - Agile2017 TalkDeema Dajani
 
Scaled agile framework (SAFe) - adopting agile at enterprise scale
Scaled agile framework (SAFe) - adopting agile at enterprise scaleScaled agile framework (SAFe) - adopting agile at enterprise scale
Scaled agile framework (SAFe) - adopting agile at enterprise scaleVadim Mikhnevych
 
Agile transformation best practices
Agile transformation best practicesAgile transformation best practices
Agile transformation best practicesAllyson Chiarini
 
SAFe® - scaled agile framework in practice
SAFe® - scaled agile framework in practiceSAFe® - scaled agile framework in practice
SAFe® - scaled agile framework in practiceIntland Software GmbH
 
MHA2018 - Agile Transformation Explained - Mike Cottmeyer
MHA2018 - Agile Transformation Explained - Mike CottmeyerMHA2018 - Agile Transformation Explained - Mike Cottmeyer
MHA2018 - Agile Transformation Explained - Mike CottmeyerAgileDenver
 

What's hot (20)

Agile Transformation | Mike Cottmeyer
Agile Transformation | Mike CottmeyerAgile Transformation | Mike Cottmeyer
Agile Transformation | Mike Cottmeyer
 
Diseño de Centro de Excelencia en Ágil (CoEs)
Diseño de Centro de Excelencia en Ágil (CoEs)Diseño de Centro de Excelencia en Ágil (CoEs)
Diseño de Centro de Excelencia en Ágil (CoEs)
 
Transforming Organizations with CI/CD
Transforming Organizations with CI/CDTransforming Organizations with CI/CD
Transforming Organizations with CI/CD
 
Introduction to LeSS - Large Scale Scrum
Introduction to LeSS - Large Scale ScrumIntroduction to LeSS - Large Scale Scrum
Introduction to LeSS - Large Scale Scrum
 
Agile Transformation v1.27
Agile Transformation v1.27Agile Transformation v1.27
Agile Transformation v1.27
 
Agile Transition Framework - presented at Frankfurt PMI Chapter
Agile Transition Framework - presented at Frankfurt PMI ChapterAgile Transition Framework - presented at Frankfurt PMI Chapter
Agile Transition Framework - presented at Frankfurt PMI Chapter
 
What is DevOps? What is DevOps CoE?
What is DevOps? What is DevOps CoE? What is DevOps? What is DevOps CoE?
What is DevOps? What is DevOps CoE?
 
Scaled Agile Framework
Scaled Agile FrameworkScaled Agile Framework
Scaled Agile Framework
 
Tcoe team
Tcoe teamTcoe team
Tcoe team
 
DevOps
DevOps DevOps
DevOps
 
Learn from the Experts: Using DORA Metrics to Accelerate Value Stream Flow
Learn from the Experts: Using DORA Metrics to Accelerate Value Stream FlowLearn from the Experts: Using DORA Metrics to Accelerate Value Stream Flow
Learn from the Experts: Using DORA Metrics to Accelerate Value Stream Flow
 
How to do effective pi planning
How to do effective pi planningHow to do effective pi planning
How to do effective pi planning
 
Gestión Lean de Portafolios de Empresariales - Guía de Implementación
Gestión Lean de Portafolios de Empresariales - Guía de ImplementaciónGestión Lean de Portafolios de Empresariales - Guía de Implementación
Gestión Lean de Portafolios de Empresariales - Guía de Implementación
 
Lean Agile Center of Excellence - Agile2017 Talk
Lean Agile Center of Excellence - Agile2017 TalkLean Agile Center of Excellence - Agile2017 Talk
Lean Agile Center of Excellence - Agile2017 Talk
 
Scaled agile framework (SAFe) - adopting agile at enterprise scale
Scaled agile framework (SAFe) - adopting agile at enterprise scaleScaled agile framework (SAFe) - adopting agile at enterprise scale
Scaled agile framework (SAFe) - adopting agile at enterprise scale
 
Agile transformation best practices
Agile transformation best practicesAgile transformation best practices
Agile transformation best practices
 
"DevOps > CI+CD "
"DevOps > CI+CD ""DevOps > CI+CD "
"DevOps > CI+CD "
 
SAFe® - scaled agile framework in practice
SAFe® - scaled agile framework in practiceSAFe® - scaled agile framework in practice
SAFe® - scaled agile framework in practice
 
Agile Metrics
Agile MetricsAgile Metrics
Agile Metrics
 
MHA2018 - Agile Transformation Explained - Mike Cottmeyer
MHA2018 - Agile Transformation Explained - Mike CottmeyerMHA2018 - Agile Transformation Explained - Mike Cottmeyer
MHA2018 - Agile Transformation Explained - Mike Cottmeyer
 

Similar to Transform Agile Development With Practical DevOps

A DETAILED ROADMAP TO BECOMING A DEVOPS ENGINEER
A DETAILED ROADMAP TO BECOMING A DEVOPS ENGINEERA DETAILED ROADMAP TO BECOMING A DEVOPS ENGINEER
A DETAILED ROADMAP TO BECOMING A DEVOPS ENGINEEROrion eSolutions
 
Devops interview-questions-PDF
Devops interview-questions-PDFDevops interview-questions-PDF
Devops interview-questions-PDFMayank Kumar
 
Breaking the 2 Pizza Paradox with your Platform as an Application
Breaking the 2 Pizza Paradox with your Platform as an ApplicationBreaking the 2 Pizza Paradox with your Platform as an Application
Breaking the 2 Pizza Paradox with your Platform as an ApplicationMark Rendell
 
Confoo-Montreal-2016: Controlling Your Environments using Infrastructure as Code
Confoo-Montreal-2016: Controlling Your Environments using Infrastructure as CodeConfoo-Montreal-2016: Controlling Your Environments using Infrastructure as Code
Confoo-Montreal-2016: Controlling Your Environments using Infrastructure as CodeSteve Mercier
 
Linking Upstream and Downstream Agile
Linking Upstream and Downstream AgileLinking Upstream and Downstream Agile
Linking Upstream and Downstream AgileCollabNet
 
DevOps For Everyone: Bringing DevOps Success to Every App and Every Role in y...
DevOps For Everyone: Bringing DevOps Success to Every App and Every Role in y...DevOps For Everyone: Bringing DevOps Success to Every App and Every Role in y...
DevOps For Everyone: Bringing DevOps Success to Every App and Every Role in y...Siva Rama Krishna Chunduru
 
From the sandbox to production
From the sandbox to productionFrom the sandbox to production
From the sandbox to productionVadym Fedorov
 
Grails & DevOps: continuous integration and delivery in the cloud
Grails & DevOps: continuous integration and delivery in the cloudGrails & DevOps: continuous integration and delivery in the cloud
Grails & DevOps: continuous integration and delivery in the cloudGR8Conf
 
Agile & DevOps - It's all about project success
Agile & DevOps - It's all about project successAgile & DevOps - It's all about project success
Agile & DevOps - It's all about project successAdam Stephensen
 
From Sandbox to Production by Vadym Fedorov
From Sandbox to Production by Vadym FedorovFrom Sandbox to Production by Vadym Fedorov
From Sandbox to Production by Vadym FedorovSoftServe
 
Understanding DevOps in simpler way with Continuous Delivery
Understanding DevOps in simpler way with Continuous DeliveryUnderstanding DevOps in simpler way with Continuous Delivery
Understanding DevOps in simpler way with Continuous DeliverySwapnil Jain
 
DevOps : Consulting with Foresight
DevOps : Consulting with ForesightDevOps : Consulting with Foresight
DevOps : Consulting with ForesightInfoSeption
 
Agile-plus-DevOps Testing for Packaged Applications
Agile-plus-DevOps Testing for Packaged ApplicationsAgile-plus-DevOps Testing for Packaged Applications
Agile-plus-DevOps Testing for Packaged ApplicationsWorksoft
 
The Twelve Factor App
The Twelve Factor AppThe Twelve Factor App
The Twelve Factor AppPablo Fullana
 
[Europe merge world tour] Perforce Europe Merge World Tour Keynote
[Europe   merge world tour] Perforce Europe Merge World Tour Keynote[Europe   merge world tour] Perforce Europe Merge World Tour Keynote
[Europe merge world tour] Perforce Europe Merge World Tour KeynotePerforce
 
Best dev ops tools to master in 2022
Best dev ops tools to master in 2022Best dev ops tools to master in 2022
Best dev ops tools to master in 2022SameerShaik43
 
Agile Chennai 2021 | Achieving High DevOps Maturity through Platform Engineer...
Agile Chennai 2021 | Achieving High DevOps Maturity through Platform Engineer...Agile Chennai 2021 | Achieving High DevOps Maturity through Platform Engineer...
Agile Chennai 2021 | Achieving High DevOps Maturity through Platform Engineer...AgileNetwork
 

Similar to Transform Agile Development With Practical DevOps (20)

A DETAILED ROADMAP TO BECOMING A DEVOPS ENGINEER
A DETAILED ROADMAP TO BECOMING A DEVOPS ENGINEERA DETAILED ROADMAP TO BECOMING A DEVOPS ENGINEER
A DETAILED ROADMAP TO BECOMING A DEVOPS ENGINEER
 
Devops interview-questions-PDF
Devops interview-questions-PDFDevops interview-questions-PDF
Devops interview-questions-PDF
 
BUDDY White Paper
BUDDY White PaperBUDDY White Paper
BUDDY White Paper
 
Breaking the 2 Pizza Paradox with your Platform as an Application
Breaking the 2 Pizza Paradox with your Platform as an ApplicationBreaking the 2 Pizza Paradox with your Platform as an Application
Breaking the 2 Pizza Paradox with your Platform as an Application
 
Confoo-Montreal-2016: Controlling Your Environments using Infrastructure as Code
Confoo-Montreal-2016: Controlling Your Environments using Infrastructure as CodeConfoo-Montreal-2016: Controlling Your Environments using Infrastructure as Code
Confoo-Montreal-2016: Controlling Your Environments using Infrastructure as Code
 
Linking Upstream and Downstream Agile
Linking Upstream and Downstream AgileLinking Upstream and Downstream Agile
Linking Upstream and Downstream Agile
 
DevOps For Everyone: Bringing DevOps Success to Every App and Every Role in y...
DevOps For Everyone: Bringing DevOps Success to Every App and Every Role in y...DevOps For Everyone: Bringing DevOps Success to Every App and Every Role in y...
DevOps For Everyone: Bringing DevOps Success to Every App and Every Role in y...
 
From the sandbox to production
From the sandbox to productionFrom the sandbox to production
From the sandbox to production
 
intro to DevOps
intro to DevOpsintro to DevOps
intro to DevOps
 
Grails & DevOps: continuous integration and delivery in the cloud
Grails & DevOps: continuous integration and delivery in the cloudGrails & DevOps: continuous integration and delivery in the cloud
Grails & DevOps: continuous integration and delivery in the cloud
 
Agile & DevOps - It's all about project success
Agile & DevOps - It's all about project successAgile & DevOps - It's all about project success
Agile & DevOps - It's all about project success
 
From Sandbox to Production by Vadym Fedorov
From Sandbox to Production by Vadym FedorovFrom Sandbox to Production by Vadym Fedorov
From Sandbox to Production by Vadym Fedorov
 
Understanding DevOps in simpler way with Continuous Delivery
Understanding DevOps in simpler way with Continuous DeliveryUnderstanding DevOps in simpler way with Continuous Delivery
Understanding DevOps in simpler way with Continuous Delivery
 
DevOps : Consulting with Foresight
DevOps : Consulting with ForesightDevOps : Consulting with Foresight
DevOps : Consulting with Foresight
 
Agile-plus-DevOps Testing for Packaged Applications
Agile-plus-DevOps Testing for Packaged ApplicationsAgile-plus-DevOps Testing for Packaged Applications
Agile-plus-DevOps Testing for Packaged Applications
 
The Twelve Factor App
The Twelve Factor AppThe Twelve Factor App
The Twelve Factor App
 
[Europe merge world tour] Perforce Europe Merge World Tour Keynote
[Europe   merge world tour] Perforce Europe Merge World Tour Keynote[Europe   merge world tour] Perforce Europe Merge World Tour Keynote
[Europe merge world tour] Perforce Europe Merge World Tour Keynote
 
Best dev ops tools to master in 2022
Best dev ops tools to master in 2022Best dev ops tools to master in 2022
Best dev ops tools to master in 2022
 
Javantura v4 - Support SpringBoot application development lifecycle using Ora...
Javantura v4 - Support SpringBoot application development lifecycle using Ora...Javantura v4 - Support SpringBoot application development lifecycle using Ora...
Javantura v4 - Support SpringBoot application development lifecycle using Ora...
 
Agile Chennai 2021 | Achieving High DevOps Maturity through Platform Engineer...
Agile Chennai 2021 | Achieving High DevOps Maturity through Platform Engineer...Agile Chennai 2021 | Achieving High DevOps Maturity through Platform Engineer...
Agile Chennai 2021 | Achieving High DevOps Maturity through Platform Engineer...
 

Recently uploaded

Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 

Recently uploaded (20)

Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 

Transform Agile Development With Practical DevOps

  • 1. Presented By – Daffodil DevOps Team 1 Transform Agile Development With Practical DevOps @2018 Daffodil Software Pvt. Ltd. All trademarks and logo displayed in this presentation are the trademarks of their respective owners and used for informational purposes only. We constitute neither an endorsement nor a recommendation of those organizations
  • 2. 21 2 3 5 4 6 7 DevOps Introduction Understanding DevOps Lifecycle DevOps, Automation & Best Practices Docker Containers & Ecosystem DevOps With Cloud Services DevOps Toolchain for Best Practices Infrastructure as a Code (IaC) @2018 Daffodil Software Pvt. Ltd.
  • 3. 3 Will Also See Some Tools in Action @2018 Daffodil Software Pvt. Ltd.
  • 5. 5 Tools Process DevOps CultureSkill People Speed What is DevOps @2018 Daffodil Software Pvt. Ltd.
  • 6. 6 Release Deploy Monitor Feedback Code Review Build Test Plan Functional Perspective of Dev and Ops Teams Agile Development Dev Ops Operations @2018 Daffodil Software Pvt. Ltd.
  • 7. What is DevOps 7 Is a Culture 1 Is about implementing best practices with the help of tools 2 Is about implementing agility in Operations 3 Is About Automation 4 @2018 Daffodil Software Pvt. Ltd.
  • 8. 8 Not a Role, Person or Organization Not Something only IT Administrator do Not Something only Developer do Not about Writing Scripts or Implementing Tools only What is NOT DevOps @2018 Daffodil Software Pvt. Ltd.
  • 9. 9 Why Agile is Incomplete Without DevOps ? @2018 Daffodil Software Pvt. Ltd.
  • 10. 10 How I can look into the system if everything is running well ? Why I am not getting the desired result from Agile Team? How do we achieve faster time to market with Agile team? How I can keep my Production Server Secure and Stable with frequent releases ? @2018 Daffodil Software Pvt. Ltd.
  • 11. 11 Every Team is Happily Working in Silos With Different Objectives Customer Business Owner Agile Dev Team OpsTeam Business Revenue Target Well Structure Code Stable and Secure Infra @2018 Daffodil Software Pvt. Ltd.
  • 12. 12 Agile Seems Fine Without DevOps Culture Till Deployment Comes Into The Picture My Code is working fine. We will share the build with OpsTeam soon ? My Environment is secure and ready for production. I will deploy whatever Dev team will give us ? Are we ready to deploy new features ? Yes, Our Agile Team is all set to deploy new features. I have confirmed to Client that we are ready to deploy new features ? Customer Business Owner Agile Dev Team OpsTeam @2018 Daffodil Software Pvt. Ltd.
  • 13. 13 Deployment By Team Working in Silos Build Handover Between Teams (Working in Silos) for Deployment Leads To Disaster Dev Team Ops Team I don’t know anything about Prod Env but I assume it must be working as good as my code I don’t know anything about Code but I assume it must be working as good as my Prod Env @2018 Daffodil Software Pvt. Ltd.
  • 14. 14 Hunting for The Defaulter Begins With Client’s Escalation Do you know what might have caused the failure ? How would I know, you wrote the code ? Do you know what might have caused the failure ? Let me check with the team. I will update you about it. Team, We have to resolve the issue ASAP ? Customer Business Owner Agile Dev Team OpsTeam @2018 Daffodil Software Pvt. Ltd.
  • 15. 15 Lack of Transparency and Coordination Kick Off the Blame Game and Left Customer Furious Our Code was working fine before it was deployed in your environment ? My Servers were working well before you made the new deployment ? My business is getting affected, I need the explanation now ? Entire team is looking into the issue. I will update you about it. Client is now really frustrated and I don’t have any answers ? Customer Business Owner Agile Dev Team OpsTeam @2018 Daffodil Software Pvt. Ltd.
  • 16. 16 Agile Development WITHOUT DevOps Culture Release and Deploy Speed Mismatch Unpredictable Issues Blame Games Lack Of Monitoring and Feedback @2018 Daffodil Software Pvt. Ltd.
  • 17. 17 Agile Development WITH DevOps Culture Streamlined Deliveries Team Works in Collaboration Continuous Monitoring & Feedback @2018 Daffodil Software Pvt. Ltd.
  • 18. 2. Understanding DevOps Lifecycle 18 @2018 Daffodil Software Pvt. Ltd.
  • 19. 19 Agile Development Continuous Integration Continuous Delivery Continuous Deployment DevOps @2018 Daffodil Software Pvt. Ltd.
  • 20. 20 Difference between Continuous Integration, Continuous Delivery and Continuous Deployment Build Test Deploy to Staging Acceptance Test Deploy to Production Smoke Test Build Test Deploy to Staging Acceptance Test Deploy to Production Smoke Test Manual Automated Continuous Delivery Continuous Deployment Continuous Integration @2018 Daffodil Software Pvt. Ltd.
  • 21. 3. Automation & Best Practices 21 @2018 Daffodil Software Pvt. Ltd.
  • 22. 22 We Can Start DevOps Adoption With a 5 Steps Journey Process Transformation 2 Cultural Transformation 1 Technology Transformation 3 Automate Everything 4 Adoption of Tools For Best Practices 5 @2018 Daffodil Software Pvt. Ltd.
  • 23. 23 How DevOps Disrupt Project Execution Methodologies ? Design Code Test Deploy Design Code Test Design Code Test Deploy CodeDesign Test Deploy CodeDesign Test Deploy Waterfall Agile DevOps DeployDesign TestCode Design TestCode DeployDesign TestCode @2018 Daffodil Software Pvt. Ltd.
  • 24. 24 Reactive and Scalable Infrastructure with Embrace DevOps Waterfall Agile DevOps Architecture Packaging Infrastructure Monolithic N-Tier Decoupled Microservices Physical Server InHouse Datacenter VM Containers Hosted Cloud @2018 Daffodil Software Pvt. Ltd.
  • 26. 26 Monitoring Build Process Provisioning Testing Deployment 01 02 03 0504 Automate Provisioning - Infrastructure as Code Automate Builds – Continuous Integration Automate Deployments – Defined Deployment Pipeline Automate Testing – Continuous Testing, Automated tests after each deployment Automate Monitoring & Metrics – Proper monitors in place sending alerts Automate as Many as Processes to Support Faster Deliveries @2018 Daffodil Software Pvt. Ltd.
  • 27. 27 Take Proactive Measure using Continuous Monitoring Application Monitoring Hardware Monitoring Cloud Monitoring Mobile Apps Monitoring Infrastructure Monitoring Logs Monitoring @2018 Daffodil Software Pvt. Ltd.
  • 29. 29 Improve Quality and Stability by Continuous Feedback @2018 Daffodil Software Pvt. Ltd.
  • 30. 4. DevOps Toolchain for Best Practices 30 @2018 Daffodil Software Pvt. Ltd.
  • 31. 31 Adoption of Tools to Implement Best Practices for DevOps @2018 Daffodil Software Pvt. Ltd.
  • 32. 32 PROD UAT DEV Continuous Delivery SM DEV 1 DEV 2 CheckInChanges Fetch Changes QA Service Desk Monitoring Feedback CI/CD Server Send To Backlog Agile Team Version Control Adoption of Tools to Implement Best Practices for DevOps
  • 34. 34Jenkins for CI & CD @2018 Daffodil Software Pvt. Ltd.
  • 38. 38Zabbix for Continuous Monitoring @2018 Daffodil Software Pvt. Ltd.
  • 40. 40NetData for RealTime Monitoring @2018 Daffodil Software Pvt. Ltd.
  • 41. 5. Docker Containers & Ecosystem 41 @2018 Daffodil Software Pvt. Ltd.
  • 43. 43 A classical problem in shipping industry was “How to Transport different goods having different size, type, shape and requirement ? ” @2018 Daffodil Software Pvt. Ltd.
  • 44. 44 Packaging Lifting Transportation Management Liquid, Eatables Electronics Furniture Automobiles A standard container which is loaded with virtually any type of goods and stay sealed until it reaches its destination A standard container which is loaded with virtually any type of goods and stay sealed until it reaches its destination @2018 Daffodil Software Pvt. Ltd.
  • 46. 46 • A modern software system comprises many parts, including binaries, libraries, configuration files, and dependencies. • It's hard enough to assemble such diverse components on a single machine, but it's dramatically more complex when you "ship" that software. • Once you ship your software, you need to figure out a way to package all these things together and put them where they need to run. “ Container makes it easy to package software, along with all its dependencies, and ship it to the developer across the room, to staging or production, or wherever it needs to run. “ @2018 Daffodil Software Pvt. Ltd.
  • 48. 48 Docker is world's leading container engine that automates the deployment of any application as a lightweight, portable, self-sufficient container that will run virtually anywhere. Developed by "Solomon Hykes" Initiated in 13 March 2013 Promoted by the company Docker, Inc. @2018 Daffodil Software Pvt. Ltd.
  • 49. 49 Docker is written in Go and takes advantage of several features of the Linux kernel to deliver its functionality. @2018 Daffodil Software Pvt. Ltd.
  • 50. 50 Docker uses following set of technologies of linux and convert them into a wrapper known as Container format: • Namespaces • Control Groups (CG) • Union File System (UFS) @2018 Daffodil Software Pvt. Ltd.
  • 54. 54 Why Need Of Container Arise in Web Development ? @2018 Daffodil Software Pvt. Ltd.
  • 55. 55 OS Application - 1 Server - 1 High Procurement Lead Time Upfront Capex Ongoing Opex Under Utilized Servers Drawbacks of Traditional One Server per Application Approach Server - 1 @2018 Daffodil Software Pvt. Ltd.
  • 56. 56 Guest OS 1 Application - 1 VM - 1 Guest OS 2 Application - 1 VM - 2 Guest OS 3 Application - 1 VM - 3 Server - 1 Hypervisor Big Overhead on Server Each VM divides Server Resources Each OS uses RAM, CPU and Storage VM Size is Quiet Big to Port Drawbacks of Multi Applications Per Server with Multiple VMs Approach Server - 1 Host OS @2018 Daffodil Software Pvt. Ltd.
  • 57. 57 Application - 1 Application - 2 Application - 3 Server - 1 OS Very less Overhead on Server Each container shares the same OS Very less storage is required by each container Fast to launch & port Benefits of Multi Applications Per Server with Multiple VMs Approach Docker Engine @2018 Daffodil Software Pvt. Ltd.
  • 58. 58 Guest OS 1 Application - 1 VM - 1 Guest OS 2 Application - 1 VM - 2 Guest OS 3 Application - 1 VM - 3 Server - 1 Hypervisor Server - 1 Host OS Application - 1 Application - 2 Application - 3 Server - 1 OS Docker Engine Comparison of Hypervisor vs Container Engine @2018 Daffodil Software Pvt. Ltd.
  • 59. 59 Guest OS 1 Application - 1 VM - 1 Guest OS 2 Application - 1 VM - 2 Guest OS 3 Application - 1 VM - 3 Server - 1 Hypervisor Server - 1 Host OS Application - 1 Application - 2 Application - 3 Server - 1 OS Docker Engine Comparison of Hypervisor vs Container Engine 64 GB RAM 8 GB RAM 8 GB RAM 8 x 3 GB RAM 8 GB EACH 16 GB EACH @2018 Daffodil Software Pvt. Ltd.
  • 60. 60 Guest OS 1 Applicati on - 1 VM - 1 Guest OS 2 Applicati on - 1 VM - 2 Server - 1 Hypervisor Server - 1 Host OS Container & VM Together Docker Engine Applicati on - 1 Applicati on - 1 Docker Engine @2018 Daffodil Software Pvt. Ltd.
  • 61. 61 Quick Comparison of Container vs VM VS Integration Size Migration Speed Startup @2018 Daffodil Software Pvt. Ltd.
  • 63. 63 Dev System InHouse Server VM Cloud VM Dev QA UAT / Staging Production Frontend Components Backend Components Database Components Libraries and 3rd Party Components @2018 Daffodil Software Pvt. Ltd.
  • 64. 64 Dev System InHouse Server VM Cloud VM Dev QA UAT / Staging Production Frontend Components Backend Components Database Components Libraries and 3rd Party Components @2018 Daffodil Software Pvt. Ltd.
  • 67. 67 Docker Client Docker Daemon Docker Host Linux Docker Client Docker Host OS X Linux Docker Daemon Docker host is a machine that runs the Docker Engine @2018 Daffodil Software Pvt. Ltd.
  • 68. 68 Docker Engine is the Brain Behind the Whole Operation @2018 Daffodil Software Pvt. Ltd.
  • 69. 69 Docker Engine run as a back ground process known as Docker Daemon and performs all activities like How to talk to the kernel, Makes the system calls to create, Operate and Manage containers, which we as a user of docker don’t have to worry about @2018 Daffodil Software Pvt. Ltd.
  • 70. 70 Docker Client is a Utility To run any Docker Commands @2018 Daffodil Software Pvt. Ltd.
  • 71. 71 When you run any docker command to perform any action on file, Image or container, your Docker Client will Translate that command into http API call and sends it to Docker Daemon @2018 Daffodil Software Pvt. Ltd.
  • 72. 72 Docker File is like Source Code Of Docker Image @2018 Daffodil Software Pvt. Ltd.
  • 73. 73 How to Create a Docker File Create a new directory and a new and empty dockerfile inside that directory. > mkdir ~/myimages > cd myimages/ > touch Dockerfile > vi Dockerfile @2018 Daffodil Software Pvt. Ltd.
  • 74. 74 Keywords of Docker File FROM:The base image for building a new image. This command must be on top of the dockerfile. MAINTAINER: Optional, contains the name of the maintainer of the image.. RUN: Used to execute a command during the build process of the docker image. ADD: Copy a file from the host machine to the new docker image. There is an option to use an URL for the file, docker will then download that file to the destination directory. ENV: Define an environment variable. CMD: Used for executing commands when we build a new container from the docker image. ENTRYPOINT: Define the default command that will be executed when the container is running. WORKDIR: This is directive for CMD command to be executed. USER: Set the user or UID for the container created with the image. VOLUME: Enable access/linked directory between the container and the host machine. LABEL: The LABEL instruction adds metadata to an image in a key-value pair @2018 Daffodil Software Pvt. Ltd.
  • 75. 75 Write instructions in DockerFile #Download base image ubuntu 16.04 FROM ubuntu:16.04. #Add name of Image owner MAINTAINER Gaurav Sharma (gaurav.sharma@daffodilsw.com) # Update Ubuntu Software repository RUN apt-get update # install NGINX and PHP FPM RUN apt-get install -y nginx php7.0-fpm @2018 Daffodil Software Pvt. Ltd.
  • 76. 76 Write instructions in DockerFile # Volume configuration VOLUME ["/etc/nginx/sites-enabled", "/etc/nginx/certs", "/etc/nginx/conf.d", "/var/log/nginx", "/var/www/html"] #Define the ENV variable ENV nginx_vhost /etc/nginx/sites-available/default ENV php_conf /etc/php/7.0/fpm/php.ini ENV nginx_conf /etc/nginx/nginx.conf @2018 Daffodil Software Pvt. Ltd.
  • 77. 77 Write instructions in DockerFile # Volume configuration VOLUME ["/etc/nginx/sites-enabled", "/etc/nginx/certs", "/etc/nginx/conf.d", "/var/log/nginx", "/var/www/html"] # Configure Services and Port COPY start.sh /start.sh CMD ["./start.sh"] # Open the port for HTTP and HTTPS EXPOSE 80 443 # Add LABEL LABEL description="Excentus API Server for Dev" @2018 Daffodil Software Pvt. Ltd.
  • 78. 78 Docker Image is Compiled Version Of Docker File @2018 Daffodil Software Pvt. Ltd.
  • 79. 79 It is a lightweight, stand-alone, executable package of a piece of software that includes everything needed to run it: Code, Runtime, System tools, System libraries, Settings @2018 Daffodil Software Pvt. Ltd.
  • 80. 80 Docker File Each Docker File instruction generates a new image layer From ubuntu:latest # Layer 0 Docker Image Layers Layer 3 (Image 3) – 91e54dfb1179 (1.925 KB) Layer 2 (Image 2) – d74508fb6632 (1.895 KB) Layer 1 (Image 1) – c22013c84729 (194.5 KB) Layer 0 (Base Image) – d3a1f33e8a5a (188.1 MB) Maintainer GauravSharma # Layer 1 RUN apt-get update # Layer 2 RUN apt-get install –y curl # Layer 3 Layer 4 (Image 3) – 71jn5kefb1179 (0 KB) @2018 Daffodil Software Pvt. Ltd.
  • 81. 81 Docker Container Layer Layer 3 (Image 3) – 91e54dfb1179 (1.925 KB) Layer 2 (Image 2) – d74508fb6632 (1.895 KB) Layer 1 (Image 1) – c22013c84729 (194.5 KB) Layer 0 (Base Image) – d3a1f33e8a5a (188.1 MB) Layer 4 (Image 3) – 71jn5kefb1179 (0 KB) @2018 Daffodil Software Pvt. Ltd. Thin R/W Layer Container Layer (Writable) Image Layer (Read Only) Container
  • 82. 82 Docker Registry is an image store, holding named Docker images, available in different tagged versions. Sample image repository: distribution/registry, with tags 2.0 and 2.1 Users can interact with a registry by using docker push and pull commands. > docker pull https://hub.docker.com/distribution/registry:2.1 @2018 Daffodil Software Pvt. Ltd.
  • 84. 84 Docker Container are running instances of Docker images. If image is class file then container can be considered an instance of image @2018 Daffodil Software Pvt. Ltd.
  • 87. 87 Docker is available in two editions: • Community Edition (CE) and • Enterprise Edition (EE). • Enterprise Edition Basic • Enterprise Edition Standard • Enterprise Edition Advanced @2018 Daffodil Software Pvt. Ltd.
  • 88. 88
  • 89. 89 Docker Installation on Ubuntu Machine @2018 Daffodil Software Pvt. Ltd.
  • 90. 90 Install DockerCE on Ubuntu To install Docker CE, you need the 64-bit version of one of these Ubuntu versions: • Zesty 17.04 • Xenial 16.04 (LTS) • Trusty 14.04 (LTS) Docker CE is supported on Ubuntu on x86_64, armhf, and s390x (IBM z Systems) architectures. @2018 Daffodil Software Pvt. Ltd.
  • 91. 91 Verify Repository list on Ubuntu (Prior to 17.03) To Install Docker Prior to Ubuntu 17.03 > sudo apt-get install –y docker.io To Install Docker on Ubuntu 17.03 from https://download.docker.com/linux/ubuntu > sudo apt-get install docker-ce=<VERSION> @2018 Daffodil Software Pvt. Ltd.
  • 93. 93 • Docker for Windows is a Docker Community Edition (CE) app. The Docker for Windows install package includes everything you need to run Docker on a Windows system. • Virtualization must be enabled. Typically, virtualization is enabled by default. (Note that this is different from having Hyper-V enabled.) For more detail see Virtualization must be enabled in Troubleshooting. • The current version of Docker for Windows runs on 64bit Windows 10 Pro, Enterprise and Education (1607 Anniversary Update, Build 14393 or later). • The installation provides Docker Engine, Docker CLI client, Docker Compose, Docker Machine, and Kitematic. @2018 Daffodil Software Pvt. Ltd.
  • 98. 98 View list of all Docker Images To view list of all images present inside your Docker Host > docker image ls --all @2018 Daffodil Software Pvt. Ltd.
  • 100. 100 View list of all Docker Containers To view list of all containers present inside your Docker Host > docker container ls --all @2018 Daffodil Software Pvt. Ltd.
  • 102. 102 Build a Docker Image To build Docker Image from a dockerfile and assign a tag to it > docker build -t nginx_image . @2018 Daffodil Software Pvt. Ltd.
  • 103. 103 Pull a Docker Image From Registry To pull an existing image from Docker Registry > docker pull nginx @2018 Daffodil Software Pvt. Ltd.
  • 104. 104 Launch a Docker Container Launch a new container from existing image. > docker run -i -p 80:80 nginx /bin/bash @2018 Daffodil Software Pvt. Ltd.
  • 105. 105 Various Other Docker Container Commands # To Delete a Container using Name > docker rm docker-nginx # To Stop a Container using Name > docker stop docker-nginx # To Start an existing stopped Container using Name > docker start docker-nginx @2018 Daffodil Software Pvt. Ltd.
  • 106. 106 Docker Container Lifecycle @2018 Daffodil Software Pvt. Ltd.
  • 107. 107 Design Your Containerized Environment @2018 Daffodil Software Pvt. Ltd.
  • 110. 110 Kubernetes UI @2018 Daffodil Software Pvt. Ltd.
  • 111. 111 Portainer UI @2018 Daffodil Software Pvt. Ltd.
  • 112. 6. Infrastructure As a Code (IaC) 112 @2018 Daffodil Software Pvt. Ltd.
  • 116. 7. DevOps Using Cloud Services 116 @2018 Daffodil Software Pvt. Ltd.
  • 122. What NEXT 122 @2018 Daffodil Software Pvt. Ltd.
  • 123. 123 Here What You Can Jump in NEXT  DevOps Best Practices  Integration Pattern & Use Cases  DevOps with IaC  Automation in All Stages of DevOps @2018 Daffodil Software Pvt. Ltd.
  • 124. Thank You Info Email: info@daffodilsw.com Presenter Email: gaurav.sharma@daffodilsw.com Website: www.daffodilsw.com 124 @2018 Daffodil Software Pvt. Ltd.