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
22
個人的、Kubernetes の最新注目機能! (2024年5月版)
superbrothers
0
110
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
5.8k
KubeCon + CloudNativeCon Europe 2022 Recap
superbrothers
0
67
独断と偏見で選んだ Kubernetes 1.24 の注目機能と今後!
superbrothers
2
8.2k
わかる!metadata.managedFields
superbrothers
4
2.2k
Other Decks in Technology
See All in Technology
AIの全社活用を推進するための安全なレールを敷いた話
shoheimitani
2
520
使いたいMCPサーバーはWeb APIをラップして自分で作る #QiitaBash
bengo4com
0
1.9k
AI時代の開発生産性を加速させるアーキテクチャ設計
plaidtech
PRO
3
160
MobileActOsaka_250704.pdf
akaitadaaki
0
130
Delta airlines Customer®️ USA Contact Numbers: Complete 2025 Support Guide
deltahelp
0
710
ゼロからはじめる採用広報
yutadayo
3
950
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
50
20k
高速なプロダクト開発を実現、創業期から掲げるエンタープライズアーキテクチャ
kawauso
2
9.4k
AWS Organizations 新機能!マルチパーティ承認の紹介
yhana
1
280
無意味な開発生産性の議論から抜け出すための予兆検知とお金とAI
i35_267
4
13k
american aa airlines®️ USA Contact Numbers: Complete 2025 Support Guide
aaguide
0
180
マーケットプレイス版Oracle WebCenter Content For OCI
oracle4engineer
PRO
3
960
Featured
See All Featured
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
34
3.1k
Embracing the Ebb and Flow
colly
86
4.7k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.6k
Rails Girls Zürich Keynote
gr2m
95
14k
For a Future-Friendly Web
brad_frost
179
9.8k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Art, The Web, and Tiny UX
lynnandtonic
299
21k
Six Lessons from altMBA
skipperchong
28
3.9k
Automating Front-end Workflow
addyosmani
1370
200k
The Cost Of JavaScript in 2023
addyosmani
51
8.5k
How to Ace a Technical Interview
jacobian
278
23k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
60k
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!