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
520
エムスリーの 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
生成AIの使いどころ
kanayannet
0
100
AHC 044 混合整数計画ソルバー解法
kiri8128
0
300
Return of the Full-Stack Developer
simas
PRO
1
310
php-fpm がリクエスト処理する仕組みを追う / Tracing-How-php-fpm-Handles-Requests
shin1x1
5
820
複雑なフォームと複雑な状態管理にどう向き合うか / #newt_techtalk vol. 15
izumin5210
4
3.1k
フロントエンドテストの育て方
quramy
9
2.5k
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
0
930
Modern Angular:Renovation for Your Applications @angularDays 2025 Munich
manfredsteyer
PRO
0
140
エンジニア未経験が最短で戦力になるためのTips
gokana
0
210
PHPによる"非"構造化プログラミング入門 -本当に熱いスパゲティコードを求めて- #phperkaigi
o0h
PRO
0
1.1k
本当だってば!俺もTRICK 2022に入賞してたんだってば!
jinroq
0
250
goにおける コネクションプールの仕組み を軽く掘って見た
aronokuyama
0
140
Featured
See All Featured
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.3k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
135
33k
4 Signs Your Business is Dying
shpigford
183
22k
GitHub's CSS Performance
jonrohan
1030
460k
Faster Mobile Websites
deanohume
306
31k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
2.9k
Designing Experiences People Love
moore
141
23k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
The World Runs on Bad Software
bkeepers
PRO
67
11k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
30
1.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