Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up
for free
Awesome kubectl explain 🎉
Kazuki Suda
June 20, 2016
Technology
1
2.2k
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
superbrothers
0
31
superbrothers
0
14
superbrothers
13
2.8k
superbrothers
0
200
superbrothers
6
940
superbrothers
3
610
superbrothers
10
1.9k
superbrothers
24
14k
superbrothers
14
18k
Other Decks in Technology
See All in Technology
yunon_phys
1
470
redhatopenshift
0
880
yamasaki696
0
400
hirosys
0
150
kraj
0
5.2k
yaegashi
2
1.7k
indigo13love
2
630
ymas0315
0
180
papix
0
280
sansanbuildersbox
PRO
0
130
nozomiito
0
250
ganariya
0
360
Featured
See All Featured
holman
448
130k
holman
461
280k
carmenhchung
26
1.4k
garrettdimon
287
110k
mongodb
23
3.8k
chriscoyier
684
180k
keavy
106
14k
yeseniaperezcruz
302
31k
roundedbygravity
84
7.8k
smashingmag
283
47k
pauljervisheath
195
15k
zenorocha
296
40k
Transcript
Awesome kubectl explain 16/06/20 Kubernetes Meetup Tokyo #02 Kazuki Suda
<kazuki.suda@gmail.com> 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!