SlideShare a Scribd company logo
Brandon Philips
@brandonphilips | brandon.philips@coreos.com | coreos.com
Good Morning!
Experts at Every Layer of the Stack
Linux
Container Engines & Runtime Specs
Image Specs, Build, & Hosting
Clustered Database
Cloud Independence & Lifecycle
Identity & Federation
Experts at Every Layer of the Stack
Linux
Container Engines & Runtime Specs
Container Image Build, Hosting, & Specs
Clustered Database
Cloud Independence & Lifecycle
Identity & Federation
Experts at Every Layer of the Stack
Linux
Container Engines & Runtime Specs
Container Image Build, Hosting, & Specs
Clustered Database
Cloud Independence & Lifecycle
Identity & Federation
The shared foundation of this
ecosystem is the container
And CoreOS is ensuring that the shared
foundation is built on standards
Open Container Initiative
OCI Announced
June 2015
OCI 1.0
Q1 2017
rkt OCI support
July 2016
OCI Image Spec Added
April 2016
Quay, Kubernetes, etc
Q2 2017
OCI 1.0 RC-1
July 2016
Create developer collaboration
Build interoperating products
Confidence in ecosystem stability
Investment in standards
An update about
the pod native container engine
rkt community traction
● Laptop Kubernetes, minikube, can use rkt with a single
flag
● BlaBlaCar (Series D, $350m) rkt in prod and moving to
Kubernetes
● Container Linux services now run under rkt
● Google GKE using rkt for Kubelet mount management
Kubernetes & rkt integration via CRI
Support all OCI standards as they reach
1.0
Continue innovation in design and
security
Roadmap for rkt
Kubernetes & rkt integration via CRI
Support all OCI standards as they reach
1.0
Continue innovation in design and
security
Roadmap for rkt
Quick Reminder: Pod Basics
cache
(pid 5)
asset fetcher
(pid 8)
web server
(pid 9)
pod sandbox
Quick Reminder: Pod Lifecycle
worker
nodes
controllers
nodes
EC2 VM EC2 VM EC2 VM
EC2 VM EC2 VM EC2 VM
EC2 VM EC2 VM EC2 VM
Quick Reminder: Pod Lifecycle
A1
Kubernetes
Scheduler
Kube
API
Monitoring
Service
worker
nodes
controllers
nodes
Quick Reminder: Pod Lifecycle
A1
Kubernetes
Scheduler
Kube
API
Monitoring
Service
worker
nodes
controllers
nodes
Quick Reminder: Pod Lifecycle
A1
Kubernetes
Scheduler
Kube
API
Monitoring
Service
J2
worker
nodes
controllers
nodes
Quick Reminder: Pod Lifecycle
A1
Kubernetes
Scheduler
Kube
API
Monitoring
Service
J2
worker
nodes
controllers
nodes
Container Runtime Interface
cache
(pid 5)
asset fetcher
(pid 8)
web server
(pid 9)
pod sandbox
Container Runtime Interface
cache
(pid 5)
asset fetcher
(pid 8)
web server
(pid 9)
pod sandbox
Container Runtime Interface
cache
(pid 5)
asset fetcher
(pid 8)
web server
(pid 9)
pod sandbox
Health Check Fail
Container Runtime Interface
cache
(pid 5)
asset fetcher
(pid 8)
pod sandbox
Container Runtime Interface
cache
(pid 5)
asset fetcher
(pid 8)
pod sandbox
web server
(pid 10)
rkt and CRI will help enable faster
innovation in Kubernetes in 2017.
Kubernetes & rkt integration via CRI
Support all OCI standards as they reach 1.0
Continue innovation in design and security
Roadmap for rkt
rkt and runc
cache
(pid 5)
asset fetcher
(pid 8)
web server
(pid 8)
runc runc runc
pod sandbox
Kubernetes & rkt integration via CRI
Support all OCI standards as they reach 1.0
Continue innovation in design and security
Roadmap for rkt
rkt is the only container engine with both
Linux native and VM isolation.
rkt is the only container engine with both
Linux native and VM isolation.
We continue to explore new ideas.
Normal rkt execution
cache
(pid 5)
debug agent
(pid 8)
web server
(pid 9)
pod sandbox
cache
(pid 10)
debug agent
(pid 38)
web server
(pid 20)
pod sandbox
VM rkt execution
cache
(pid 5)
debug agent
(pid 8)
web server
(pid 9)
pod sandbox
cache
(pid 5)
debug agent
(pid 8)
web server
(pid 9)
pod sandbox
bash
(uid 1001, pid 8)
Lifecycle of a process
bash
(uid 1001, pid 9)
fork()
identical perms
su
(uid 0, pid 9)
exec() setuid binary
elevate perms
bash
(uid 0, pid 9)
exec()
identical perms
Normal Execution Path
bash
(uid 1001, pid 8)
Lifecycle of a process
bash
(uid 1001, pid 9)
fork()
identical perms
bash
(uid 0, pid 9)
open() kernel exploit
elevate perms
Exploit Execution Path
Container
Terminated
VM rkt execution
cache
(pid 5)
debug agent
(pid 8)
web server
(pid 9)
kvm virtual machine
Privilege
Escalation
Validator
pod sandbox
Can PID 8 open
/proc/9/environ it
is uid 0?
VM rkt execution
Yes, valid
elevation to uid 0
cache
(pid 5)
debug agent
(pid 8)
web server
(pid 9)
kvm virtual machine
Privilege
Escalation
Validator
pod sandbox
cache
(pid 5)
debug agent
(pid 8)
web server
(pid 9)
kvm virtual machine
VM rkt execution
rootkit payload
Privilege
Escalation
Validator
pod sandbox
cache
(pid 5)
debug agent
(pid 8)
web server
(pid 9)
kvm virtual machine
VM rkt execution
rootkit payload
Privilege
Escalation
Validator
pod sandbox
Can PID 9 open
/etc/shadow it is
uid 0?
cache
(pid 5)
debug agent
(pid 8)
web server
(pid 9)
kvm virtual machine
VM rkt execution
rootkit payload
No, invalid
transition to uid 0
Privilege
Escalation
Validator
pod sandbox
cache
(pid 5)
debug agent
(pid 8)
web server
(pid 9)
kvm virtual machine
pod sandbox
VM rkt execution
Privilege
Escalation
Validator
Container
Terminated
Tectonic Summit 2016: Brandon Philips, CTO of CoreOS, Keynote
Tectonic will support users with
Docker Engine or rkt engine.
End-to-end.
Kubernetes scales.
And we have worked end-to-end
to make it happen
● Clients talk to Kubernetes API server
● API is stateless and horizontally
scales
● State from API persisted to etcd DB
Quick Reminder: Kubernetes
Architecture
● etcd introduced in 2013 by CoreOS
● Persistent database of Kubernetes
● Auto-leader election for availability
etcd Overview
etcd is the foundation of Kubernetes
CoreOS ensures it is
scalable, simple, solid
etcd is the foundation of Kubernetes
Scaling Milestones of Kubernetes
100 Nodes
300 Pods
June 2015
2,000 Nodes
60,000 Pods
November 2016
1,000 Nodes
30,000 Pods
March 2016
5,000 Nodes
150,000 Pods
December 2016
● Google Chubby
● etcd by CoreOS
● ZooKeeper by Apache
● Consul by Hashicorp
Consistent Key-Value Database
● Google Chubby (closed source)
1.etcd by CoreOS
2.ZooKeeper by Apache
3.Consul by Hashicorp
Consistent Key-Value Database,
Benchmark
Memory, key to scalability
Latency, key to reliability
Latency, key to reliability
etcd's delivers consistent latency
Scaling Milestones of Kubernetes
2,000 Nodes
60,000 Pods
November 2016
1,000 Nodes
30,000 Pods
March 2016
5,000 Nodes
150,000 Pods
December 2016
20,000 Nodes
600,000 Pods
2017
CoreOS ensures it is
scalable, simple, solid
etcd is the foundation of Kubernetes
etcd Operator
etcd Operator
etcd Operator
etcd Operator
CoreOS ensures it is
scalable, simple, solid
etcd is the foundation of Kubernetes
Tectonic Summit 2016: Brandon Philips, CTO of CoreOS, Keynote
etcd is Trusted by 100s of OSS
Projects
Google. Amazon. Microsoft.
etcd is Trusted by 100s of OSS
Projects
Including Projects From Teams At
Self-driving architecture
simplifies Kubernetes.
Tectonic Summit 2016: Brandon Philips, CTO of CoreOS, Keynote
$ uname -s
minix
$ gcc linux.c
$ uname -s
minix
$ gcc linux.c
Tectonic Summit 2016: Brandon Philips, CTO of CoreOS, Keynote
$ uname -s
linux
$ gcc linux.c
$ uname -s
linux
$ gcc linux.c
Self-Hosted Architecture
worker
nodes
controllers
nodes
EC2 VM EC2 VM EC2 VM
EC2 VM EC2 VM EC2 VM
EC2 VM EC2 VM EC2 VM
Self-Hosted Architecture
Kubernetes
Scheduler
Kube
API
Monitoring
Service
controllers
nodes
A1
J2
worker
nodes
Self-Hosted Architecture
Kubernetes
Scheduler
Kube
API
MS
controllers
nodes
A1
J2
worker
nodes
KS
Self-Hosted Architecture
Kubernetes
Scheduler
Kube
API
MS
controllers
nodes
A1
J2
worker
nodes
KS
Tectonic Summit 2016: Brandon Philips, CTO of CoreOS, Keynote
Toil is the kind of work tied to
running a production service that
tends to be manual, repetitive,
automatable, tactical, devoid of
enduring value, and that scales
linearly as a service grows.
Self-Driving Removes Toil
CHECK
But...
Failures Still Happen
Self-Driving Removes Toil
Self-Driving Monitoring Architecture
Kubernetes
Scheduler
Kube
API
Monitoring
Service
controllers
nodes
Self-Driving Monitoring Architecture
Kubernetes
Scheduler
Kube
API
Monitoring
Service
controllers
nodes
Tectonic Summit 2016: Brandon Philips, CTO of CoreOS, Keynote
"Self-hosted" is being adopted in the
Kubernetes community.
Kubernetes User Identity
Kubernetes User Identity
Kubernetes User Identity
Kubernetes User Identity
OpenID Connect (OIDC)
provider with LDAP plugin.
Integrated into upstream
Kubernetes.
No external databases,
simply use the Kubernetes
API.
Default in Tectonic.
Tectonic Summit 2016: Brandon Philips, CTO of CoreOS, Keynote
CoreOS is ensuring that the shared
foundation is built on standards
rkt will help enable faster innovation in
Kubernetes in 2017.
Kubernetes scales.
And we have worked end-to-end
to make it happen.
Self-driving architecture
simplifies and removes toil.
Experts at Every Layer of the Stack
Linux
Container Engines & Runtime Specs
Container Image Build, Hosting, & Specs
Clustered Database
Cloud Independence & Lifecycle
Identity & Federation
THANK YOU!!
@brandonphilips | brandon.philips@coreos.com | coreos.com

