Docker and Microsoft: How Azure is Bringing the World of...

33
WAD 328 Docker and Microsoft: How Azure is Bringing the World of Windows and Linux Together Glenn Wong Partner Business Evangelist Microsoft Hong Kong

Transcript of Docker and Microsoft: How Azure is Bringing the World of...

Page 1: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

WAD 328 Docker and Microsoft: How Azure is Bringing the World of Windows and Linux Together

Glenn Wong

Partner Business Evangelist

Microsoft Hong Kong

Page 2: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Agenda

Introduction The growing technology challenge An analogy: the shipping industry Docker Engine Overview Docker Hub Overview Microsoft and Docker: partnership Azure and Docker

Page 3: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

~2000 2014

Long lived Development is iterative and constant

Monolithic and built on a single stack Built from loosely coupled

components

Deployed to a single server Deployed to a multitude of servers

Applications Have Fundamentally Changed

Page 4: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Static website

Web frontend

User DB

Queue

Analytics DB

Background workers

API endpoint

nginx 1.5 + modsecurity + openssl + bootstrap 2

postgresql + pgv8 + v8

hadoop + hive + thrift + OpenJDK

Ruby + Rails + sass + Unicorn

Redis + redis-sentinel

Python 3.0 + celery + pyredis + libcurl + ffmpeg + libopencv + nodejs + phantomjs

Python 2.7 + Flask + pyredis + celery + psycopg + postgresql-client

Development VM

QA server

Public Cloud

Disaster recovery

Contributor’s laptop

Production Servers

The Problem in 2014: Distributed Applications M

ult

iplic

ity

of

Stac

ks

Mu

ltip

licit

y o

f h

ard

war

e

en

viro

nm

en

ts Production

Cluster

Customer Data Center

Do

service

s and

ap

ps in

teract

app

rop

riately?

Can

I migrate

sm

oo

thly an

d

qu

ickly?

Page 5: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

The Matrix From Hell

Static website

Web frontend

Background workers

User DB

Analytics DB

Queue

Development VM

QA Server Single Prod

Server Onsite Cluster

Public Cloud

Contributor’s laptop

Customer Servers

? ? ? ? ? ? ?

? ? ? ? ? ? ?

? ? ? ? ? ? ?

? ? ? ? ? ? ?

? ? ? ? ? ? ?

? ? ? ? ? ? ?

Page 6: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,
Page 7: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Mu

ltip

licit

y o

f G

oo

ds

Mu

ltip

ilici

ty o

f m

eth

od

s fo

r tr

ansp

ort

ing/

sto

rin

g

Do

I wo

rry abo

ut

ho

w go

od

s inte

ract (e

.g. coffe

e b

ean

s n

ext to

spice

s)

Can

I transp

ort

qu

ickly and

smo

oth

ly (e

.g. from

bo

at to

train to

truck)

An Inspiration: Cargo Transport Pre-1960

Page 8: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Mu

ltip

licit

y o

f G

oo

ds

Mu

ltip

licit

y o

f m

eth

od

s fo

r tr

ansp

ort

ing/

sto

rin

g

Do

I wo

rry abo

ut

ho

w go

od

s interact

(e.g. coffee b

eans

next to

spices)

Can

I transp

ort

qu

ickly and

sm

oo

thly

(e.g. from

bo

at to

train to

truck)

Solution: Intermodal Shipping Container Ecosystem

…in between, can be loaded and

unloaded, stacked, transported

efficiently over long distances,

and transferred from one mode

of transport to another

A standard container that is

loaded with virtually any

goods, and stays sealed until

it reaches final delivery.

Page 9: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

The Intermodal Shipping Container Ecosystem

• 90% of all cargo now shipped in a standard container • Order of magnitude reduction in cost and time to load and unload ships • Massive reduction in losses due to theft or damage • Huge reduction in freight cost as percent of final goods (from >25% to <3%) • massive globalization • 5000 ships deliver 200M containers per year

Page 10: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Static website

Web frontend

User DB

Queue Analytics

DB

Development VM

QA server Public

Cloud

Contributor’s laptop

Let’s create an ecosystem for distributed applications M

ult

iplic

ity

of

Stac

ks

Mu

ltip

licit

y o

f h

ard

war

e en

viro

nm

ents

Production Cluster Customer Data Center

Do

services and

ap

ps in

teract ap

pro

priately?

Can

I migrate

smo

oth

ly and

q

uickly

…that can be manipulated using

standard operations and run

consistently on virtually any

hardware platform

An engine that enables any

payload to be encapsulated

as a lightweight, portable,

self-sufficient container…

Page 11: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Static website

Web frontend

Background workers

User DB

Analytics DB

Queue

Development VM

QA Server Single Prod

Server Onsite Cluster

Public Cloud

Contributor’s laptop

Customer Servers

And eliminate the matrix from Hell

Page 12: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Importance of an Ecosystem

• Container technology has been around for a while ( LXC, Solaris

Zones, BSD Jails) • Analogy: Shipping containers are not just steel boxes • With Docker, low level containers get the following:

- Re-usable components - Ability to run on any Linux server today: physical, virtual,

VM, cloud, OpenStack, +++ - Ability to move between any of the above in a matter of

seconds-no modification or delay - Ability to share containerized components - Self contained environment—no dependency hell - Tools for how containers work together: linking, nesting,

discovery, orchestration • “Containerization” is really “Dockerization”

Page 13: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Snapshot: The Docker Ecosystem

Official Repos & 14K+ Dockerized Apps

Community

640+ Contributors

