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
Larkご案内資料
customercloud
PRO
0
600
Nekko Cloud、 これまでとこれから ~学生サークルが作る、 小さなクラウド
logica0419
2
730
Fintech SREの挑戦 PCI DSS対応をスマートにこなすインフラ戦略/Fintech SRE’s Challenge: Smart Infrastructure Strategies for PCI DSS Compliance
maaaato
0
450
Moved to https://speakerdeck.com/toshihue/presales-engineer-career-bridging-tech-biz-ja
toshihue
2
550
スクラムのイテレーションを導入してチームの雰囲気がより良くなった話
eccyun
0
110
アジャイル開発とスクラム
araihara
0
160
インフラをつくるとはどういうことなのか、 あるいはPlatform Engineeringについて
nwiizo
5
2.1k
組織貢献をするフリーランスエンジニアという生き方
n_takehata
1
1k
ビジネスと現場活動をつなぐソフトウェアエンジニアリング~とあるスタートアッププロダクトの成長記録より~
mizunori
0
210
APIファーストで実現する運用性の高い IoT プラットフォーム: SORACOMのアプローチ
soracom
PRO
0
240
Platform Engineeringは自由のめまい
nwiizo
4
1.9k
スタートアップ1人目QAエンジニアが QAチームを立ち上げ、“個”からチーム、 そして“組織”に成長するまで / How to set up QA team at reiwatravel
mii3king
1
1.1k
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
49
2.3k
Optimising Largest Contentful Paint
csswizardry
34
3.1k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
8
270
Site-Speed That Sticks
csswizardry
3
370
Designing for humans not robots
tammielis
250
25k
We Have a Design System, Now What?
morganepeng
51
7.4k
Why You Should Never Use an ORM
jnunemaker
PRO
55
9.2k
Music & Morning Musume
bryan
46
6.3k
Practical Orchestrator
shlominoach
186
10k
Being A Developer After 40
akosma
89
590k
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!