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
480
Podライフサイクルを体験する/ux-with-pod-lifecycle
Hiroki Matsumoto
August 27, 2020
Tweet
Share
More Decks by Hiroki Matsumoto
See All by Hiroki Matsumoto
システム改善・育成のための障害対応訓練
hirokimatsumoto
0
170
CI/CD環境としてGitHub Actionsを選んだ理由
hirokimatsumoto
0
150
初めてのPSI試験 with Vault Associate
hirokimatsumoto
0
140
多数のプロダクトを開発・運用するためのツール環境
hirokimatsumoto
0
100
デプロイメント手法を選択する/Decide the way of deployment
hirokimatsumoto
2
880
Effective Container with VSCode Remote Container
hirokimatsumoto
0
110
GKE+Argo workflow
hirokimatsumoto
1
520
Ansibleをやろうと思ったきっかけ/The-reason-why-I-want-to-learn-Ansible
hirokimatsumoto
0
65
GraalVM Native Imageが 見せた未来/graalvm-native-image showed the future
hirokimatsumoto
2
430
Other Decks in Technology
See All in Technology
Building Scalable Backend Services with Firebase
wisdommatt
0
110
AWS Community Builderのススメ - みんなもCommunity Builderに応募しよう! -
smt7174
0
180
dbtを中心にして組織のアジリティとガバナンスのトレードオンを考えてみた
gappy50
0
280
2025年の挑戦 コーポレートエンジニアの技術広報/techpr5
nishiuma
0
140
My small contributions - Fujiwara Tech Conference 2025
ijin
0
1.4k
新卒1年目、はじめてのアプリケーションサーバー【IBM WebSphere Liberty】
ktgrryt
0
120
Alignment and Autonomy in Cybozu - 300人の開発組織でアラインメントと自律性を両立させるアジャイルな組織運営 / RSGT2025
ama_ch
1
2.4k
三菱電機で社内コミュニティを立ち上げた話
kurebayashi
1
360
あなたの人生も変わるかも?AWS認定2つで始まったウソみたいな話
iwamot
3
860
東京Ruby会議12 Ruby と Rust と私 / Tokyo RubyKaigi 12 Ruby, Rust and me
eagletmt
3
870
シフトライトなテスト活動を適切に行うことで、無理な開発をせず、過剰にテストせず、顧客をビックリさせないプロダクトを作り上げているお話 #RSGT2025 / Shift Right
nihonbuson
3
2.1k
深層学習と3Dキャプチャ・3Dモデル生成(土木学会応用力学委員会 応用数理・AIセミナー)
pfn
PRO
0
460
Featured
See All Featured
Bash Introduction
62gerente
610
210k
Measuring & Analyzing Core Web Vitals
bluesmoon
5
210
Reflections from 52 weeks, 52 projects
jeffersonlam
348
20k
A designer walks into a library…
pauljervisheath
205
24k
KATA
mclloyd
29
14k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
28
2.2k
Adopting Sorbet at Scale
ufuk
74
9.2k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
500
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.4k
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
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/