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
Matt Saunders
May 17, 2016
Technology
0
45
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
76
Banking and Docker Datacenter: How containers drive agility
cm6051
0
240
Containers and Docker - Leeds Technology UG
cm6051
0
46
Other Decks in Technology
See All in Technology
Snowflake Intelligenceにはこうやって立ち向かう!クラシルが考えるAI Readyなデータ基盤と活用のためのDataOps
gappy50
0
160
なぜスクラムはこうなったのか?歴史が教えてくれたこと/Shall we explore the roots of Scrum
sanogemaru
5
1.6k
今!ソフトウェアエンジニアがハードウェアに手を出すには
mackee
12
4.7k
「全員プロダクトマネージャー」を実現する、Cursorによる仕様検討の自動運転
applism118
21
10k
Terraformで構築する セルフサービス型データプラットフォーム / terraform-self-service-data-platform
pei0804
1
170
Practical Agentic AI in Software Engineering
uzyn
0
100
共有と分離 - Compose Multiplatform "本番導入" の設計指針
error96num
1
370
DevIO2025_継続的なサービス開発のための技術的意思決定のポイント / how-to-tech-decision-makaing-devio2025
nologyance
1
380
職種の壁を溶かして開発サイクルを高速に回す~情報透明性と職種越境から考えるAIフレンドリーな職種間連携~
daitasu
0
150
react-callを使ってダイヤログをいろんなとこで再利用しよう!
shinaps
1
230
「Linux」という言葉が指すもの
sat
PRO
4
120
Autonomous Database - Dedicated 技術詳細 / adb-d_technical_detail_jp
oracle4engineer
PRO
4
10k
Featured
See All Featured
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Gamification - CAS2011
davidbonilla
81
5.4k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
840
Why Our Code Smells
bkeepers
PRO
339
57k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.6k
Facilitating Awesome Meetings
lara
55
6.5k
Faster Mobile Websites
deanohume
309
31k
Designing Experiences People Love
moore
142
24k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
Fireside Chat
paigeccino
39
3.6k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
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