More Related Content

PPTX
Tectonic Summit 2016: CoreOS Tectonic on AWS
PPTX
Tectonic Summit 2016: Multi-Cluster Kubernetes: Planning for Unknowns
PPTX
Tectonic Summit 2016: Multitenant Data Architectures with Kubernetes
PDF
The Good, the Bad and the Ugly of Migrating Hundreds of Legacy Applications ...
PDF
9 - Making Sense of Containers in the Microsoft Cloud
PDF
Kubestr browse2021.pptx
PDF
The Complexity to "Yes" in Analytics Software and the Possibilities with Dock...
PDF
Deploy prometheus on kubernetes
Tectonic Summit 2016: CoreOS Tectonic on AWS
Tectonic Summit 2016: Multi-Cluster Kubernetes: Planning for Unknowns
Tectonic Summit 2016: Multitenant Data Architectures with Kubernetes
The Good, the Bad and the Ugly of Migrating Hundreds of Legacy Applications ...
9 - Making Sense of Containers in the Microsoft Cloud
Kubestr browse2021.pptx
The Complexity to "Yes" in Analytics Software and the Possibilities with Dock...
Deploy prometheus on kubernetes

What's hot (20)

PDF
How Docker EE Helps Open Doors at Assa Abloy
PDF
Kubernetes Networking 101
PPTX
Basics of Kubernetes on BOSH: Run Production-grade Kubernetes on the SDDC
PDF
Multi-cloud Kubernetes BCDR with Velero
PDF
Managing kubernetes deployment with operators
PDF
KUBERNETES AS A FRAMEWORK FOR WRITING DEVOPS & MICROSERVICES TOOLING
PPTX
Introduction to openshift
PDF
Pivotal Container Service (PKS) at SF Cloud Foundry Meetup
PDF
Docker ee an architecture and operations overview
PPTX
Fabio rapposelli pks-vmug
PDF
Openstack days sv building highly available services using kubernetes (preso)
PPTX
Building Developer Pipelines with PKS, Harbor, Clair, and Concourse
PDF
Zero-downtime deployment of Micro-services with Kubernetes
PDF
Kubernetes: one cluster or many
PDF
An Architectural Deep Dive With Kubernetes And Containers Powerpoint Presenta...
PDF
Journey of Kubernetes Scaling
PPTX
Tectonic Summit 2016: Ticketmaster's Public Cloud & Kubernetes Strategy
PDF
DCEU 18: Docker Container Networking
PDF
DockerCon SF 2015: Resilient Routing and Discovery
PDF
DCSF19 Kubernetes Security with OPA
How Docker EE Helps Open Doors at Assa Abloy
Kubernetes Networking 101
Basics of Kubernetes on BOSH: Run Production-grade Kubernetes on the SDDC
Multi-cloud Kubernetes BCDR with Velero
Managing kubernetes deployment with operators
KUBERNETES AS A FRAMEWORK FOR WRITING DEVOPS & MICROSERVICES TOOLING
Introduction to openshift
Pivotal Container Service (PKS) at SF Cloud Foundry Meetup
Docker ee an architecture and operations overview
Fabio rapposelli pks-vmug
Openstack days sv building highly available services using kubernetes (preso)
Building Developer Pipelines with PKS, Harbor, Clair, and Concourse
Zero-downtime deployment of Micro-services with Kubernetes
Kubernetes: one cluster or many
An Architectural Deep Dive With Kubernetes And Containers Powerpoint Presenta...
Journey of Kubernetes Scaling
Tectonic Summit 2016: Ticketmaster's Public Cloud & Kubernetes Strategy
DCEU 18: Docker Container Networking
DockerCon SF 2015: Resilient Routing and Discovery
DCSF19 Kubernetes Security with OPA
Ad

