Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Enterprise DevOps in 2016
Search
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
Matt Saunders
May 17, 2016
Technology
0
48
Enterprise DevOps in 2016
Matt Saunders
May 17, 2016
Tweet
Share
More Decks by Matt Saunders
See All by Matt Saunders
How Microservices and Containers Drive Agility
cm6051
0
79
Banking and Docker Datacenter: How containers drive agility
cm6051
0
240
Containers and Docker - Leeds Technology UG
cm6051
0
47
Other Decks in Technology
See All in Technology
Claude Codeが爆速進化してプラグイン追従がつらいので半自動化した話 ver.2
rfdnxbro
0
520
事例に見るスマートファクトリーへの道筋〜工場データをAI Readyにする実践ステップ〜
hamadakoji
1
300
Google系サービスで文字起こしから勝手にカレンダーを埋めるエージェントを作った話
risatube
0
150
モブプログラミング再入門 ー 基本から見直す、AI時代のチーム開発の選択肢 ー / A Re-introduction of Mob Programming
takaking22
5
1.3k
JAWS Days 2026 楽しく学ぼう! 認証認可 入門/20260307-jaws-days-novice-lane-auth
opelab
10
1.8k
Shifting from MCP to Skills / ベストプラクティスの変遷を辿る
yamanoku
4
810
8万デプロイ
iwamot
PRO
2
230
20260311 技術SWG活動報告(デジタルアイデンティティ人材育成推進WG Ph2 活動報告会)
oidfj
0
300
実践 Datadog MCP Server
nulabinc
PRO
1
100
JAWSDAYS2026 [C02] 楽しく学ぼう!AWSとは?AWSの歴史 入門
hiragahh
0
120
JAWS FESTA 2025でリリースしたほぼリアルタイム文字起こし/翻訳機能の構成について
naoki8408
1
380
複数クラスタ運用と検索の高度化:ビズリーチにおけるElastic活用事例 / ElasticON Tokyo2026
visional_engineering_and_design
0
130
Featured
See All Featured
SEO for Brand Visibility & Recognition
aleyda
0
4.3k
Writing Fast Ruby
sferik
630
63k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Jamie Indigo - Trashchat’s Guide to Black Boxes: Technical SEO Tactics for LLMs
techseoconnect
PRO
0
82
JAMstack: Web Apps at Ludicrous Speed - All Things Open 2022
reverentgeek
1
390
The Mindset for Success: Future Career Progression
greggifford
PRO
0
270
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.7k
Technical Leadership for Architectural Decision Making
baasie
3
290
Site-Speed That Sticks
csswizardry
13
1.1k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
287
14k
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
150
Groundhog Day: Seeking Process in Gaming for Health
codingconduct
0
120
Transcript
sendachi.com
sendachi.com Enterprise DevOps in 2016 • Matt Saunders • Principal
Consultant • Sendachi
sendachi.com Sendachi • Formed in 2016 • Merging Clutch (US)
and Contino (UK) • VC Funded Services Company • Docker Premier Partner
sendachi.com Sendachi • Enterprise Focus • DevOps & Continuous Delivery
• Containerisation & Virtualisation • Microservices • Security, Reliability & Resilience • Cloud Architecture
sendachi.com Matt Saunders • Old-school Sysadmin • DevOps since before
it was cool • Twitter @cm6051 •
[email protected]
sendachi.com London DevOps Meetup
sendachi.com Docker London Meetup
sendachi.com Cloud
sendachi.com Cloud
sendachi.com Private Cloud Adoption • The bad – Some failed
projects – PaaS ideal is hard to realise – Private clouds encumbered by process – Agility hard to deliver
sendachi.com Private Cloud Adoption • The good – Accelerated by
simpler requirements of Docker – Fewer dependencies – Shorter provisioning lead times
sendachi.com Public Cloud Adoption • The bad – Cost models
still less understood – Replatforming for cloud-native is still rare – Enterprises with data-centre sunk costs
sendachi.com Public Cloud Adoption • The good – Enterprises keen
to pilot public cloud – Enterprises understand public cloud is years ahead – Regulatory requirements often met
sendachi.com Public Cloud Adoption
sendachi.com Public Cloud Adoption
sendachi.com Containers
sendachi.com Containers
sendachi.com Docker • Enterprise adoption of Docker – 2015: 13%
– 2016: 29% • Source: Rightscale
sendachi.com Docker • Larger Companies are the Early Adopters
sendachi.com Docker
sendachi.com Docker • Big money investors • $1 billion market
cap
sendachi.com Container Benefits • Container Abstraction Layer – Common point
of entry for containers – Run diverse technology stacks – HTTP with RESTful interfaces work well
sendachi.com Container Benefits • Platform Portability – Move applications easily
between servers – Private and public cloud – Everything is contained
sendachi.com Container Benefits • Resilience with Clustering – Multiple clustering
options – Built specifically for Docker – Docker Swarm gaining traction
sendachi.com Container Benefits • Provenance and Traceability – Container builds
can be automated – Cryptographic signing of images – Docker registry communication is encrypted – Proof that an image is as-built
sendachi.com Container Benefits • Environment Consistency – Applications run entirely
in containers – Environment info stored outside containers – The same container runs everywhere – Environmental drift is minimised
sendachi.com Container Benefits • Improved Resource Utilisation – Applications can
be limited by memory or CPU – Pre-allocation of resource isn’t required – Docker containers can be multi-tenanted – Remove the virtualisation tax
sendachi.com Regulation
sendachi.com Regulatory Changes • Regulation becoming harder • But Enterprises
being more prepared to deal with it • Leveraging Cloud, Containers and Regulation gains competitive advantage
sendachi.com Microservices
sendachi.com Microservices
sendachi.com Microservices
sendachi.com Microservices • Small replaceable services • Loosely coupled together
• Deploy seperately • REST APIs • Independent backends
sendachi.com Microservices • Release at Independent speed • Continuous Integration
• Continuous Delivery • Social Contracts
sendachi.com Microservices • Breaking up monoliths • Unsupportably large •
Different release cadences needed • Carve bits off the edge
sendachi.com Microservices • Breaking up monoliths • Unsupportably large •
Different release cadences needed • Carve bits off the edge
sendachi.com Microservices • Breaking up monoliths • Unsupportably large •
Different release cadences needed • Carve bits off the edge
sendachi.com Microservices
sendachi.com Microservices: Not a Free Lunch • Significant DevOps skills
needed • Significant Operations overhead • Distributed Systems complexity • Testability challenges
sendachi.com Microservices: Not a Free Lunch
sendachi.com Microservices: Continuous Integration
sendachi.com Microservices: Deployment
sendachi.com Organisation
sendachi.com Organisational Design • The bad – Silos can be
rigid in Enterprises – Hearts and Minds hard to influence – Cross-functional teams hard to form – Limited scope of DevOps projects
sendachi.com Organisational Design • The good – DevOps pilot projects
having some success – Not so many “DevOps teams” – Projects in large enterprises have a chance to flourish – Upskilling always welcome
sendachi.com Summary
sendachi.com Thanks! • Matt Saunders • Principal Consultant • @cm6051
•
[email protected]
• Sendachi • @dangerousisgood • sendachi.com