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
なぜfreeeはハブ・アンド・スポーク型の データメッシュアーキテクチャにチャレンジするのか?
shinichiro_joya
2
470
テストを書かないためのテスト/ Tests for not writing tests
sinsoku
1
170
新卒1年目、はじめてのアプリケーションサーバー【IBM WebSphere Liberty】
ktgrryt
0
120
技術に触れたり、顔を出そう
maruto
1
150
RubyでKubernetesプログラミング
sat
PRO
4
160
ゼロからわかる!!AWSの構成図を書いてみようワークショップ 問題&解答解説 #デッカイギ #羽田デッカイギおつ
_mossann_t
0
1.5k
完全自律型AIエージェントとAgentic Workflow〜ワークフロー構築という現実解
pharma_x_tech
0
350
シフトライトなテスト活動を適切に行うことで、無理な開発をせず、過剰にテストせず、顧客をビックリさせないプロダクトを作り上げているお話 #RSGT2025 / Shift Right
nihonbuson
3
2.1k
AWS re:Invent 2024 recap in 20min / JAWSUG 千葉 2025.1.14
shimy
1
100
Alignment and Autonomy in Cybozu - 300人の開発組織でアラインメントと自律性を両立させるアジャイルな組織運営 / RSGT2025
ama_ch
1
2.4k
メールヘッダーを見てみよう
hinono
0
110
.NET 最新アップデート ~ AI とクラウド時代のアプリモダナイゼーション
chack411
0
200
Featured
See All Featured
A better future with KSS
kneath
238
17k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
30
2.1k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
Building Your Own Lightsaber
phodgson
104
6.2k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
127
18k
Building Applications with DynamoDB
mza
93
6.2k
Agile that works and the tools we love
rasmusluckow
328
21k
Facilitating Awesome Meetings
lara
51
6.2k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
3
180
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.3k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.8k
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/