Viewers also liked (15)

PDF
Dockerizing IoT Services
PDF
Building a SaaS with Nodejs, Docker, and CoreOS
PDF
SmartCity IoT on Kubernetes and OpenStack
PDF
Docker on Raspberry Pi and CoreOS
PPTX
Peace Through Service Part 3 of 3
PPTX
Segundo periodo
PPT
Privacy & Profits
PPT
HARDWAREA
PPT
клавиатурный мир
PPTX
AD4026 BI Sesión 04
PDF
The Open-Source Approach for Computational Modeling and Simulation for Earthq...
PPTX
Medical Cannabis in Elder & End-of-Life Care
PPTX
The Importance of Play
PPTX
Ponente: Allan Cahoon, Rector de la Universidad Royal Roads
PDF
ScentBar: A Query Suggestion Interface Visualizing the Amount of Missed Relev...
Dockerizing IoT Services
Building a SaaS with Nodejs, Docker, and CoreOS
SmartCity IoT on Kubernetes and OpenStack
Docker on Raspberry Pi and CoreOS
Peace Through Service Part 3 of 3
Segundo periodo
Privacy & Profits
HARDWAREA
клавиатурный мир
AD4026 BI Sesión 04
The Open-Source Approach for Computational Modeling and Simulation for Earthq...
Medical Cannabis in Elder & End-of-Life Care
The Importance of Play
Ponente: Allan Cahoon, Rector de la Universidad Royal Roads
ScentBar: A Query Suggestion Interface Visualizing the Amount of Missed Relev...
Ad

