Transcript
Page 1: What's beyond Virtualization - The Future of Cloud Platforms

Derek Collison - Apcera, Inc.!@derekcollison!!June 12, 2014 - QCon New York

Beyond Virtualization

Page 2: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

About!

!

• Architected and built TIBCO Rendezvous and EMS Messaging Systems!

• Co-founded AJAX APIs group at Google!• Designed and built Cloud Foundry!• Founder and CEO at Apcera!• Inspiration: Fast Distributed Systems

2

Derek Collison

Page 3: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

The future of enterprise IT lies beyond virtualization

3

Page 4: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Virtualization ==

4

Page 5: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

EVERYTHING is a distributed system these days

5

Page 6: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

So orchestration and composing systems will define the future

6

Page 7: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

To look into the future Let’s see where we are

7

Page 8: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

IT Today

8

Old school Virtualization IaaS IaaS, SaaS, PaaS Cloud

?

Page 9: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

We care about what’s next

9

?

Page 10: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Automate undifferentiated heavy lifting, speed up the mundane

10

Page 11: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Orchestrate Secure and Compliant Composeable Systems

11

Page 12: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Align the value to you with the value to your organization

12

Page 13: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Build what you need..

13

Page 14: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Assemble the rest

14

Page 15: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

PaaS helps

15

Page 16: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

PaaS Helps

16

• Tries to speed up deployment!• Preset, biased approach!• Only a small piece of the puzzle!

- Enterprises need lifecycle management, security, compliance, governance, etc.

Page 17: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

PaaS is Not Enough http://apcera.com/blog/paas-is-not-enough/

17

Page 18: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Docker helps

18

Page 19: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Docker Helps

19

• The dawn of the composeable enterprise!

• More control over the pieces!• Great Ecosystem!

Page 20: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

DockerCon Initiatives

20

• libSwarm!• libContainer!• libChan

Page 21: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Docker The Future

21

• Identity!• Authorization!• Trust

Page 22: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Docker TBDs

22

• How to compose and orchestrate the system?!• etcd? confd?!• Make it transparent!• Don’t make me rewrite!• libSwarm, libChan?!

• What about compliance?!• Heartbleed?!• Linux zero-day exploit?!• Tell me if I am compliant!• Tell me what is at risk

Page 23: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

We Want Things to Just Work

23

• Self Service!• Composeable Systems (legos)!• Faster Iterative Development!• Faster Deployments!• Fault Tolerance!• High Availability!• Guaranteed SLAs

Page 24: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

We’re getting there

24

Page 25: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

The Future of IT

25

• Declarative!• Composeable!• Extreme Agility!• Security and Compliance -

Transparently!• Fluid and Abstracted

Infrastructure and Services!• Multiple delivery models in one

system

Page 26: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Declarative

CCB

26

• App A needs: !- X memory and Y CPU!- N storage!- I/O SLAs for talking to B and C!- available URL for trusted

identities!- run on premise, co-located

near B

App A

B C

talks

to talks to

Page 27: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Intelligent workloads

27

App A

Page 28: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Intelligent systems

28

App A

Page 29: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Where do we start?

29

Page 30: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Required Functionality

30

• What App A needs!!

• Where App A runs!!

• How App A finds B and C!!

• How others find App A!!

• What happens on failures

Page 31: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Required Functionality

31

• What App A needsPackaging & Dependencies!

• Where App A runs Provisioning & Scheduling!

• How App A finds B and C Addressing & Discovery!

• How others find App A External Mapping!

• What happens on failures Monitoring & Management

Page 32: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Packaging & Dependencies

32

• What the job needs to run!• Changes from Dev to Prod!• Runtimes, OS, libraries!• Who defines what these are!• Whether existing tools are

sufficient for consistency, compliance, auditing!- SCCS and Chef / Puppet!- AMIs or VMDKs!- Docker Images

App A

DEV PROD

runtimes!OS!libraries

runtimes!OS!libraries

Page 33: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Provisioning & Scheduling

33

• Where workloads run!• Network perimeter security

models!• Unit of work: VM, App, Image!• Automatic, instantaneous and

transparent policy compliance!• Compliance and deployment

handled independently!• New tools: Mesos, Fleet, Diego

500ms10 weeks 2 min.

human!behavior !change

Speed

Page 34: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Addressing & Discovery

34

• DNS is insufficient - inside!• Needs to fit what we have,

