Skip to content

Commit b261b4d

Browse files
committed
Update for almost 1.3
1 parent c1549fe commit b261b4d

File tree

3 files changed

+66
-34
lines changed

3 files changed

+66
-34
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ set-nocache:
1919

2020
release-zip:
2121
./make-release-zip.sh
22+
23+
local-webserver:
24+
@echo "Launching web server at http://localhost:8000"
25+
@echo "Hit Ctrl-C to exit"
26+
python -m SimpleHTTPServer 8000

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is a slide deck for giving a introduction presentation for [Kubernetes](http://kubernetes.io). It is released with the hope that others will use and adapt it to spread the good word.
44

5-
The latest version of this slide deck is hosted at [http://slides.eightypercent.net/kubernetes-101/kubernetes-101.html#1](http://slides.eightypercent.net/kubernetes-101/kubernetes-101.html#1).
5+
The latest version of this slide deck is hosted at [http://slides.eightypercent.net/kubernetes-101/kubernetes-101.html#1](http://slides.eightypercent.net/kubernetes-101/#1).
66

77
This presentation should take 30-45 minutes to work through depending on how much elaboration you take when presenting the material.
88

@@ -15,4 +15,4 @@ The diagrams have been created using Adobe Illustrator. I know that not everyon
1515
The presentation itself is released under a Creative Commons Attribution license. It includes images and typefaces that have their own licenses. See [LICENSE.md](LICENSE.md) for more details.
1616

1717
[![Creative Commons License](https://i.creativecommons.org/l/by/4.0/88x31.png)](http://creativecommons.org/licenses/by/4.0/)
18-
[Kubernetes 101](https://github.com/jbeda/k8s-slides) by Joe Beda is licensed under a [Creative Commons Attribution 4.0 International License](href="http://creativecommons.org/licenses/by/4.0/).
18+
[Kubernetes 101](https://github.com/jbeda/k8s-slides) by Joe Beda is licensed under a [Creative Commons Attribution 4.0 International License](href="http://creativecommons.org/licenses/by/4.0/).

kubernetes-101.html renamed to index.html

+59-32
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta charset="utf-8">
66
<link rel="stylesheet" type="text/css" href="fonts/fonts.css">
77
<style>
8-
body {
9-
font-family: 'Lora';
8+
body {
9+
font-family: 'Lora';
1010
}
1111
h1, h2, h3 {
1212
font-family: 'Coda';
@@ -61,8 +61,8 @@
6161
background: transparent;
6262
z-index: 2;
6363
}
64-
.remark-slide-content a,
65-
.remark-slide-content a:hover,
64+
.remark-slide-content a,
65+
.remark-slide-content a:hover,
6666
.remark-slide-content a:visited {
6767
color: inherit;
6868
}
@@ -72,7 +72,7 @@
7272
opacity: 1.0;
7373
bottom: 0;
7474
right: 0;
75-
font-size: 10px;
75+
font-size: 10px;
7676
color: #777;
7777
font-family: 'Lora';
7878
padding: 3px 10px 3px 10px;
@@ -162,7 +162,7 @@
162162
# Kubernetes 101
163163

164164
.cblock[
165-
Joe Beda
165+
Joe Beda
166166
Entrepreneur in Residence, Accel Partners
167167
]
168168

@@ -345,7 +345,7 @@
345345

346346
Kubernetes is ancient Greek for "Helmsman". Root of the word "Governor", "Cybernetics".
347347

348-
Kubernetes is a "Container Orchestrator" or "Cluster Manager".
348+
Kubernetes is a "Container Orchestrator" or "Cluster Manager".
349349

350350
* Places containers on nodes
351351
* Recovers automatically from failure
@@ -446,7 +446,7 @@
446446
.right-column[.center[
447447
<object type="image/svg+xml" data="diagrams/cluster.svg">
448448
</object>
449-
]]]
449+
]]]
450450

451451
.image-credit[
452452
{{image-credit}}
@@ -463,7 +463,7 @@
463463
.right-column[.center[
464464
<object type="image/svg+xml" data="diagrams/pod.svg">
465465
</object>
466-
]]]
466+
]]]
467467

468468
.image-credit[
469469
{{image-credit}}
@@ -480,7 +480,7 @@
480480
.right-column[.center[
481481
<object type="image/svg+xml" data="diagrams/labels.svg">
482482
</object>
483-
]]]
483+
]]]
484484

485485
.image-credit[
486486
{{image-credit}}
@@ -497,7 +497,7 @@
497497
.right-column[.center[
498498
<object type="image/svg+xml" data="diagrams/rc.svg">
499499
</object>
500-
]]]
500+
]]]
501501