250+ Meetups on Docker

38M Downloads

16K Projects on GitHub

Support

Enterprise Support

Robust Documentation

Implementation, Integration, Training

Network of Partners

The Docker Platform

Docker Engine

Docker Hub

Build, Ship, and Run

Partners

Content

Users

Official Repos &35 K Dockerized Apps

Page 14: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Agenda

Introduction

• The growing technology challenge

• An analogy: the shipping industry

• Docker Engine Overview

• Docker Hub Overview

• Microsoft and Docker

• Azure and Docker

Page 15: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Docker Engine

• Open Source Project written in Go

• Released March, 2013

• Provides the Docker Container - Repeatable Runtimes, Sandboxing, Network, and Storage

• Linux and (soon) Windows CLI tools for Developers

• Local and Remote REST API for further integration

• Low level API for Runtime, Storage, and Network extension

Page 16: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Docker Engine: Demo

Page 17: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

App A

Comparison: Containers vs. VMs

Hypervisor (Type 2)

Host OS

Server

Guest OS

Bins/ Libs

App A’

Guest OS

Bins/ Libs

App B

Guest OS

Bins/ Libs

Ap

p A

Host OS

Server

Bins/Libs

Ap

p A

Bins/Libs

Ap

p B

Ap

p B

Ap

p B

Ap

p B

’ VM

Container

Containers are isolated, but share OS kernel and, where appropriate, bins/libraries

Guest OS

Guest OS

…result is significantly faster deployment, much less overhead, easier migration, faster restart

Page 18: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Agenda

Introduction

• The growing technology challenge

• An analogy: the shipping industry

• Docker Engine Overview

• Docker Hub Overview

• Microsoft and Docker

• Azure and Docker

Page 19: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Docker Hub

• Launched June, 2014

• Enables any Docker Host to run any application in seconds

• Provides Official, Public, and Private Docker Application Repositories

• Workflow management: Automated Builds, Webhooks

• Distribution Channel: Get vendor supported and provided Software

Page 20: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Docker Hub: Build, Ship, Run Applications

Build Ship

Run

Dev

QA

Source

Staging

Physical

Virtual

Cloud

Infrastructure Management

Infrastructure Management

DockerFile

Source Code

Repository

TEST TEST

TEST TEST

TEST

GCE RAX Azure

Mac/Win Dev

Machine

Boot2Docker

Do

cker

Analytics

DB

Prod

Machine

Linux OS

Do

cker

Do

cker

+

+

Users Collab

Provenance Policy

Docker Hub

Registries

Public Curated Private

Docker Hub API

Third Party Tools

Prod

Machine

Linux OS

Do

cker

Do

cker

Prod

Machine

Linux OS

Do

cker

Do

cker

VM

Do

cker

Do

cker

VM

Do

cker

Do

cker

VM

Do

cker

Do

cker

QA Machine

Linux OS

Do

cker

Do

cker

Page 21: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Any App

Any infrastructure

• Physical

• Virtual cloud

+ 45K apps

+ 16K projects

API

Engine Hub

cloud-based platform services for distributed applications

API

open source software at the heart of the Docker platform

Page 22: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Agenda

Introduction

• The growing technology challenge

• An analogy: the shipping industry

• Docker Engine Overview

• Docker Hub Overview

• Microsoft and Docker

• Azure and Docker

Page 23: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Recent News: Docker for Windows

Bring Docker and Containers to Windows

Contribute to open source Docker Engine to support Windows

Local box support on Hyper-V

Page 24: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Bringing Communities Together

Linux

Community

Windows

Community

Page 25: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Distributed Applications With Both Linux and Windows Components

Data

User

DB Queue

Analytics

DB

API

Endpoint

Web Frontend

Data

Background

Workers

Development VM

QA Server

Public Cloud

Disaster Recovery

Contributor’s Laptop

Production Servers

Production Cluster

Customer Data Center

Page 26: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Agenda

Introduction

• The growing technology challenge

• An analogy: the shipping industry

• Docker Engine Overview

• Docker Hub Overview

• Microsoft and Docker

• Azure and Docker

Page 27: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Extension Model and Docker

DockerCon Announce

Curated Extensions

Updated with latest

Agent

Page 28: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Docker Hub Integration

Azure Marketplace Docker Hub

Page 29: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Combining Windows and Linux on Azure

SQL Server

Background

Workers

nginx

Page 30: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Recap

• Docker has great momentum building an ecosystem to build, ship, and run applications

• Docker and Microsoft have partnered to bring the success of Docker on Linux to Windows

• Now, virtually any workload can be deployed and run anywhere

Page 31: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

Learn More

All Videos and Talks from DockerCon: http://bit.ly/1AnvHFz

Demo of DockerHub: see Ben Golub keynote from DockerCon, http://bit.ly/1xHqUL8 demo starts at 29:00

Sign up for a DockerHub account: https://hub.docker.com/

Security & Isolation: see above, also blog.docker.io

Use Cases: https://docker.com/resources/usecases/

Docker project: www.docker.com/

Follow Docker on Twitter: twitter.com/docker

Take the Docker interactive tutorial: https://docker.com/tryit/

Join Docker on IRC: botbot.me/freenode/docker/

Go to the Docker repository on GitHub: github.com/docker/docker/

Page 32: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,
Page 33: Docker and Microsoft: How Azure is Bringing the World of ...download.microsoft.com/documents/hk/technet/techdays2015/Day3... · Cloud Disaster recovery Contributor ... • With Docker,

http://aka.ms/WAD328

Session Evaluation