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
Podライフサイクルを体験する/ux-with-pod-lifecycle
Search
Hiroki Matsumoto
August 27, 2020
Technology
1
520
Podライフサイクルを体験する/ux-with-pod-lifecycle
Hiroki Matsumoto
August 27, 2020
Tweet
Share
More Decks by Hiroki Matsumoto
See All by Hiroki Matsumoto
システム改善・育成のための障害対応訓練
hirokimatsumoto
0
210
CI/CD環境としてGitHub Actionsを選んだ理由
hirokimatsumoto
0
190
初めてのPSI試験 with Vault Associate
hirokimatsumoto
0
180
多数のプロダクトを開発・運用するためのツール環境
hirokimatsumoto
0
140
デプロイメント手法を選択する/Decide the way of deployment
hirokimatsumoto
2
930
Effective Container with VSCode Remote Container
hirokimatsumoto
0
130
GKE+Argo workflow
hirokimatsumoto
1
560
Ansibleをやろうと思ったきっかけ/The-reason-why-I-want-to-learn-Ansible
hirokimatsumoto
0
81
GraalVM Native Imageが 見せた未来/graalvm-native-image showed the future
hirokimatsumoto
2
480
Other Decks in Technology
See All in Technology
Digitization部 紹介資料
sansan33
PRO
1
4.2k
宇宙パトロール ルル子から考える LT設計のコツ
masakiokuda
2
100
活きてなかったデータを活かしてみた話 / Shirokane Kougyou vol 19
sansan_randd
1
270
Javalinの紹介
notoh
0
100
OCI Oracle Database Services新機能アップデート(2025/03-2025/05)
oracle4engineer
PRO
1
140
Model Mondays S2E01: Advanced Reasoning
nitya
0
340
AWS と定理証明 〜ポリシー言語 Cedar 開発の舞台裏〜 #fp_matsuri / FP Matsuri 2025
ytaka23
9
2.4k
What's new in OpenShift 4.19
redhatlivestreaming
1
230
Introduction to Sansan, inc / Sansan Global Development Center, Inc.
sansan33
PRO
0
2.6k
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
6.4k
「伝える」を加速させるCursor術
naomix
0
620
白金鉱業Meetup_Vol.19_PoCはデモで語れ!顧客の本音とインサイトを引き出すソリューション構築
brainpadpr
2
330
Featured
See All Featured
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
52
2.8k
Why Our Code Smells
bkeepers
PRO
337
57k
Thoughts on Productivity
jonyablonski
69
4.7k
Typedesign – Prime Four
hannesfritz
42
2.7k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
The Cult of Friendly URLs
andyhume
79
6.4k
Statistics for Hackers
jakevdp
799
220k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
900
We Have a Design System, Now What?
morganepeng
52
7.6k
Transcript
Kubernetes Sapporo for Beginners Kubernetes 入門 ~ Podのライフサイクルを体験する ~
Kubernetes Sapporo for Beginners 自己紹介 松本 宏紀 ( まつもと ひろき
) • Kubernetes Sapporo for Beginners主催者。 • アプリケーション・エンジニア • 英語奮闘中 • 2020年3月に転職しました。 ◦ Java + Golang -> Ruby + PHP + Golang(?) ◦ GCP ( GKE ) -> Azure ( AKS ) Twitter:@hirokimatsumo13
Kubernetes Sapporo for Beginners Podのライフサイクルを理解して、 業務で活かせるようにする。 今日のお話
Kubernetes Sapporo for Beginners 知識 公式に素晴らしいページがあります。 Contributorさんたちに感謝しましょう。 https://kubernetes.io/ja/docs/concepts/workloads/pods/pod-lifecycle/
Kubernetes Sapporo for Beginners 実践 実際にPodの状態変化を体験していきましょう。 https://kubernetes-sapporo-for-beginners.github.io/hands-on/Step5-Pod-Lifecycle/
Kubernetes Sapporo for Beginners 補足 - Podの終了 Deploymentsで無停止でロールアウトするには、安全に終了処理を行う必要があります。 そのためには、下記の知識が必要となります。 •
https://kubernetes.io/ja/docs/concepts/workloads/pods/pod/#termination-of-pods • https://kubernetes.io/ja/docs/concepts/containers/container-lifecycle-hooks/