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
330
Why Service is the worst API in Kubernetes, and what we can do about it
thockin
2
880
Kubernetes Pod Probes
thockin
6
4.3k
Go Workspaces for Kubernetes
thockin
2
1k
Code Review in Kubernetes
thockin
2
1.7k
Multi-cluster: past, present, future
thockin
0
490
Kubernetes Controllers - are they loops or events?
thockin
11
3.8k
Kubernetes Network Models (why is this so dang hard?)
thockin
9
1.9k
KubeCon EU 2020: SIG-Network Intro and Deep-Dive
thockin
8
1.3k
Other Decks in Technology
See All in Technology
Simplify! 10 ways to reduce complexity in software development
ufried
1
240
AndroidアプリエンジニアもMCPを触ろう
kgmyshin
2
610
大規模サーバーレスプロジェクトのリアルな零れ話
maimyyym
3
150
コスト最適重視でAurora PostgreSQLのログ分析基盤を作ってみた #jawsug_tokyo
non97
2
890
genspark_presentation.pdf
haruki_uiru
1
210
DjangoCon Europe 2025 Keynote - Django for Data Science
wsvincent
0
500
LINE 購物幕後推手
line_developers_tw
PRO
0
400
MCPが変えるAIとの協働
knishioka
1
140
AI-in-the-Enterprise|OpenAIが公開した「AI導入7つの教訓」——ChatGPTで変わる企業の未来とは?
customercloud
PRO
0
150
Ninno LT
kawaguti
PRO
1
110
OPENLOGI Company Profile
hr01
0
63k
Azure & DevSecOps
kkamegawa
2
160
Featured
See All Featured
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
32
2.3k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.6k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.8k
Faster Mobile Websites
deanohume
306
31k
Fireside Chat
paigeccino
37
3.4k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.4k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
41
2.3k
Making Projects Easy
brettharned
116
6.2k
We Have a Design System, Now What?
morganepeng
52
7.6k
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
The Invisible Side of Design
smashingmag
299
50k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
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