Similar to Tectonic Summit 2016: Brandon Philips, CTO of CoreOS, Keynote (20)

PDF
[Global logic] container runtimes and kubernetes
PDF
Red Hat and kubernetes: awesome stuff coming your way
PPTX
Microsoft Techsummit Zurich Docker and Microsoft
PPTX
Docker Enterprise Workshop - Technical
PDF
Kubernetes 1001
PPTX
CRI-containerd
PPTX
Moby Open Source Summit North America 2017
PDF
JAWS-UG ECS Best Practices #jawsug_ct
PPTX
Kubernetes day 2 Operations
PPTX
Docker intro
PPTX
IBM MQ in containers MQTC 2017
PPTX
Weave User Group Talk - DockerCon 2017 Recap
PDF
High%20Level%20-%20OpenShift%204%20Technical%20Deep%20Dive%20-%202024%20-%20I...
PDF
Building a modern SaaS in 2020
PPTX
Docker Introduction
PDF
Kubermatic.pdf
PDF
Kubermatic CNCF Webinar - start.kubermatic.pdf
PDF
Kubernetes extensibility
PDF
Spring on Kubernetes
PPTX
Docker Deep Dive Understanding Docker Engine Docker for DevOps
[Global logic] container runtimes and kubernetes
Red Hat and kubernetes: awesome stuff coming your way
Microsoft Techsummit Zurich Docker and Microsoft
Docker Enterprise Workshop - Technical
Kubernetes 1001
CRI-containerd
Moby Open Source Summit North America 2017
JAWS-UG ECS Best Practices #jawsug_ct
Kubernetes day 2 Operations
Docker intro
IBM MQ in containers MQTC 2017
Weave User Group Talk - DockerCon 2017 Recap
High%20Level%20-%20OpenShift%204%20Technical%20Deep%20Dive%20-%202024%20-%20I...
Building a modern SaaS in 2020
Docker Introduction
Kubermatic.pdf
Kubermatic CNCF Webinar - start.kubermatic.pdf
Kubernetes extensibility
Spring on Kubernetes
Docker Deep Dive Understanding Docker Engine Docker for DevOps

