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
Web アプリをとりあえず Kubernetes にデプロイするための知識
Search
saiya_moebius
March 22, 2019
Programming
0
550
Web アプリをとりあえず Kubernetes にデプロイするための知識
K8s の全体像や裏側にあえて触ない、スタートラインに立つための概略
saiya_moebius
March 22, 2019
Tweet
Share
More Decks by saiya_moebius
See All by saiya_moebius
async 完全理解 - 全ての async は Promise に通ず / Guide to async, await
saiya_moebius
1
510
エムスリーの Over 300 マイクロサービスを支えるマルチクラウドのネットワーク設計 / M3 cloud network infrastructure for over 1000 microservices
saiya_moebius
0
320
TypeScript の型システム / Type system of the TypeScript
saiya_moebius
10
3.2k
垂直スケールの果ての db.r4.16xlarge で得た教訓 / What happened on vertically scaled 16xlarge DB
saiya_moebius
4
4k
DNS を 15 分で雑に知る / grasp DNS in 15 minutes
saiya_moebius
0
140
分散トレーシングの技術選定・OSS 貢献, Stackdriver Trace での性能可視化・改善 / Distributed Tracing case study
saiya_moebius
10
6.6k
RDBMS in Action
saiya_moebius
56
24k
Kubernetes こわくないよ!
saiya_moebius
1
5.7k
Compiler/JIT optimizations & escape analysis
saiya_moebius
2
400
Other Decks in Programming
See All in Programming
PHPでお金を扱う時、終わりのない 謎の1円調査の旅にでなくて済む方法
nakka
0
540
良いコードレビューとは
danimal141
10
10k
安全に倒し切るリリースをするために:15年来レガシーシステムのフルリプレイス挑戦記
sakuraikotone
2
580
運用しながらリアーキテクチャ
nealle
0
330
CTFのWebにおける⾼難易度問題について
hamayanhamayan
1
770
ローコードサービスの進化のためのモノレポ移行
taro28
1
240
やっと腹落ち「スプリント毎に動くモノをリリースする」〜ゼロから始めるメガバンクグループのアジャイル実践〜
sasakendayo
1
310
PHPによる"非"構造化プログラミング入門 -本当に熱いスパゲティコードを求めて- by きんじょうひでき
o0h
PRO
0
590
CloudRun, Spanner に対する負荷試験の反省と オブザーバビリティによるアプローチ
oyasumipants
1
250
AWS Step Functions は CDK で書こう!
konokenj
5
990
Windows版PHPのビルド手順とPHP 8.4における変更点
matsuo_atsushi
0
300
「その気にさせる」エンジニアが 最強のリーダーになる理由
gimupop
3
420
Featured
See All Featured
Docker and Python
trallard
44
3.3k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
14
1k
Writing Fast Ruby
sferik
628
61k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
44
7.1k
VelocityConf: Rendering Performance Case Studies
addyosmani
328
24k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Automating Front-end Workflow
addyosmani
1369
200k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
3.7k
Mobile First: as difficult as doing things right
swwweet
223
9.5k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.5k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.1k
Transcript
None
None
None
Pod ReplicaSet Deployment HorizontalPodAutoscaler Service Ingress CronJob
Pod docker run docker run Pod docker-compose
ReplicaSet Pod Pod Pod
Deployment ReplicaSet Pod Deployment ReplicaSet Pod ReplicaSet HorizontalPodAutoscaler Deployment Deployment
HorizontalPodAutoscaler HPA HPA HPA Deployment ReplicaSet
Service Service Selector Pod Pod Service Pod Service
Service Deployement Service Deployment Deployment ReplicaSet Pods Service Pods Service
Pod Deployment ReplicaSet Deployment ReplicaSet Pods Service
Ingress Service Ingress Service
Ingress Service Ingress Service Pods Ingress Service Service Pods Ingress
Service
kubectl apply -f .yml Deployment kubectl apply
Too long with no output Deployment apply kubectl Too long
with no output
None