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
If you are suddenly assigned to work on k8s
Search
po3rin
November 28, 2019
Programming
1
280
If you are suddenly assigned to work on k8s
po3rin
November 28, 2019
Tweet
Share
More Decks by po3rin
See All by po3rin
LLMOpsのパフォーマンスを支える技術と現場で実践した改善
po3rin
8
1k
LLMは麻雀を知らなすぎるから俺が教育してやる
po3rin
4
2.4k
M3におけるCI/CDパイプラインを新鮮に保つ仕組み
po3rin
0
380
Go Templateを使った フロントエンド開発を採用した 経緯と所感
po3rin
1
350
検索基盤移行時の思考
po3rin
0
4.3k
Go1.19で採用された Pattern-defeating Quicksort の紹介
po3rin
7
6.1k
Elasticsearchを負荷から守るesguard
po3rin
0
310
Sudachi×Elasticsearchへの移行と医療検索システム精度改善
po3rin
1
960
eskeeperを使ったファイル定義によるindex管理
po3rin
2
520
Other Decks in Programming
See All in Programming
Compose Multiplatform × AI で作る、次世代アプリ開発支援ツールの設計と実装
thagikura
0
130
Processing Gem ベースの、2D レトロゲームエンジンの開発
tokujiros
2
120
旅行プランAIエージェント開発の裏側
ippo012
2
890
Go言語での実装を通して学ぶLLMファインチューニングの仕組み / fukuokago22-llm-peft
monochromegane
0
120
私の後悔をAWS DMSで解決した話
hiramax
4
210
GitHubとGitLabとAWS CodePipelineでCI/CDを組み比べてみた
satoshi256kbyte
4
200
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
480
Improving my own Ruby thereafter
sisshiki1969
1
160
モバイルアプリからWebへの横展開を加速した話_Claude_Code_実践術.pdf
kazuyasakamoto
0
320
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
320
HTMLの品質ってなんだっけ? “HTMLクライテリア”の設計と実践
unachang113
4
2.7k
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
19
11k
Featured
See All Featured
Unsuck your backbone
ammeep
671
58k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
920
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Facilitating Awesome Meetings
lara
55
6.5k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Bash Introduction
62gerente
615
210k
How GitHub (no longer) Works
holman
315
140k
4 Signs Your Business is Dying
shpigford
184
22k
How STYLIGHT went responsive
nonsquared
100
5.8k
BBQ
matthewcrist
89
9.8k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Transcript
If you are suddenly assigned to work on k8s Try
English LT! for engineers #4 Nov 27, 2019 @ po3rin
pon ( @po3rin ) Software Engineer ( Go / Python
/ Rust ) in Tokyo. Interested in NLP & Image Processing . Graduated Nagoya Univ (Physics).
Introduction \
A month ago suddenly decided to move to k8s !!
I didn't know anything about k8s !!!
I tried some resources to learn k8s. Today I will
talk about how to learn k8s for begginer from a beginner's perspective.
What’s k8s ? \
A portable and extensible open source platform for managing containerized
workloads and services.
How to laern k8s \
My best way to learn k8s 1 : Learn Concepts
& Quick Start 2 : Learn Details & Actually use
1 : Learn Concepts & Quick Start
Official Tutorials 1 : Learn Concepts & Quick Start
You can start learning k8s immediately without creating an environment
with pre-configured online terminals 1 : Learn Concepts & Quick Start
My second recommendation is this Hands-on entry written in Japanese
1 : Learn Concepts & Quick Start Hands-on in Hard way
If you use VSCode, you should install Kubernetes extention !!
1 : Learn Concepts & Quick Start
This extension can reference API functions and optional documentation on
yaml 1 : Learn Concepts & Quick Start
2 : Learn Details & Actually use
2: Kubernetes perfect guide In the hands-on of k8s etc.,
there is no power to actually operate in production. But this book covers a wide range of detailed and organizes knowledge systematically.
Local development environmet to learn \
GKE EKS etc. is very expensive to run just for
learning
Some of Local development environmet of Learning k8s minikube Docker
Desktop kind
My recommendation is kind !! kind is a tool for
running local Kubernetes clusters using Docker container. kind supports multi-node (including HA) clusters
Conclusion \
I was able to understand the contents of the member's
k8s talk in a week !! Let's get started without fear of k8s !!