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
270
If you are suddenly assigned to work on k8s
po3rin
November 28, 2019
Tweet
Share
More Decks by po3rin
See All by po3rin
M3におけるCI/CDパイプラインを新鮮に保つ仕組み
po3rin
0
350
Go Templateを使った フロントエンド開発を採用した 経緯と所感
po3rin
1
330
検索基盤移行時の思考
po3rin
0
4.3k
Go1.19で採用された Pattern-defeating Quicksort の紹介
po3rin
7
5.9k
Elasticsearchを負荷から守るesguard
po3rin
0
280
Sudachi×Elasticsearchへの移行と医療検索システム精度改善
po3rin
1
900
eskeeperを使ったファイル定義によるindex管理
po3rin
2
500
M3 情報検索/推薦論文輪読会 ~SIGIR祭~ (SIGIR2021: Session 6D – IR Models)
po3rin
0
120
Handling Temporal Query for Health Search with ja-timex
po3rin
3
340
Other Decks in Programming
See All in Programming
Cursor/Devin全社導入の理想と現実
saitoryc
28
21k
大LLM時代にこの先生きのこるには-ITエンジニア編
fumiyakume
8
3.3k
SwiftDataのカスタムデータストアを試してみた
1mash0
0
140
Orleans + Sekiban + SignalR でリアルタイムWeb作ってみた
tomohisa
0
240
カオスに立ち向かう小規模チームの装備の選択〜フルスタックTSという装備の強み _ 弱み〜/Choosing equipment for a small team facing chaos ~ Strengths and weaknesses of full-stack TS~
bitkey
1
130
The Implementations of Advanced LR Parser Algorithm
junk0612
2
1.4k
Dissecting and Reconstructing Ruby Syntactic Structures
ydah
3
2.1k
Browser and UI #2 HTML/ARIA
ken7253
2
170
eBPF超入門「o11yに使える」とは (20250424_eBPF_o11y)
thousanda
1
110
AWS Summit Hong Kong 2025: Reinventing Programming - How AI Transforms Our Enterprise Coding Approach
dwchiang
0
130
Optimizing JRuby 10
headius
0
580
API for docs
soutaro
4
1.7k
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Git: the NoSQL Database
bkeepers
PRO
430
65k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
We Have a Design System, Now What?
morganepeng
52
7.6k
Build The Right Thing And Hit Your Dates
maggiecrowley
35
2.7k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.3k
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.2k
Optimizing for Happiness
mojombo
378
70k
The Straight Up "How To Draw Better" Workshop
denniskardys
233
140k
The World Runs on Bad Software
bkeepers
PRO
68
11k
Writing Fast Ruby
sferik
628
61k
Fontdeck: Realign not Redesign
paulrobertlloyd
84
5.5k
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 !!