Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM alpine
MAINTAINER Augustine Correa [email protected]

COPY . /src

EXPOSE 80

CMD ["httpd", "-f", "-h", "/src", "-c", "/src/httpd.conf"]
1 change: 1 addition & 0 deletions httpd.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.svg:image/svg+xml
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Kubernetes 101</title>
<title>Mumbai's 1st Kubernetes meetup</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="fonts/fonts.css">
<style>
Expand Down
93 changes: 46 additions & 47 deletions slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ image-credit: Photo "k8s Sticker" shared by Joe Beda under a [Creative Commons (
---
class: middle, center

# Kubernetes 101
# Mumbai's First Kubernetes Meetup

.cblock[
Joe Beda<br>
Entrepreneur in Residence, Accel Partners
<Speaker Name><br>
<Title Organization><br>
<Speaker coordinates>
]

.image-credit[
Expand Down Expand Up @@ -427,82 +428,80 @@ image-credit: [flickr photo](https://flickr.com/photos/seattlemunicipalarchives/
{{image-credit}}
]
---

class: column-slide
background-image: url(photos/road.jpg)
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/)

.column-container[.left-column[
# What's Next?
## Kubernetes 1.2
# What's New?
## Kubernetes 1.4
]
.right-column[
Shipped March 17

* **Ingress**
* L7 load balancing
* **Deployments**
* Declarative version updates
* **Jobs**
* Run to completion
* **Autoscaling**
* Automatically adjust replica count
* **DaemonSets**
* Run something on every node (or subset)
* **PersistentVolume autoprovisioning**
* **Network Plugins**
* Uses [CNI config standard](https://github.com/appc/cni)
Shipped Sept 26

* **Cluster creation simplified**
* kubeadm
* Package Streamlining
* Add-on Deployments
* Certificates API
* **Expanded Stateful Application Support**
* ScheduledJob
* Init-containers
* Dynamic PVC provisioning
* Helm Charts
* **Cluster Federation API additions**
* Federated Replica Sets
* Federated Services
* Federated Ingress
* **Container Security support**
* Pod Security Policy
* App Armor
* **Infrastructure enhancements**
* Scheduler
* Disruptions SLO
* Storage
* Clients
* **Kubernetes Dashboard API**


]]

.image-credit[
{{image-credit}}
]

---
class: column-slide
background-image: url(photos/road.jpg)
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/)

.column-container[.left-column[
# What's Next?
## Kubernetes 1.3
## Kubernetes 1.5
]
.right-column[
Shipping June 24

* **PetSet**
* Support for long term stateful distributed systems
* **Rktnetes**
* Support for rkt runtime
* **OpenID Connect Authentication**
* **Automatic Cluster Scaling**
* K8s publishes signals that allow external services to scale the cluster automatically.
* Already implemented on GKE and GCE.


* **Ubernetes Plumbing**
* Multi-zone and multi-region Kubernetes. Not there quite yet.
* **Scaling**
* Continued work to ease bottlenecks.
* Up to 2000 nodes with API latency &lt;1s and scheduling latency &lt;5s
* Example: protobuf for lower communication overhead
* **Distributed Testing**
* Federated dashboard for current status across many environments
* **etcd v3**
* Experimental support for etcd v3 API and backend.
ETA Nov 17

* **Forgiveness/Taints & Toleration**
* **Performance and Scale Improvements**
* **etcd v3 API storage backend**
* **Autoscaling**
* **Private Federated Services**
* **....and much more :-)**
]]

.image-credit[
{{image-credit}}
]

---
class: middle, left
# Thank you!

.cblock[
Joe Beda<br>
[@jbeda](https://twitter.com/jbeda)<br>
https://www.eightypercent.net<br>
<SPEAKER NAME><br>
[<@SM handle>](<SM URL>)<br>

]

.ccblock[
Expand Down