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
540
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
490
エムスリーの Over 300 マイクロサービスを支えるマルチクラウドのネットワーク設計 / M3 cloud network infrastructure for over 1000 microservices
saiya_moebius
0
300
TypeScript の型システム / Type system of the TypeScript
saiya_moebius
10
3.2k
垂直スケールの果ての db.r4.16xlarge で得た教訓 / What happened on vertically scaled 16xlarge DB
saiya_moebius
4
3.9k
DNS を 15 分で雑に知る / grasp DNS in 15 minutes
saiya_moebius
0
120
分散トレーシングの技術選定・OSS 貢献, Stackdriver Trace での性能可視化・改善 / Distributed Tracing case study
saiya_moebius
10
6.4k
RDBMS in Action
saiya_moebius
56
23k
Kubernetes こわくないよ!
saiya_moebius
1
5.6k
Compiler/JIT optimizations & escape analysis
saiya_moebius
2
350
Other Decks in Programming
See All in Programming
RubyLSPのマルチバイト文字対応
notfounds
0
120
Kaigi on Rails 2024 〜運営の裏側〜
krpk1900
1
200
Hotwire or React? ~アフタートーク・本編に含めなかった話~ / Hotwire or React? after talk
harunatsujita
1
120
最新TCAキャッチアップ
0si43
0
140
Why Jakarta EE Matters to Spring - and Vice Versa
ivargrimstad
0
1.1k
NSOutlineView何もわからん:( 前編 / I Don't Understand About NSOutlineView :( Pt. 1
usagimaru
0
330
Amazon Qを使ってIaCを触ろう!
maruto
0
400
イベント駆動で成長して委員会
happymana
1
320
Laravel や Symfony で手っ取り早く OpenAPI のドキュメントを作成する
azuki
2
110
ふかぼれ!CSSセレクターモジュール / Fukabore! CSS Selectors Module
petamoriken
0
150
Duckdb-Wasmでローカルダッシュボードを作ってみた
nkforwork
0
120
ヤプリ新卒SREの オンボーディング
masaki12
0
130
Featured
See All Featured
Building Applications with DynamoDB
mza
90
6.1k
The World Runs on Bad Software
bkeepers
PRO
65
11k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
232
17k
GraphQLの誤解/rethinking-graphql
sonatard
67
10k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
126
18k
Measuring & Analyzing Core Web Vitals
bluesmoon
4
120
Mobile First: as difficult as doing things right
swwweet
222
8.9k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
44
2.2k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
27
4.3k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
Building a Scalable Design System with Sketch
lauravandoore
459
33k
A better future with KSS
kneath
238
17k
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