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
120
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.9k
KubeCon + CloudNativeCon Europe 2022 Recap
superbrothers
0
68
独断と偏見で選んだ Kubernetes 1.24 の注目機能と今後!
superbrothers
2
8.3k
わかる!metadata.managedFields
superbrothers
4
2.3k
Other Decks in Technology
See All in Technology
Kiroと学ぶコンテキストエンジニアリング
oikon48
4
750
DeNA での思い出 / Memories at DeNA
orgachem
PRO
6
1.9k
シークレット管理だけじゃない!HashiCorp Vault でデータ暗号化をしよう / Beyond Secret Management! Let's Encrypt Data with HashiCorp Vault
nnstt1
2
120
「魔法少女まどか☆マギカ Magia Exedra」のグローバル展開を支える、開発チームと翻訳チームの「意識しない協創」を実現するローカライズシステム
gree_tech
PRO
0
300
「AI2027」を紐解く ― AGI・ASI・シンギュラリティ
masayamoriofficial
0
150
絶対に失敗できないキャンペーンページの高速かつ安全な開発、WINTICKET × microCMS の開発事例
microcms
0
300
制約理論(ToC)入門
recruitengineers
PRO
8
3.5k
7月のガバクラ利用料が高かったので調べてみた
techniczna
3
780
つくって納得、つかって実感! 大規模言語モデルことはじめ
recruitengineers
PRO
30
11k
Preferred Networks (PFN) とLLM Post-Training チームの紹介 / 第4回 関東Kaggler会 スポンサーセッション
pfn
PRO
1
290
浸透しなさいRFC 5322&7208
hinono
0
130
ライブサービスゲームQAのパフォーマンス検証による品質改善の取り組み
gree_tech
PRO
0
300
Featured
See All Featured
How to Ace a Technical Interview
jacobian
279
23k
Designing for Performance
lara
610
69k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Testing 201, or: Great Expectations
jmmastey
45
7.6k
Optimizing for Happiness
mojombo
379
70k
KATA
mclloyd
32
14k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Making Projects Easy
brettharned
117
6.4k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
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!