SlideShare a Scribd company logo
DevOps:		
Transform	the	Culture	from	Control	to	Enablement	
Nathan	Aker	
Informa(on Systems Manager @ Symphony Talent
2
Percep(on Problem
Credit:	James	Be.eley	@devopsnet.com
3
•  Sales	
•  Innova:on	
•  Market	Share	Increase	
•  Differen:a:on	
•  Customer	Sa:sfac:on	/	Reten:on	
•  Expansion		
•  Brand	Building	
•  Profitability	
Business Goals
Growth
4
•  Availability	
•  Security	
•  Stability	
•  Performance	
•  Efficiency	
•  Repeatable	Processes	
•  Metrics	
IT Goals
Control
5
•  Development	–	Op:mize	the	func:onality	of	the	service	
•  Opera:ons	–	Op:mize	the	efficiency	and	stability	of	the	service	
•  QA	–	Op:mize	the	quality	of	the	service	
•  Security	–	Op:mize	the	confiden:ality,	integrity,	and	availability	
IT Func(onal Org Separa(ons
6
Strengths:	
-  Closest	to	business	needs	
-  Deliver	new	capabili:es	
-  Protect	user	experience	
-  Experienced	automators	
Weaknesses:	
-  Lose	focus	on	scalability,	stability,	
and	supportability	at	:mes	
-  Typically	under	pressure	to	deliver	
quickly	
-  Security	not	always	top	of	mind	
-  Not	always	experienced	op:mizers	
Tradi(onal Development Group
Development
7
Strengths:	
-  Experienced	op:mizers	
-  Cost	conscience	
-  Focus	on	stability	and	availability	
-  Tend	to	consider	cross-func:onal	impacts	
-  Experienced	data	and	performance	
analysts	
-  Champion	documenta:on	
Weaknesses:	
-  Typically	manual	process	intensive	
-  Under	pressure	to	minimize	change	
-  Catching	up	on	automa:on	
-  OXen	viewed	as	a	bo.leneck	to	agility	
Tradi(onal Opera(ons Group
Opera:ons
8
Strengths:	
-  Focus	on	quality	(obviously)	
-  Experienced	in	crea:ng	test	cases	
-  Consider	all	users	/	personas	
-  Collaborators	by	necessity	
Weaknesses:	
-  OXen	require	heavy	guidance	from	
development	team	
-  OXen	heavily	func:onal	focused	(at	the	
expense	of	load,	performance,	and	
security	tes:ng)	
-  Usually	the	most	to	suffer	in	a	:meline	
crunch	
Tradi(onal QA Group
Quality	Assurance
9
Strengths:	
-  Experienced	in	iden:fying	unintended	
interfaces,	ports,	or	execu:on	mechanisms	
-  Keen	understanding	of	network	routes	&	
communica:on	channels	
-  Up	to	speed	on	common	a.ack	vectors	
-  Strong	skills	in	compliance	and	standardiza:on	
-  Great	understanding	of	risk	analysis	
Weaknesses:	
-  OXen	strongly	network	focused	
-  Frequently	more	secre:ve	
-  Tendency	to	say	“No”	instead	of	“Let’s	find	a	
solu:on”	
Tradi(onal Security Group
Security
10
DevOps	seeks	to	remove	
the	silos	by	changing	the	
culture	from	a	myopic	
func:onal	perspec:ve	to	
a	more	inclusive	
collabora:ve	mindset.	
Enter DevOps
Development	 Opera:ons	
Quality	Assurance	 Security	
DevOps	
(DevSecOps)
11
•  Is	it	an	organiza:onal	/	team	re-alignment?	
•  Is	it	cloud	infrastructure	automa:on?	
•  Is	it	configura:on	management?	
•  Is	it	CICD	/	deployment	automa:on?	
•  Is	it	tes:ng	automa:on?	
•  Is	it	security	automa:on?	
What is DevOps?
12
•  DevOps	is	a	mindset	–	built	on	the	following	founda:ons:	
•  Focus	on	Business	Enablement	
•  Collabora:on	
•  Automa:on	
•  Scalability	
•  Quality	
•  Velocity	&	Agility	
•  Con:nuous	Feedback	&	Improvement	
•  Key	Objec:ve	
•  Reliably	reduce	:me	from	Idea	to	Value	Realiza:on	
								(without	impac:ng	quality,	performance,	availability,	security,	or	scalability)	
DevOps is a Mindset
13
1.  Automate	all	the	Things	
2.  Integrate	the	Teams	
3.  Reduce	Time	to	Value	
	
	
DevOps is a Mindset
14
•  Mindset/Culture	Change	
•  Org	Changes	
•  Skillset	Changes	
•  Focus	on	Decreasing	Time	
to	Value	
	
What does DevOps Involve?
People	 Process	 Technology	
•  Dev	/	Ops	/	QA	/	SEC	
Process	Changes	
•  Automa:on	of	Process	
(requires	understanding/
documenta:on)	
•  Accountability	Changes	
•  New/Updated	Roles	
•  Configura:on	Management	
•  Con:nuous	Delivery	
•  Automa:on	U:li:es	/	
Scrip:ng	
•  Automated	Tes:ng	
•  Security	Automa:on
15
•  Infrastructure	CreaCon	
•  Automa:cally	create	infrastructure	components	and	server	instances.	
•  ConfiguraCon	Management	
•  Configure	server	instances	to	hardened/defined	specs	with	necessary	components	installed.	
•  ConCnuous	IntegraCon	/	ConCnuous	Delivery	
•  Automate	the	delivery	of	applica:on	releases	from	Dev	to	Produc:on.	
•  Source	Control	
•  Centralized	code	management	for	Apps	and	Infrastructure.	
•  ContainerizaCon	
•  Host	applica:ons	/	components	within	logical	containers	within	a	virtual/physical	host	
•  TesCng	AutomaCon	
•  Automate	func:onal,	integra:on,	regression,	and	security	tes:ng	
DevOps Technology Areas
16
Infrastructure Delivery - Old Way
17
Infrastructure Delivery - DevOps
18
Code Deployment - Old Way
19
Code Deployment - DevOps
20
DevOps Mindset Impacts all IT
•  Development	
•  Gain	a	stake	in	what	it	takes	to	run	and	support	the	applica:on	at	scale.	
•  Embed	security	/	QA	tes:ng	into	the	SDLC.	
•  Assists	Ops,	QA,	and	Security	with	automa:on	of	their	processes.	
•  Begin	to	build	performance	and	stability	metrics	into	delivery	pipeline.	
•  You	build	it	–	you	support	it	mentality	(shared	accountability).	
•  Opera:ons	
•  Begin	to	automate	repeatable	and	standardized	processes.	
•  Start	to	manage	infrastructure	as	code.	
•  Become	involved	in	applica:on	quality	process.	
•  Be.er	ingrain	security	hardening	into	infrastructure.	
•  Gain	understanding	of	what	code/applica:on	is	doing	on	their	boxes.
21
DevOps Mindset Impacts all IT
•  QA	
•  Automate	tes:ng	so	it	can	be	performed	at	scale.	
•  Collaborate	with	development	group	on	business	context	and	needs.	
•  Include	security	checks	into	tes:ng	loops.	
•  Begin	to	become	scalable.	
•  Security	
•  Ensure	immediate	compliance	by	collabora:ng	on	infrastructure	automa:on	and	CICD.	
•  Reduce	organiza:onal	risk	by	integra:ng	into	the	SDLC.	
•  Share	experience	and	knowledge	of	common	a.ack	vectors	with	Dev	&	Ops.	
•  Increase	confidence	that	the	environment	is	“known”.	
•  Become	enablers	instead	of	blockers.
22
Phoenix Project
Novel	by		
Gene	Kim,	George	Spafford,	and	Kevin	Behr	
Analogy	of	IT	being	like	a	factory	producCon	floor:	
•  Process	Flow	
•  Inputs/Outputs	
•  Wait	Times	
•  Bo.le	Necks	
•  Con:nual	Improvement	/	Automa:on
23
1.  Culture	–	Above	all	DevOps	is	a	Mindset.			
•  Educa:on	
•  Org	Changes	
•  Champions	
•  Skill	Addi:ons	
•  Consul:ng	
2.  Process	Changes	–	Start	Small	
•  Iden:fy	a	key	service	with	the	highest	value	proposi:on	and	limited	risk	
•  Remember	the	manufacturing	factory	analogy.		Iden:fy	a	bo.leneck	or	pain	
point.	
•  Lean	mindset	with	realis:c	goals	and	con:nuous	improvement	loops.	
I’m Ready for DevOps – Where to Start?
24
•  Tools	–	Culture	and	process	changes	will	lead	you	to	tools.	
•  Infrastructure	CreaCon	
•  Terramark,	AWS	CloudForma:on,	Cloud	Service	Broker,	VMWare	
•  ConfiguraCon	Management	
•  Chef,	Puppet,	Ansible,	Salt	
•  ConCnuous	IntegraCon	/	ConCnuous	Delivery	
•  Jenkins,	TeamCity,	Bamboo,	Maven	
•  Source	Control	
•  Git,	GitHub,	BitBucket	
•  ContainerizaCon	
•  Docker	
•  TesCng	AutomaCon	
•  Selenium,	Appium,	QMetry	
I’m Ready for DevOps – Tools
25
•  Strong	OS,	Scrip:ng,	and	Infrastructure	Skills	with	Development	Competence	
•  Strong	desire	to	automate	(obviously)	
•  Tinkerer	
•  Con:nually	seeking	to	understand	the	"Why"	behind	the	"What”	
•  Intrinsically	Mo:vated	–	Want	to	build	great	things	
•  Typically	out	in	front	of	their	organiza:on		
(Hint:	pick	up	great	talent	frustrated	with	slow	cultural	movement	of	current	employer)	
•  Con:nually	trying	to	automate	themselves	out	of	the	process.	
•  HATES	repe::ve	tasks	(Healthy	level	of	laziness)	
•  Enjoys	change	and	new	tools	
Prac(cal – Traits of a Great DevOps Engineer
26
•  Reduce	Time	to	Value	
•  Turn	IT	from	a	controlling	bo.leneck	to	a	business	enabler	
•  Build	resiliency	&	scalability	into	your	infrastructure	
•  Enable	new	capabili:es	
•  Leverage	things	like	on-demand	and	server-less	compu:ng	to	save	
infrastructure	costs		
•  Embed	security	and	QA	tes:ng	into	the	delivery	lifecycle.	
•  Increased	Quality	
•  Reduced	Risk	
•  Help	drive	meaningful	business	growth	
Recap – Why DevOps?
27
• It	will	put	me	out	of	a	job	
• My	app	is	unique	and	cannot	be	automated	
• I	don't	have	:me		
• We	don't	have	the	skillset	
• My	security	team	will	not	allow	it	
• We	just	made	a	heavy	investment	in	Hardware	assets	
Misnomers of DevOps
28
Monthly	meetup	group	focusing	on	cloud	infrastructure	
in	AWS	with	regular	discussions	on	DevOps,	CICD,	and	
Automa:on	topics.	
www.meetup.com/Oklahoma-City-AWS-User-Group/	
Connect & Learn
29
We’re	always	looking	for	
talented	DevOps	professionals	
	
Email	nathan@symphonytalent.com	
Shameless Plug
30
Email:	
nathan@symphonytalent.com	
	
Connect	on	LinkedIn:	
h.ps://www.linkedin.com/in/nathanaker	
Ques(ons?

More Related Content

PPTX
ITIL Best Practice for Software Companies
PDF
Best Practices in Testing Force.com Application
PPT
Software Evolution_Se lect3 btech
DOC
Hawkersmith Dec 2015 Resume
DOC
Brian.Callie resume
DOC
Abdul_Mateen-26082616
PDF
Application Lifecycle Transformation...a DevOps Discussion - By David Miller ...
PDF
Agile requirements management webinar, 6 February 2019
ITIL Best Practice for Software Companies
Best Practices in Testing Force.com Application
Software Evolution_Se lect3 btech
Hawkersmith Dec 2015 Resume
Brian.Callie resume
Abdul_Mateen-26082616
Application Lifecycle Transformation...a DevOps Discussion - By David Miller ...
Agile requirements management webinar, 6 February 2019

Viewers also liked (20)

PPTX
Amy DeMartine - 7 Habits of Rugged DevOps
PDF
Puppet Camp Paris 2014: Achieving Continuous Delivery and DevOps with Puppet
PDF
La química y el deporte
PPTX
Cinematography of psychological horror’s over the years bdfh
PDF
Ranking radio - 1º ac. Movil 2.011 y 2º ac. Movil 2.011
PPTX
Todos los consejos en el blog para padres
PPTX
parangaricutirimicuaro32
PPTX
Socializacion santa elena balsas
PDF
Música y Mercado - edición #67
PPS
Hotel Cápsula (Japão)
PPT
Direct SGA access without SQL
PDF
Registro de datos como herramientas de calidad en PAI Dolor Torácico
PDF
Revista agosto 2016(2)
PPT
La Primera Guerra Mundial
PPTX
Infecciones postquirurgicas
PDF
Gamileku Plataforma Gamificación E-Innobar
PPTX
Eurodata tv worldwide atf singapore kids 10122014 final
PPSX
PMI Marketing Plan
PPS
Teoria de Polinomios (3º eso)
PDF
PODEMOS: Campaña electoral en redes sociales de Internet (Elecciones Europeas...
Amy DeMartine - 7 Habits of Rugged DevOps
Puppet Camp Paris 2014: Achieving Continuous Delivery and DevOps with Puppet
La química y el deporte
Cinematography of psychological horror’s over the years bdfh
Ranking radio - 1º ac. Movil 2.011 y 2º ac. Movil 2.011
Todos los consejos en el blog para padres
parangaricutirimicuaro32
Socializacion santa elena balsas
Música y Mercado - edición #67
Hotel Cápsula (Japão)
Direct SGA access without SQL
Registro de datos como herramientas de calidad en PAI Dolor Torácico
Revista agosto 2016(2)
La Primera Guerra Mundial
Infecciones postquirurgicas
Gamileku Plataforma Gamificación E-Innobar
Eurodata tv worldwide atf singapore kids 10122014 final
PMI Marketing Plan
Teoria de Polinomios (3º eso)
PODEMOS: Campaña electoral en redes sociales de Internet (Elecciones Europeas...
Ad

Similar to DevOps from Control to Enablement (20)

PPTX
What is DevOps? What is DevOps CoE?
PPTX
Dev ops training in chennai
PPTX
A practical guide to dev ops implementation
PPTX
Accelerate Your Time to a Successful Deployment with DevOps
PPTX
Unlocking Business Growth with DevOps Solutions: Advantages and Hurdles
PPTX
DevOps Introduction
PDF
Creating High Performance teams by using a DevOps culture (FUG presentation)
PPTX
What is DevOps?
PPTX
Introduction To Devops
PDF
Katrina Novakovic "Default to Open: Creating a DevOps Culture"
PPTX
DevOps: an efficient operating model
PPTX
DevOps 1 (1).pptx
PPTX
DevOps overview and tech interview tips
PPTX
Introduction to DevOps
PPTX
DevOps Transformation Solution Recommendation.pptx
PPTX
DevOps Culture transformation in Modern Software Delivery
PDF
Turning Human Capital into High Performance Organizational Capital
PDF
DevOps Transformation - Another View
PDF
DevOps Best Practices: Combine Coding with Collaboration
PPTX
DevOps - Overview - One of the Top Trends in IT Industry
What is DevOps? What is DevOps CoE?
Dev ops training in chennai
A practical guide to dev ops implementation
Accelerate Your Time to a Successful Deployment with DevOps
Unlocking Business Growth with DevOps Solutions: Advantages and Hurdles
DevOps Introduction
Creating High Performance teams by using a DevOps culture (FUG presentation)
What is DevOps?
Introduction To Devops
Katrina Novakovic "Default to Open: Creating a DevOps Culture"
DevOps: an efficient operating model
DevOps 1 (1).pptx
DevOps overview and tech interview tips
Introduction to DevOps
DevOps Transformation Solution Recommendation.pptx
DevOps Culture transformation in Modern Software Delivery
Turning Human Capital into High Performance Organizational Capital
DevOps Transformation - Another View
DevOps Best Practices: Combine Coding with Collaboration
DevOps - Overview - One of the Top Trends in IT Industry
Ad

More from JoAnna Cheshire (20)

PDF
The Future of Work
PDF
Catching the Next Train
PPTX
The SharePoint Migration Playbook
PDF
Introduction to SharePoint Framework
PPTX
PowerShell + SharePoint Online - An Admin's Guide
PDF
Artificial Intelligence & Machine Learning - A CIOs Perspective
PDF
Modernizing Data Management
PPTX
Microsoft and Enterprise Search
PPTX
Introduction to Microsoft Teams and Office 365 groups
PDF
Cybersecurity crisis management a prep guide
PPTX
Accelerate your business with flow
PPTX
Building applications for your business using power apps and flow
PPTX
The Decomposition Dilemma
PPTX
Not "If" but "When"
PDF
Defending against Ransomware and what you can do about it
PDF
The New Convergence of Data; the Next Strategic Business Advantage
PDF
Healthcare - An Identity Thief's SuperStore
PDF
Microservices Architectural Maturity Matrix, Token Based Authority, API Gatew...
PPT
Define Yourself! Crafting a Wonder Woman's Brand
PDF
Today's Cyber Challenges: Methodology to Secure Your Business
The Future of Work
Catching the Next Train
The SharePoint Migration Playbook
Introduction to SharePoint Framework
PowerShell + SharePoint Online - An Admin's Guide
Artificial Intelligence & Machine Learning - A CIOs Perspective
Modernizing Data Management
Microsoft and Enterprise Search
Introduction to Microsoft Teams and Office 365 groups
Cybersecurity crisis management a prep guide
Accelerate your business with flow
Building applications for your business using power apps and flow
The Decomposition Dilemma
Not "If" but "When"
Defending against Ransomware and what you can do about it
The New Convergence of Data; the Next Strategic Business Advantage
Healthcare - An Identity Thief's SuperStore
Microservices Architectural Maturity Matrix, Token Based Authority, API Gatew...
Define Yourself! Crafting a Wonder Woman's Brand
Today's Cyber Challenges: Methodology to Secure Your Business

Recently uploaded (20)

PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Empathic Computing: Creating Shared Understanding
PDF
Machine learning based COVID-19 study performance prediction
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
A Presentation on Artificial Intelligence
Diabetes mellitus diagnosis method based random forest with bat algorithm
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Encapsulation_ Review paper, used for researhc scholars
Chapter 3 Spatial Domain Image Processing.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Reach Out and Touch Someone: Haptics and Empathic Computing
Understanding_Digital_Forensics_Presentation.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
The AUB Centre for AI in Media Proposal.docx
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Empathic Computing: Creating Shared Understanding
Machine learning based COVID-19 study performance prediction
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Building Integrated photovoltaic BIPV_UPV.pdf
The Rise and Fall of 3GPP – Time for a Sabbatical?
A Presentation on Artificial Intelligence

DevOps from Control to Enablement