without changing apps!• System reacts as things move!• Load balancing!• Scaling up and down

ETCD / CONFD

External Internal

X✓✓

Rou

ter

Rou

ter

Page 35: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

External Mapping• HTTP/TCP connectivity!• How do you find something? !• Load balancing!• Rapid scaling!• Health monitoring and repair!• DNS sufficient for external, but

not internal

35

External Internal

X✓✓

Rou

ter

Rou

ter

Page 36: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Monitoring & Management

36

• What happens when something fails?!

• Manual or Automatic?!• Who determines failure and

whether we trust the system!• Its sick, not dead!

- Latency vs. Chaos monkey!• Measure the effect of change

beforehand?!• Extensible & Pluggable

BORG / Omega

LatencyChaos

Page 37: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Bolt-on is not the way to get there

37

Page 38: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

What we need is a platform OS

38

Page 39: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Programmable, pluggable, and composeable from the inside out

39

Page 40: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

The secure, hybrid, trusted platform OS for multi-datacenter

40

Page 41: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

A Platform OS

41

• All resources in a common pool!• Real-time networking,

addressing, and discovery!• Awareness of ontologies AND

communication semantics!• Contextual security and policy

just work!• Built for rapid change - all change!• Policy-compliant resource

isolation, connectivity, and SLAs

CC

App A

C

talks topattern data

behavior policy!on the fly

Page 42: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

We Have the Right Pieces

42

• Isolation Contexts - Docker!• SDN - Software-Defined

Networking!• Management and Resource

Pooling (CMPs)!• Intelligent and Compliant Job

Scheduling!• Intelligent Canarying, A/B

rollouts and testing

Just not in one place

Page 43: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Isolation Context• Isolation Context: isolated, insulated, autonomous!• Speed and weight!

- Hypervisors for virtualization!- LXC, libContainer (containers) - Docker!- Micro-task virtualization!

• Google chargeback diversion

43

Faster, more lightweight and purpose-built

Virtualization Containerization Micro-task Virtualization

Page 44: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

SDN - Software-Defined Networking

44

• Network perimeter security!• Application-level changes!• Layer 7 semantics!

- How many INSERTS per second from all of App A?!

- Can I disallow DROP and DELETE calls between 1-3AM?!

• Compliant and transparent network!- It just works, e.g. mobile

Page 45: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Intelligent, Compliant Job Scheduling• Pick the best place to run for a

given job and policy!• How the system rebalances

and utilizes new resources!• Centralized or Distributed

algorithms!• How policy affects decision-

making (e.g., geography)!• New tools: Mesos, Fleet, Diego

45

Page 46: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Intelligent Canarying

Prod

• Measured rollout success!• A/B testing!• Blue-green deployments !• Automated rollout and rollback

46

10% traffic

Dev90% traffic

App Av1

App Av2

Rollout Rollback

Page 47: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Intelligent Canarying• A lot of data needed!

- resource utilizations: CPU, Mem, Storage!

- communication patterns: cascading effects!

- temporal awareness!• All data will feed into

automated, anomaly detection services!- Utilizing unsupervised deep

machine learning

47

Page 48: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

The Future of IT - Platform OS

48

Hardware

IaaS

Diverse Workloads!(e.g., apps, services)

Provisioning!Scheduling!

Health Monitoring!Addressing!Discovery

Governance!Compliance!

Security!Automation!

Orchestration

Internal Services

External Services

One Platform

Page 49: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Summary

49

Page 50: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Summary

50

• Composeable platforms!• Intelligent workloads sans code

changes!• Policy aware...!

- Packaging and Dependency Management !

- Job Scheduling and Provisioning!- Addressing, Discovery, Networking!- Monitoring and Management!- Lifecycle Management and

Intelligent Canarying

A POLICY OF INNOVATION

Page 51: What's beyond Virtualization - The Future of Cloud Platforms

@derekcollison QCon NY: “Beyond Virtualization”

Resources

51

• Docker - https://www.docker.io!• Mesos - http://mesos.apache.org!• CoreOS - https://coreos.com!• Fleet, Etcd - https://coreos.com/using-coreos/etcd!• Consul - http://www.consul.io!• Continuum - http://apcera.com/continuum

Page 52: What's beyond Virtualization - The Future of Cloud Platforms

Derek Collison - Apcera, Inc.!@derekcollison!!June 12, 2014 - QCon New York

Thank You


Top Related