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
850
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
480
Kubernetes Controllers - are they loops or events?
thockin
11
3.8k
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.3k
Other Decks in Technology
See All in Technology
Go の analysis パッケージで自作するリファクタリングツール
kworkdev
PRO
1
420
ISUCONにPHPで挑み続けてできるようになっ(てき)たこと / phperkaigi2025
blue_goheimochi
0
140
バクラクでのSystem Risk Records導入による変化と改善の取り組み/Changes and Improvement Initiatives Resulting from the Implementation of System Risk Records
taddy_919
0
220
チームの性質によって変わる ADR との向き合い方と、生成 AI 時代のこれから / How to deal with ADR depends on the characteristics of the team
mh4gf
4
340
問題解決に役立つ数理工学
recruitengineers
PRO
7
2.3k
OCI見積もり入門セミナー
oracle4engineer
PRO
0
120
Compose MultiplatformにおけるiOSネイティブ実装のベストプラクティス
enomotok
1
210
数百台のオンプレミスのサーバーをEKSに移行した話
yukiteraoka
0
680
コンソールで学ぶ!AWS CodePipelineの機能とオプション
umekou
2
120
サーバシステムを無理なくコンテナ移行する際に伝えたい4つのポイント/Container_Happy_Migration_Method
ozawa
1
100
Restarting_SRE_Road_to_SRENext_.pdf
_awache
0
170
初めてのPostgreSQLメジャーバージョンアップ
kkato1
0
440
Featured
See All Featured
Building a Modern Day E-commerce SEO Strategy
aleyda
39
7.2k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
31
4.8k
Raft: Consensus for Rubyists
vanstee
137
6.9k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
jQuery: Nuts, Bolts and Bling
dougneiner
63
7.7k
Automating Front-end Workflow
addyosmani
1369
200k
Art, The Web, and Tiny UX
lynnandtonic
298
20k
Stop Working from a Prison Cell
hatefulcrawdad
268
20k
Building Your Own Lightsaber
phodgson
104
6.3k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
17
1.1k
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