+ All Categories
Home > Technology > Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

Date post: 08-Jan-2017
Category:
Upload: coreos
View: 41 times
Download: 0 times
Share this document with a friend
27
Alex Polvi @polvi | [email protected] | coreos.com
Transcript
Page 1: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

Alex Polvi@polvi | [email protected] | coreos.com

Page 2: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

Welcome!

Page 3: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

How we got started

Page 4: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

Announcement

Page 5: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

CoreOS Linux is now Container Linux

Page 6: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

CoreOS Linux is now Container Linux

~1 million instances per month

Page 7: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote
Page 8: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

Patching software is important

...and Linux is relatively mature

OCTOBER

TODAY

13 v

ulne

rabi

litie

s

Page 9: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

Remaining Current is Critical The most recent software

requires most recent kernel

Page 10: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

“Current” means upstream alignment

Page 11: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

“Current” means upstream alignment

Page 12: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

“Current” means upstream alignment

Page 13: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

“Current” means upstream alignment

Page 14: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

All enabled byself-driving

infrastructure

Page 15: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

Container Linux is self-driving

Linux

Page 16: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

Distributed systems are required

Page 17: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

Second Announcement

Page 18: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

CoreOS Tectonic is self-driving Kubernetes

Page 19: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

12345678910111213141516171819

// AuthenticateRequest authenticates the

if req.TLS == nil {+ if req.TLS == nil || len(req.TLS.PeerCertificates) return nil, false, nil } // Use intermediates, if provided+ optsCopy := a.opts+ if optsCopy.Intermediates == nil && len(req.TLS.PeerCertificat optsCopy.Intermediates = x509.NewCertPool()+ for _, intermediate := range req.TLS.PeerCertificates[1:] {+ optsCopy.Intermediates.AddCert(intermediate)+ } }

chains, err := req.TLS.PeerCertificates[0].Verify(optsCopy)+ if err != nil {+ return nil, false, err+ }

TLS Client Authentication

1.4.2

1.4.3

Page 20: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

1.2 Mar 16, 2016 1.3 July 1, 2016 1.4 Sep 26, 20161.1 Sep 25, 20151.0 July 10, 2015

1.41.31.21.1

Since inception in September 2014, there have been 40,000 commits from 1000 different contributors.

Keeping up with the Kubernetes

Page 21: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

1.2 Mar 16, 2016 1.3 July 1, 2016 1.4 Sep 26, 20161.1 Sep 25, 20151.0 July 10, 2015

1.41.31.21.1

...and coming soon is K8S 1.5!!

1.5!!

Since inception in September 2014, there have been 40,000 commits from 1000 different contributors.

Page 22: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

And the pattern continues...

Page 23: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

Spend less time updating and more time innovating

Page 24: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

Representing you in the open community

engineering

We pull the most stable branch, and then test & certify

With self driving, CoreOS automatically updates your cluster

We work w/ you to identify new feature requests & security issues

CoreOS helps drive delivery & roadmap in open community

Page 25: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

Self-driving available today

Tectonic Availability

Page 26: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

CoreOS Tectonic available free for use up to 10 nodes

Get TEctonic for KubernetGet Tectonic for Kubernetes

Page 27: Tectonic Summit 2016: Alex Polvi, CEO of CoreOS, Keynote

THANK YOU!!

@polvi | [email protected] | coreos.com


Recommended