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
560
Podライフサイクルを体験する/ux-with-pod-lifecycle
Hiroki Matsumoto
August 27, 2020
Tweet
Share
More Decks by Hiroki Matsumoto
See All by Hiroki Matsumoto
システム改善・育成のための障害対応訓練
hirokimatsumoto
0
240
CI/CD環境としてGitHub Actionsを選んだ理由
hirokimatsumoto
0
230
初めてのPSI試験 with Vault Associate
hirokimatsumoto
0
240
多数のプロダクトを開発・運用するためのツール環境
hirokimatsumoto
0
180
デプロイメント手法を選択する/Decide the way of deployment
hirokimatsumoto
2
1k
Effective Container with VSCode Remote Container
hirokimatsumoto
0
160
GKE+Argo workflow
hirokimatsumoto
1
600
Ansibleをやろうと思ったきっかけ/The-reason-why-I-want-to-learn-Ansible
hirokimatsumoto
0
110
GraalVM Native Imageが 見せた未来/graalvm-native-image showed the future
hirokimatsumoto
2
520
Other Decks in Technology
See All in Technology
開発組織の課題解決を加速するための権限委譲 -する側、される側としての向き合い方-
daitasu
5
250
Kaggleの経験が実務にどう活きているか / kaggle_findy
sansan_randd
5
780
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
44k
生成AIの利用とセキュリティ /gen-ai-and-security
mizutani
1
1.2k
EMからICへ、二周目人材としてAI全振りのプロダクト開発で見つけた武器
yug1224
4
420
白金鉱業Meetup_Vol.22_Orbital Senseを支える衛星画像のマルチモーダルエンベディングと地理空間のあいまい検索技術
brainpadpr
2
220
Secure Boot 2026 - Aggiornamento dei certificati UEFI e piano di adozione in azienda
memiug
0
140
LLM のプロダクト導入における開発の裏側と技術的挑戦
recruitengineers
PRO
1
100
オンプレとGoogle Cloudを安全に繋ぐための、セキュア通信の勘所
waiwai2111
3
1.1k
AI時代にエンジニアはどう成長すれば良いのか?
recruitengineers
PRO
1
140
わたしがセキュアにAWSを使えるわけないじゃん、ムリムリ!(※ムリじゃなかった!?)
cmusudakeisuke
0
120
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
5
1.1k
Featured
See All Featured
The Mindset for Success: Future Career Progression
greggifford
PRO
0
270
Making the Leap to Tech Lead
cromwellryan
135
9.8k
Claude Code のすすめ
schroneko
67
220k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
2.3k
Statistics for Hackers
jakevdp
799
230k
Agile Leadership in an Agile Organization
kimpetersen
PRO
0
100
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
360
30k
Ruling the World: When Life Gets Gamed
codingconduct
0
160
RailsConf 2023
tenderlove
30
1.4k
How to Talk to Developers About Accessibility
jct
2
140
Abbi's Birthday
coloredviolet
2
5.1k
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
87
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/