502502
.image-credit[
503503
{{image-credit}}
@@ -515,7 +515,7 @@
515515
.right-column[.center[
516516
<object type="image/svg+xml" data="diagrams/rc2.svg">
517517
</object>
518-
]]]
518+
]]]
519519

520520
.image-credit[
521521
{{image-credit}}
@@ -533,7 +533,7 @@
533533
.right-column[.center[
534534
<object type="image/svg+xml" data="diagrams/service.svg">
535535
</object>
536-
]]]
536+
]]]
537537

538538
.image-credit[
539539
{{image-credit}}
@@ -550,7 +550,7 @@
550550
.right-column[.center[
551551
<object type="image/svg+xml" data="diagrams/pvs.svg">
552552
</object>
553-
]]]
553+
]]]
554554

555555
.image-credit[
556556
{{image-credit}}
@@ -573,7 +573,7 @@
573573
* labels > hierarchy
574574
* cattle > pets
575575
* open > closed
576-
]]
576+
]]
577577

578578
.image-credit[
579579
{{image-credit}}
@@ -588,18 +588,45 @@
588588
## Kubernetes 1.2
589589
]
590590
.right-column[
591-
Shipping any day now
591+
Shipped March 17
592+
593+
* **Ingress:** L7 load balancing
594+
* **Deployments:** Declarative version updates
595+
* **Jobs:** Run to completion
596+
* **Autoscaling:** Automatically adjust replica count
597+
* **DaemonSets:** Run something on every node (or subset)
598+
* **PersistentVolume autoprovisioning**
599+
* **Network Plugins:** Uses [CNI config standard](https://github.com/appc/cni)
600+
]]
592601

593-
* *Ingress:* L7 load balancing
594-
* *Deployments:* Declarative version updates
595-
* *Jobs:* Run to completion
596-
* *Autoscaling:* Automatically adjust replica count
597-
* *DaemonSets:* Run something on every node (or subset)
598-
* *PersistentVolume autoprovisioning*
599-
* *Network Plugins:* Uses [CNI config standard](https://github.com/appc/cni)
602+
.image-credit[
603+
{{image-credit}}
604+
]
600605

601-
Lots and lots more post v1.2
602-
]]
606+
---
607+
class: column-slide
608+
background-image: url(photos/road.jpg)
609+
image-credit: [flickr photo](https://flickr.com/photos/mdalmuld/9559878695 "We're on the Road to Nowhere") shared by [mdalmuld](https://flickr.com/people/mdalmuld) under a [Creative Commons ( BY ) license](https://creativecommons.org/licenses/by/2.0/)
610+
611+
.column-container[.left-column[
612+
# What's Next?
613+
## Kubernetes 1.3
614+
]
615+
.right-column[
616+
Shipping June 24
617+
618+
* **Ubernetes:** Multi-zone and multi-region Kubernetes
619+
* **PetSet:** Support for long term stateful distributed systems
620+
* **Rktnetes:** Support for rkt runtime
621+
* **OpenID Connect Authentication**
622+
* **Automatic Cluster Scaling:** K8s publishes signals that allow external services to scale the cluster automatically. Already implemented on GKE and GCE.
623+
624+
625+
* **Scaling:** Continued work to ease bottlenecks. Example: protobuf for lower communication overhead
626+
* **Distributed Testing:** Federated dashboard for current status across many environments
627+
* **etcd v3:** Experimental support for etcd v3 API and backend.
628+
629+
]]
603630

604631
.image-credit[
605632
{{image-credit}}
@@ -609,13 +636,13 @@
609636
# Thank you!
610637

611638
.cblock[
612-
Joe Beda
613-
[@jbeda](https://twitter.com/jbeda)
614-
https://www.eightypercent.net
639+
Joe Beda<br>
640+
[@jbeda](https://twitter.com/jbeda)<br>
641+
https://www.eightypercent.net<br>
615642
]
616643

617644
.ccblock[
618-
[![Creative Commons License](img/cc-by.png)](http://creativecommons.org/licenses/by/4.0/)
645+
[![Creative Commons License](img/cc-by.png)](http://creativecommons.org/licenses/by/4.0/)<br>
619646
[Kubernetes 101](https://github.com/jbeda/k8s-slides) by Joe Beda is licensed under a [Creative Commons Attribution 4.0 International License](href="http://creativecommons.org/licenses/by/4.0/).
620647
]
621648

@@ -627,8 +654,8 @@
627654
</script>
628655
<script>
629656
var slideshow = remark.create({
630-
ratio: '4:3'
631-
// ratio: '16:9'
657+
// ratio: '4:3'
658+
ratio: '16:9'
632659
});
633660

634661
slideshow.on('showSlide', function(slide){
@@ -646,4 +673,4 @@
646673
});
647674
</script>
648675
</body>
649-
</html>
676+
</html>

0 commit comments

Comments
 (0)