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
Awesome kubectl explain 🎉
Search
Kazuki Suda
June 20, 2016
Technology
1
2.8k
Awesome kubectl explain 🎉
16/06/20 Kubernetes Meetup Tokyo #2
http://k8sjp.connpass.com/event/33508/
Kazuki Suda
June 20, 2016
Tweet
Share
More Decks by Kazuki Suda
See All by Kazuki Suda
個人的、Kubernetes の最新注目機能! (2024年5月版)
superbrothers
0
87
Kubernetes + containerd で cgroup v2 に移行したら "failed to create fsnotify watcher" エラーが発生する原因と対策
superbrothers
0
1.3k
Kubernetes にこれから入るかもしれない注目機能!(2022年11月版)
superbrothers
2
1.4k
コミュニティ/ 勉強会紹介
superbrothers
0
220
高可用性、省力運用を目指す 自宅 Kubernetes クラスタ (K8s@home #1)
superbrothers
12
5.4k
KubeCon + CloudNativeCon Europe 2022 Recap
superbrothers
0
52
独断と偏見で選んだ Kubernetes 1.24 の注目機能と今後!
superbrothers
2
7.7k
わかる!metadata.managedFields
superbrothers
4
2k
Local ephemeral-storage のメトリクスを取得するのに kube-summary-exporter がべんり / kube-summary-exporter is useful to get the metrics of local ephemeral-storage
superbrothers
0
660
Other Decks in Technology
See All in Technology
偶然 × 行動で人生の可能性を広げよう / Serendipity × Action: Discover Your Possibilities
ar_tama
1
740
MC906491 を見据えた Microsoft Entra Connect アップグレード対応
tamaiyutaro
1
480
これからSREになる人と、これからもSREをやっていく人へ
masayoshi
6
4.1k
マルチモーダル理解と生成の統合 DeepSeek Janus, etc... / Multimodal Understanding and Generation Integration
hiroga
0
360
バックエンドエンジニアのためのフロントエンド入門 #devsumiC
panda_program
16
6.5k
Kubernetes x k6 で負荷試験基盤を開発して 負荷試験を民主化した話 / Kubernetes x k6
sansan_randd
2
730
SA Night #2 FinatextのSA思想/SA Night #2 Finatext session
satoshiimai
1
100
関東Kaggler会LT: 人狼コンペとLLM量子化について
nejumi
3
460
ハッキングの世界に迫る~攻撃者の思考で考えるセキュリティ~
nomizone
12
4.5k
日経電子版 x AIエージェントの可能性とAgentic RAGによって提案書生成を行う技術
masahiro_nishimi
1
290
開発者が自律的に AWS Security Hub findings に 対応する仕組みと AWS re:Invent 2024 登壇体験談 / Developers autonomously report AWS Security Hub findings Corresponding mechanism and AWS re:Invent 2024 presentation experience
kaminashi
0
190
Nekko Cloud、 これまでとこれから ~学生サークルが作る、 小さなクラウド
logica0419
2
730
Featured
See All Featured
Unsuck your backbone
ammeep
669
57k
How to Ace a Technical Interview
jacobian
276
23k
Practical Orchestrator
shlominoach
186
10k
Measuring & Analyzing Core Web Vitals
bluesmoon
6
240
A Modern Web Designer's Workflow
chriscoyier
693
190k
Rails Girls Zürich Keynote
gr2m
94
13k
Into the Great Unknown - MozCon
thekraken
35
1.6k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
366
25k
The Invisible Side of Design
smashingmag
299
50k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
4 Signs Your Business is Dying
shpigford
182
22k
BBQ
matthewcrist
86
9.5k
Transcript
Awesome kubectl explain 16/06/20 Kubernetes Meetup Tokyo #02 Kazuki Suda
<
[email protected]
> SW Engineer, Z Lab Corporation @superbrothers
When I create a deployment resource… 2 What is structure
of deployment resource…???
3 apiVersion: extensions/v1beta1 kind: Deployment metadata: name: frontend spec: replicas:
3 template: metadata: labels: app: guestbook tier: frontend spec: containers: - name: php-redis image: gcr.io/google-samples/gb-frontend:v4 resources: requests: cpu: 100m memory: 100Mi env: - name: GET_HOSTS_FROM value: dns ports: - containerPort: 80
4 (;´Д`)
5 (;^ω^)
6 (;・∀・)
7
8 Awesome kubectl explain, but… kubectl can use only in
terminal. I want to use it anywhere!!
https://kubectl-expla.in Hosted on GKE Instantly, Sharable, Anywhere
10 We are building a new cloud-style infrastructure with Kubernetes!
https://zlab.co.jp We are hiring!