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.9k
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 Validating/Mutating Admission Policy」 / CloudNative Days Winter 2024
superbrothers
0
27
個人的、Kubernetes の最新注目機能! (2024年5月版)
superbrothers
0
130
Kubernetes + containerd で cgroup v2 に移行したら "failed to create fsnotify watcher" エラーが発生する原因と対策
superbrothers
0
1.4k
Kubernetes にこれから入るかもしれない注目機能!(2022年11月版)
superbrothers
2
1.5k
コミュニティ/ 勉強会紹介
superbrothers
0
240
高可用性、省力運用を目指す 自宅 Kubernetes クラスタ (K8s@home #1)
superbrothers
12
6k
KubeCon + CloudNativeCon Europe 2022 Recap
superbrothers
0
69
独断と偏見で選んだ Kubernetes 1.24 の注目機能と今後!
superbrothers
2
8.4k
わかる!metadata.managedFields
superbrothers
4
2.3k
Other Decks in Technology
See All in Technology
From Natural Language to K8s Operations: The MCP Architecture and Practice of kubectl-ai
appleboy
0
230
オブザーバビリティが育むシステム理解と好奇心
maruloop
2
1.3k
AI時代、“平均値”ではいられない
uhyo
8
2.6k
個人でデジタル庁の デザインシステムをVue.jsで 作っている話
nishiharatsubasa
3
5.1k
[re:Inent2025事前勉強会(有志で開催)] re:Inventで見つけた人生をちょっと変えるコツ
sh_fk2
0
220
コンパウンド組織のCRE #cre_meetup
layerx
PRO
1
270
Dify on AWS 環境構築手順
yosse95ai
0
140
AIエージェントによる業務効率化への飽くなき挑戦-AWS上の実開発事例から学んだ効果、現実そしてギャップ-
nasuvitz
5
1.3k
IBC 2025 動画技術関連レポート / IBC 2025 Report
cyberagentdevelopers
PRO
2
180
CNCFの視点で捉えるPlatform Engineering - 最新動向と展望 / Platform Engineering from the CNCF Perspective
hhiroshell
0
140
様々なファイルシステム
sat
PRO
0
250
SOTA競争から人間を超える画像認識へ
shinya7y
0
550
Featured
See All Featured
Automating Front-end Workflow
addyosmani
1371
200k
Agile that works and the tools we love
rasmusluckow
331
21k
Context Engineering - Making Every Token Count
addyosmani
8
300
Building Adaptive Systems
keathley
44
2.8k
How STYLIGHT went responsive
nonsquared
100
5.9k
Speed Design
sergeychernyshev
32
1.2k
Code Review Best Practice
trishagee
72
19k
Writing Fast Ruby
sferik
630
62k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.6k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
508
140k
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!