Skip to content

Commit a95b328

Browse files
committed
Formatting tweaks
1 parent b261b4d commit a95b328

File tree

1 file changed

+32
-16
lines changed

1 file changed

+32
-16
lines changed

index.html

+32-16
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
# Kubernetes 101
163163

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

@@ -590,13 +590,19 @@
590590
.right-column[
591591
Shipped March 17
592592

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)
593+
* **Ingress**
594+
* L7 load balancing
595+
* **Deployments**
596+
* Declarative version updates
597+
* **Jobs**
598+
* Run to completion
599+
* **Autoscaling**
600+
* Automatically adjust replica count
601+
* **DaemonSets**
602+
* Run something on every node (or subset)
598603
* **PersistentVolume autoprovisioning**
599-
* **Network Plugins:** Uses [CNI config standard](https://github.com/appc/cni)
604+
* **Network Plugins**
605+
* Uses [CNI config standard](https://github.com/appc/cni)
600606
]]
601607

602608
.image-credit[
@@ -615,16 +621,26 @@
615621
.right-column[
616622
Shipping June 24
617623

618-
* **Ubernetes:** Multi-zone and multi-region Kubernetes
619-
* **PetSet:** Support for long term stateful distributed systems
620-
* **Rktnetes:** Support for rkt runtime
624+
* **Ubernetes**<br>
625+
* Multi-zone and multi-region Kubernetes
626+
* **PetSet**
627+
* Support for long term stateful distributed systems
628+
* **Rktnetes**
629+
* Support for rkt runtime
621630
* **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.
631+
* **Automatic Cluster Scaling**
632+
* K8s publishes signals that allow external services to scale the cluster automatically.
633+
* Already implemented on GKE and GCE.
634+
635+
636+
* **Scaling**
637+
* Continued work to ease bottlenecks.
638+
* Up to 2000 nodes with API latency &lt;1s and scheduling latency &lt;5s)
639+
* Example: protobuf for lower communication overhead
640+
* **Distributed Testing**
641+
* Federated dashboard for current status across many environments
642+
* **etcd v3**
643+
* Experimental support for etcd v3 API and backend.
628644

629645
]]
630646

0 commit comments

Comments
 (0)