Skip to content

Commit 73595fc

Browse files
committed
1. Changed the speaker details and headings
2. Removed 1.2 , 1.3 and update 1.4, 1.5 content
1 parent 4e522b6 commit 73595fc

File tree

2 files changed

+47
-48
lines changed

2 files changed

+47
-48
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Kubernetes 101</title>
4+
<title>Mumbai's 1st Kubernetes meetup</title>
55
<meta charset="utf-8">
66
<link rel="stylesheet" type="text/css" href="fonts/fonts.css">
77
<style>

slides.md

+46-47
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ image-credit: Photo "k8s Sticker" shared by Joe Beda under a [Creative Commons (
77
---
88
class: middle, center
99

10-
# Kubernetes 101
10+
# Mumbai's First Kubernetes Meetup
1111

1212
.cblock[
13-
Joe Beda<br>
14-
Entrepreneur in Residence, Accel Partners
13+
Augustine Correa<br>
14+
Organizer - Mumbai Technology Meetup<br>
15+
Twitter: @hackmum
1516
]
1617

1718
.image-credit[
@@ -427,82 +428,80 @@ image-credit: [flickr photo](https://flickr.com/photos/seattlemunicipalarchives/
427428
{{image-credit}}
428429
]
429430
---
431+
430432
class: column-slide
431433
background-image: url(photos/road.jpg)
432434
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/)
433435

434436
.column-container[.left-column[
435-
# What's Next?
436-
## Kubernetes 1.2
437+
# What's New?
438+
## Kubernetes 1.4
437439
]
438440
.right-column[
439-
Shipped March 17
440-
441-
* **Ingress**
442-
* L7 load balancing
443-
* **Deployments**
444-
* Declarative version updates
445-
* **Jobs**
446-
* Run to completion
447-
* **Autoscaling**
448-
* Automatically adjust replica count
449-
* **DaemonSets**
450-
* Run something on every node (or subset)
451-
* **PersistentVolume autoprovisioning**
452-
* **Network Plugins**
453-
* Uses [CNI config standard](https://github.com/appc/cni)
441+
Shipped Sept 26
442+
443+
* **Cluster creation simplified**
444+
* kubeadm
445+
* Package Streamlining
446+
* Add-on Deployments
447+
* Certificates API
448+
* **Expanded Stateful Application Support**
449+
* ScheduledJob
450+
* Init-containers
451+
* Dynamic PVC provisioning
452+
* Helm Charts
453+
* **Cluster Federation API additions**
454+
* Federated Replica Sets
455+
* Federated Services
456+
* Federated Ingress
457+
* **Container Security support**
458+
* Pod Security Policy
459+
* App Armor
460+
* **Infrastructure enhancements**
461+
* Scheduler
462+
* Disruptions SLO
463+
* Storage
464+
* Clients
465+
* **Kubernetes Dashboard API**
466+
467+
454468
]]
455469

456470
.image-credit[
457471
{{image-credit}}
458472
]
459-
460473
---
461474
class: column-slide
462475
background-image: url(photos/road.jpg)
463476
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/)
464477

465478
.column-container[.left-column[
466479
# What's Next?
467-
## Kubernetes 1.3
480+
## Kubernetes 1.5
468481
]
469482
.right-column[
470-
Shipping June 24
471-
472-
* **PetSet**
473-
* Support for long term stateful distributed systems
474-
* **Rktnetes**
475-
* Support for rkt runtime
476-
* **OpenID Connect Authentication**
477-
* **Automatic Cluster Scaling**
478-
* K8s publishes signals that allow external services to scale the cluster automatically.
479-
* Already implemented on GKE and GCE.
480-
481-
482-
* **Ubernetes Plumbing**
483-
* Multi-zone and multi-region Kubernetes. Not there quite yet.
484-
* **Scaling**
485-
* Continued work to ease bottlenecks.
486-
* Up to 2000 nodes with API latency &lt;1s and scheduling latency &lt;5s
487-
* Example: protobuf for lower communication overhead
488-
* **Distributed Testing**
489-
* Federated dashboard for current status across many environments
490-
* **etcd v3**
491-
* Experimental support for etcd v3 API and backend.
483+
ETA Nov 17
492484

485+
* **Forgiveness/Taints & Toleration**
486+
* **Performance and Scale Improvements**
487+
* **etcd v3 API storage backend**
488+
* **Autoscaling**
489+
* **Private Federated Services**
490+
* **....and much more :-)**
493491
]]
494492

495493
.image-credit[
496494
{{image-credit}}
497495
]
496+
498497
---
499498
class: middle, left
500499
# Thank you!
501500

502501
.cblock[
503-
Joe Beda<br>
504-
[@jbeda](https://twitter.com/jbeda)<br>
505-
https://www.eightypercent.net<br>
502+
Augustine Correa<br>
503+
[@hackmum](https://twitter.com/hackmum)<br>
504+
https://fb.com/hackmum<br>
506505
]
507506

508507
.ccblock[

0 commit comments

Comments
 (0)