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
280
Go Templateを使った フロントエンド開発を採用した 経緯と所感
po3rin
0
290
検索基盤移行時の思考
po3rin
0
4.2k
Go1.19で採用された Pattern-defeating Quicksort の紹介
po3rin
7
5.6k
Elasticsearchを負荷から守るesguard
po3rin
0
240
Sudachi×Elasticsearchへの移行と医療検索システム精度改善
po3rin
1
840
eskeeperを使ったファイル定義によるindex管理
po3rin
2
450
M3 情報検索/推薦論文輪読会 ~SIGIR祭~ (SIGIR2021: Session 6D – IR Models)
po3rin
0
82
Handling Temporal Query for Health Search with ja-timex
po3rin
3
310
Other Decks in Programming
See All in Programming
第5回日本眼科AI学会総会_AIコンテスト_3位解法
neilsaw
0
170
선언형 UI에서의 상태관리
l2hyunwoo
0
150
PHPとAPI Platformで作る本格的なWeb APIアプリケーション(入門編) / phpcon 2024 Intro to API Platform
ttskch
0
150
rails stats で紐解く ANDPAD のイマを支える技術たち
andpad
1
290
今年一番支援させていただいたのは認証系サービスでした
satoshi256kbyte
1
250
Haze - Real time background blurring
chrisbanes
1
510
Stackless и stackful? Корутины и асинхронность в Go
lamodatech
0
690
Recoilを剥がしている話
kirik
5
6.6k
これでLambdaが不要に?!Step FunctionsのJSONata対応について
iwatatomoya
2
3.6k
ゆるやかにgolangci-lintのルールを強くする / Kyoto.go #56
utgwkk
1
370
これが俺の”自分戦略” プロセスを楽しんでいこう! - Developers CAREER Boost 2024
niftycorp
PRO
0
190
Symfony Mapper Component
soyuka
2
730
Featured
See All Featured
GraphQLとの向き合い方2022年版
quramy
44
13k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
111
49k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Optimising Largest Contentful Paint
csswizardry
33
3k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.7k
The MySQL Ecosystem @ GitHub 2015
samlambert
250
12k
Reflections from 52 weeks, 52 projects
jeffersonlam
347
20k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5.1k
Building a Scalable Design System with Sketch
lauravandoore
460
33k
Testing 201, or: Great Expectations
jmmastey
40
7.1k
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 !!