Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Podライフサイクルを体験する/ux-with-pod-lifecycle
Hiroki Matsumoto
August 27, 2020
Technology
1
220
Podライフサイクルを体験する/ux-with-pod-lifecycle
Hiroki Matsumoto
August 27, 2020
Tweet
Share
More Decks by Hiroki Matsumoto
See All by Hiroki Matsumoto
デプロイメント手法を選択する/Decide the way of deployment
hirokimatsumoto
1
500
Effective Container with VSCode Remote Container
hirokimatsumoto
0
84
GKE+Argo workflow
hirokimatsumoto
1
320
Ansibleをやろうと思ったきっかけ/The-reason-why-I-want-to-learn-Ansible
hirokimatsumoto
0
45
GraalVM Native Imageが 見せた未来/graalvm-native-image showed the future
hirokimatsumoto
2
270
Kubernetes 入門 #4/kubernetes-sapporo-k8ssa-number-4
hirokimatsumoto
1
270
Kubernetesを使ったエンタープライズ開発/Kubernetes-for-Enterprise-Development
hirokimatsumoto
5
390
Kubernetes 入門 #3/kubernetes-hands-on-apps-for-k8ssa-#3
hirokimatsumoto
1
250
仕事を楽しむ考え方 / positive thinking
hirokimatsumoto
0
300
Other Decks in Technology
See All in Technology
Amazon Comprehendで始める感情分析
46ta
0
200
Dangerous attack paths: Modern Development Environment Security - Devices and CI/CD pipelines
rung
PRO
0
150
漫画で使えそうな背景画像をblenderを使って作ってみた!
nokonoko1203
1
320
ログラスを支える技術的投資の仕組み / loglass-technical-investment
urmot
9
2k
ECS Exec を使った ECS の トラブルシューティング
dohara
0
150
セキュキャンを卒業してその後
kurochan
0
590
Simplify Cloud Native Security with Trivy
knqyf263
0
720
GCCP Creator @ COSCUP 2022
line_developers_tw
PRO
0
1.4k
〇〇みたいな検索作ってと言われたときに考えること / thinking before developing search system like that one
ryook
5
2.7k
Oblivious Online Monitoring for Safety LTL Specification via Fully Homomorphic Encryption
anqou
0
310
Continuous Architecture Design for Modernization
humank
3
520
セキュアなTerraformの使い方 ~ 機密情報をコードに含めず環境構築するにはどうしたらいいの?
harukasakihara
9
1.6k
Featured
See All Featured
Practical Orchestrator
shlominoach
178
8.7k
Robots, Beer and Maslow
schacon
152
7.1k
Done Done
chrislema
174
14k
Art Directing for the Web. Five minutes with CSS Template Areas
malarkey
196
9.5k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
15
980
The Invisible Customer
myddelton
110
11k
Designing with Data
zakiwarfel
91
4k
Git: the NoSQL Database
bkeepers
PRO
415
59k
The Art of Programming - Codeland 2020
erikaheidi
32
11k
Raft: Consensus for Rubyists
vanstee
127
5.5k
The MySQL Ecosystem @ GitHub 2015
samlambert
239
11k
Why You Should Never Use an ORM
jnunemaker
PRO
47
7.7k
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/