More from CoreOS (13)

PDF
Tectonic Summit 2016: Managing 6 PB of Earth Imagery with Kubernetes
PPTX
Tectonic Summit 2016: It's Go Time
PPTX
Tectonic Summit 2016: Betting on Kubernetes
PPTX
Tectonic Summit 2016: Networking for Kubernetes
PPTX
Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote
PPTX
Tectonic Summit 2016: The Origins of Kubernetes
PPTX
Tectonic Summit 2016: Kubernetes 1.5 and Beyond
PPTX
Tectonic Summit 2016: Preparing for Cloud Native
PDF
Etcd- Mission Critical Key-Value Store
PDF
Kube-AWS
PPTX
Clair, A Container Image Security Analyzer
PDF
Tectonic Summit 2015: Containers Across the Cloud and Data Center
PPTX
CoreOS in a Nutshell
Tectonic Summit 2016: Managing 6 PB of Earth Imagery with Kubernetes
Tectonic Summit 2016: It's Go Time
Tectonic Summit 2016: Betting on Kubernetes
Tectonic Summit 2016: Networking for Kubernetes
Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote
Tectonic Summit 2016: The Origins of Kubernetes
Tectonic Summit 2016: Kubernetes 1.5 and Beyond
Tectonic Summit 2016: Preparing for Cloud Native
Etcd- Mission Critical Key-Value Store
Kube-AWS
Clair, A Container Image Security Analyzer
Tectonic Summit 2015: Containers Across the Cloud and Data Center
CoreOS in a Nutshell

Recently uploaded (20)

PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
1. Introduction to Computer Programming.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PPTX
OMC Textile Division Presentation 2021.pptx
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PPTX
Machine Learning_overview_presentation.pptx
PDF
Heart disease approach using modified random forest and particle swarm optimi...
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
Spectroscopy.pptx food analysis technology
PPTX
SOPHOS-XG Firewall Administrator PPT.pptx
PDF
Assigned Numbers - 2025 - Bluetooth® Document
PPTX
Programs and apps: productivity, graphics, security and other tools
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
A comparative analysis of optical character recognition models for extracting...
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Building Integrated photovoltaic BIPV_UPV.pdf
1. Introduction to Computer Programming.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
OMC Textile Division Presentation 2021.pptx
Univ-Connecticut-ChatGPT-Presentaion.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Machine Learning_overview_presentation.pptx
Heart disease approach using modified random forest and particle swarm optimi...
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Mobile App Security Testing_ A Comprehensive Guide.pdf
Unlocking AI with Model Context Protocol (MCP)
Encapsulation_ Review paper, used for researhc scholars
Spectroscopy.pptx food analysis technology
SOPHOS-XG Firewall Administrator PPT.pptx
Assigned Numbers - 2025 - Bluetooth® Document
Programs and apps: productivity, graphics, security and other tools
Advanced methodologies resolving dimensionality complications for autism neur...
Reach Out and Touch Someone: Haptics and Empathic Computing
A comparative analysis of optical character recognition models for extracting...

Tectonic Summit 2016: Brandon Philips, CTO of CoreOS, Keynote

Editor's Notes

  • #4: Thanks for joining us for day 2. Continue great conversations use cases. Our big mission only works when we have engaged users pushing us forward. This morning: walk through places CoreOS has applied our expertise.
  • #5: To deliver containers and Kubernetes a number of technologies need to come together. From Linux Operating Systems to Identity and Federation.
  • #6: CoreOS has been building the products and OSS investments to make the ecosystem go. And some of these are non-trivial undertakings. Example: we have introduced widely adopted Linux distro and a best-in-class database to market.
  • #7: Alex covered a few of the parts of that stack yesterday so I will skip those today. I will focus on progress across the rest of the stack. Namely in containers, etcd, kubernetes, and identity with Dex.
  • #8: Everything we have built over the last 3 years relies on the success of containers. From Container Linux, Kubernetes, and rkt the health of container technology is critical.
  • #9: And we have been working alongside the entire industry to ensure this foundation is built on standards.
  • #10: About 18 months ago the OCI was formed. Including CoreOS as a founding member. There are now about 50 member companies all working on standards And a number of important milestones have been accomplished over this last year. As a technical board member and maintainer on both specifications I look forward to release of OCI 1.0 And I know there are many products planning on integrating OCI into their products next year.
  • #11: But, why do standards matter? Dev collaboration: it is easy to miss critical details low in the stack Interoperating products: even with open source it is easy to make lego pieces that don't quite fit together Stability: having leading companies come together means this interoperation isn't transient.
  • #12: Two years ago we introduced rkt. The focus was on using good standards and security practices. And the product has found itself used successfully in many places. With a bright future ahead; lets dig in.
  • #13: Quick update on some milestones that rkt has seen in users. These are highlights from a large list; but give you a sense of where rkt has been getting used.
  • #14: Over the next year we have three major goals: Full Kubernetes integration, today we are at about 90% Support all of OCI as it reaches 1.0 And continue to push the limits of design and security. Lets break these down.
  • #15: Over the next year we have three major goals: Full Kubernetes integration, today we are at about 90% Support all of OCI as it reaches 1.0 And continue to push the limits of design and security. Lets break these down.
  • #28: Over the next year we have three major goals: Full Kubernetes integration, today we are at about 90% Support all of OCI as it reaches 1.0 And continue to push the limits of design and security. Lets break these down.
  • #30: Over the next year we have three major goals: Full Kubernetes integration, today we are at about 90% Support all of OCI as it reaches 1.0 And continue to push the limits of design and security. Lets break these down.
  • #56: 5000 nodes kubemark data: ~16K ops/second (~14k reads, ~700 writes, ~700 watch events), ~1GB data set etcd3 max performance with k8s workload: ~80k ops; ~4GB data set.
  • #58: This work is critical for running single clusters
  • #59: Reference back to david's talk monday
  • #60: Reference back to david's talk monday
  • #61: Reference back to david's talk monday
  • #80: JOKE:
  • #81: JOKE:
  • #83: kubeadm, kops, SIG cluster-lifecycle
  • #84: Reference back to david's talk monday
  • #85: Reference back to david's talk monday
  • #86: Reference back to david's talk monday
  • #87: Reference back to david's talk monday
  • #95: Positive about how far we have come Now we need to do X