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
Bridging a Multi-Cloud Environment
Search
Tim Hockin
January 14, 2020
Technology
3
550
Bridging a Multi-Cloud Environment
Tim Hockin
January 14, 2020
Tweet
Share
More Decks by Tim Hockin
See All by Tim Hockin
Kubernetes in the 2nd Decade
thockin
0
300
Why Service is the worst API in Kubernetes, and what we can do about it
thockin
2
790
Kubernetes Pod Probes
thockin
6
4.2k
Go Workspaces for Kubernetes
thockin
2
980
Code Review in Kubernetes
thockin
2
1.7k
Multi-cluster: past, present, future
thockin
0
460
Kubernetes Controllers - are they loops or events?
thockin
11
3.7k
Kubernetes Network Models (why is this so dang hard?)
thockin
9
1.8k
KubeCon EU 2020: SIG-Network Intro and Deep-Dive
thockin
8
1.2k
Other Decks in Technology
See All in Technology
サーバレスの未来〜The Key to Simplifying Everything〜
kawaji_scratch
2
330
Re:Define 可用性を支える モニタリング、パフォーマンス最適化、そしてセキュリティ
pyama86
9
4.8k
ココナラのセキュリティ組織の体制・役割・今後目指す世界
coconala_engineer
0
180
re:Invent Recap (January 2025)
scalefactory
0
330
実践している探索的テストの進め方 #jasstnano
makky_tyuyan
1
130
srekaigi2025-hajimete-ippo-aws
masakichieng
0
140
CNAPPから考えるAWSガバナンスの実践と最適化
nrinetcom
PRO
1
120
実践!生成AIのビジネス活用 / How to utilize Generative AI in your own business
gakumura
1
190
AIアプリケーション開発でAzure AI Searchを使いこなすためには
isidaitc
1
280
GraphRAG: What I Thought I Knew (But Didn’t)
sashimimochi
0
120
TSのコードをRustで書き直した話
askua
4
980
RevOpsへ至る道 データ活用による事業革新への挑戦 / path-to-revops
pei0804
2
530
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
51
7.4k
Code Reviewing Like a Champion
maltzj
521
39k
Scaling GitHub
holman
459
140k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
27
1.5k
Thoughts on Productivity
jonyablonski
68
4.4k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
365
25k
Six Lessons from altMBA
skipperchong
27
3.6k
Building Flexible Design Systems
yeseniaperezcruz
328
38k
Testing 201, or: Great Expectations
jmmastey
41
7.2k
RailsConf 2023
tenderlove
29
980
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.2k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
3
370
Transcript
Bridging a Multi-Cloud Environment Tim Hockin Google Cloud
None
Availability Locality Risk Isolation Legacy Acquisitions Multi-Env
By 2021, over 75% of midsize and large organizations will
have adopted a multi-cloud or hybrid IT strategy* *Gartner, Predicts 2019: Increasing Reliance on Cloud Computing Transforms IT and Business Practices, December 2018 +75 %
Using multiple clouds means you are exposed to all of
the differences between them • UI, API, CLI • Product capabilities • Identity, Auth Cacophony
Differences between clouds run deep, impact what you build, and
how you operate • Networking • Storage • Autoscaling • App lifecycle Experience
The logical solution to variations across platforms is new abstractions
Abstraction
It’s very easy to accidentally depend on facets of a
specific environment and get stuck Lock-In
Mastering one cloud is hard; mastering multiple clouds can be
overwhelming Training
You don’t want to train your teams on multiple clouds
You don’t want to tailor your deployments for each cloud Consistency
Look for abstractions that are widely adopted and which are
supported by the underlying providers Standard
Consistent, flexible CLI & API Abstraction of infrastructure Single dev
/ ops experience Highly portable workloads Kubernetes
High-level enough to hide the worst differences between clouds Low-level
enough to run almost anything Elevate
Build your custom platform on a solid foundation that abstracts
the infrastructure Platform
Kubernetes is not an island Ecosystem
Numerous options and solutions exist, and people are ready to
fill in the gaps Leverage
There are no magic bullets No system is perfect Anyone
who says otherwise is selling something Reality Check
Kubernetes can be the thread that ties multi-cloud solutions together,
but it is not a solution on its own Future
None