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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
po3rin
November 28, 2019
Programming
1
300
If you are suddenly assigned to work on k8s
po3rin
November 28, 2019
Tweet
Share
More Decks by po3rin
See All by po3rin
LLMで複雑な検索条件アセットから脱却する!! 生成的検索インタフェースの設計論
po3rin
4
1.2k
C-Shared Buildで突破するAI Agent バックテストの壁
po3rin
0
460
嗚呼、当時の本番環境の状態で AI Agentを再評価したいなぁ...
po3rin
0
520
Temporal Knowledge Graphで作る! 時間変化するナレッジを扱うAI Agentの世界
po3rin
5
1.8k
自作LLM Native GORM Pluginで実現する AI Agentバックテスト基盤構築
po3rin
2
880
麻雀点数計算問題生成タスクから学ぶ Single Agentの限界と Agentic Workflowの底力
po3rin
5
2.9k
LLMOpsのパフォーマンスを支える技術と現場で実践した改善
po3rin
8
1.2k
LLMは麻雀を知らなすぎるから俺が教育してやる
po3rin
4
2.7k
M3におけるCI/CDパイプラインを新鮮に保つ仕組み
po3rin
0
410
Other Decks in Programming
See All in Programming
Fundamentals of Software Engineering In the Age of AI
therealdanvega
0
160
朝日新聞のデジタル版を支えるGoバックエンド ー価値ある情報をいち早く確実にお届けするために
junkiishida
1
370
DevinとClaude Code、SREの現場で使い倒してみた件
karia
1
920
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
210
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
390
SourceGeneratorのマーカー属性問題について
htkym
0
140
日本だけで解禁されているアプリ起動の方法
ryunakayama
0
370
Raku Raku Notion 20260128
hareyakayuruyaka
0
430
Geminiの機能を調べ尽くしてみた
naruyoshimi
0
200
go directiveを最新にしすぎないで欲しい話──あるいは、Go 1.26からgo mod initで作られるgo directiveの値が変わる話 / Go 1.26 リリースパーティ
arthur1
2
470
CSC307 Lecture 11
javiergs
PRO
0
590
API Platformを活用したPHPによる本格的なWeb API開発 / api-platform-book-intro
ttskch
1
120
Featured
See All Featured
DevOps and Value Stream Thinking: Enabling flow, efficiency and business value
helenjbeal
1
140
Writing Fast Ruby
sferik
630
63k
Context Engineering - Making Every Token Count
addyosmani
9
740
Keith and Marios Guide to Fast Websites
keithpitt
413
23k
What does AI have to do with Human Rights?
axbom
PRO
1
2k
Skip the Path - Find Your Career Trail
mkilby
1
72
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
62
51k
The B2B funnel & how to create a winning content strategy
katarinadahlin
PRO
1
290
30 Presentation Tips
portentint
PRO
1
250
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.9k
Navigating the Design Leadership Dip - Product Design Week Design Leaders+ Conference 2024
apolaine
0
220
Rebuilding a faster, lazier Slack
samanthasiow
85
9.4k
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 !!