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
460
Podライフサイクルを体験する/ux-with-pod-lifecycle
Hiroki Matsumoto
August 27, 2020
Tweet
Share
More Decks by Hiroki Matsumoto
See All by Hiroki Matsumoto
システム改善・育成のための障害対応訓練
hirokimatsumoto
0
150
CI/CD環境としてGitHub Actionsを選んだ理由
hirokimatsumoto
0
120
初めてのPSI試験 with Vault Associate
hirokimatsumoto
0
120
多数のプロダクトを開発・運用するためのツール環境
hirokimatsumoto
0
91
デプロイメント手法を選択する/Decide the way of deployment
hirokimatsumoto
2
850
Effective Container with VSCode Remote Container
hirokimatsumoto
0
110
GKE+Argo workflow
hirokimatsumoto
1
510
Ansibleをやろうと思ったきっかけ/The-reason-why-I-want-to-learn-Ansible
hirokimatsumoto
0
65
GraalVM Native Imageが 見せた未来/graalvm-native-image showed the future
hirokimatsumoto
2
420
Other Decks in Technology
See All in Technology
安心してください、日本語使えますよ―Ubuntu日本語Remix提供休止に寄せて― 2024-11-17
nobutomurata
1
1k
Amazon Personalizeのレコメンドシステム構築、実際何するの?〜大体10分で具体的なイメージをつかむ〜
kniino
1
100
Engineer Career Talk
lycorp_recruit_jp
0
170
The Role of Developer Relations in AI Product Success.
giftojabu1
0
130
Terraform CI/CD パイプラインにおける AWS CodeCommit の代替手段
hiyanger
1
240
The Rise of LLMOps
asei
7
1.6k
CysharpのOSS群から見るModern C#の現在地
neuecc
2
3.4k
エンジニア人生の拡張性を高める 「探索型キャリア設計」の提案
tenshoku_draft
1
130
リンクアンドモチベーション ソフトウェアエンジニア向け紹介資料 / Introduction to Link and Motivation for Software Engineers
lmi
4
300k
【若手エンジニア応援LT会】ソフトウェアを学んできた私がインフラエンジニアを目指した理由
kazushi_ohata
0
150
個人でもIAM Identity Centerを使おう!(アクセス管理編)
ryder472
3
220
10XにおけるData Contractの導入について: Data Contract事例共有会
10xinc
6
640
Featured
See All Featured
Thoughts on Productivity
jonyablonski
67
4.3k
Build your cross-platform service in a week with App Engine
jlugia
229
18k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
329
21k
Gamification - CAS2011
davidbonilla
80
5k
How to Ace a Technical Interview
jacobian
276
23k
Producing Creativity
orderedlist
PRO
341
39k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
250
21k
Imperfection Machines: The Place of Print at Facebook
scottboms
265
13k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.1k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
27
840
Embracing the Ebb and Flow
colly
84
4.5k
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/