Presentation is loading. Please wait.

Presentation is loading. Please wait.

CDP-B382 Docker and Microsoft: How Azure is Bringing the World of Windows and Linux Together TechEd Europe Nick Stinemates / Corey Sanders.

Similar presentations


Presentation on theme: "CDP-B382 Docker and Microsoft: How Azure is Bringing the World of Windows and Linux Together TechEd Europe Nick Stinemates / Corey Sanders."— Presentation transcript:

1

2 CDP-B382 Docker and Microsoft: How Azure is Bringing the World of Windows and Linux Together TechEd Europe Nick Stinemates / Corey Sanders

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

4 Nick Stinemates Head of Business Development & Technical Alliances at Docker, Inc or: PARTNERS! Open Source Fanatic Programming most of my life: started on VB3 for Windows 3.1 I love to talk, so.. please get in touch nick@docker.com | @nickstinemates | github.com/keeb | keeb on Freenodenick@docker.com

5 Corey Sanders Partner Group Program Manager at Microsoft IaaS on Azure Former Windows Developer Re-learning Open Source Programming most of my life: started on Visual Basic on Apple IIE I like making jokes… corey.sanders@Microsoft.com @ CoreySandersWAcorey.sanders@Microsoft.com

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

7 ~20002014 Long livedDevelopment is iterative and constant Monolithic and built on a single stack Built from loosely coupled components Deployed to a single serverDeployed to a multitude of servers Applications Have Fundamentally Changed

8 Static website Web frontend User DB Queu e 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 Multiplicity of Stacks Multiplicity of hardware environments Production Cluster Customer Data Center Do services and apps interact appropriately? Can I migrate smoothly and quickly?

9 The Matrix From Hell Static website Web frontend Background workers User DB Analytics DB Queue Developmen t VM QA Server Single Prod Server Onsite Cluster Public Cloud Contributor’ s laptop Customer Servers ??????? ??????? ??????? ??????? ??????? ???????

10 Multiplicity of Goods Multipilicity of methods for transporting/storin g Do I worry about how goods interact (e.g. coffee beans next to spices) Can I transport quickly and smoothly (e.g. from boat to train to truck) An Inspiration: Cargo Transport Pre-1960

11 Multiplicity of Goods Multiplicity of methods for transporting/storing Do I worry about how goods interact (e.g. coffee beans next to spices) Can I transport quickly and smoothly (e.g. from boat 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.

12 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

13 Static website Web frontend User DB Queu e Analytics DB Development VM QA server Public Cloud Contributor’s laptop Let’s create an ecosystem for distributed applications Multiplicity of Stacks Multiplicity of hardware environments Production Cluster Customer Data Center Do services and apps interact appropriately? Can I migrate smoothly and quickly …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…

14 Static website Web frontend Background workers User DB Analytics DB Queue Developmen t VM QA Server Single Prod Server Onsite Cluster Public Cloud Contributor’ s laptop Customer Servers And eliminate the matrix from Hell

15 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”

16 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

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

18 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

19 Docker Engine: Demo

20 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 App A’ Host OS Server Bins/Libs App A Bins/Libs App B App 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

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

22 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

23 Docker Hub: Build, Ship, Run Applications Build Ship Run Dev QA Source Staging Physical Virtual Cloud Infrastructure Management DockerFile Source Code Repository TEST GCERAX Azure Mac/Win Dev Machine Boot2Docker Docker Analytics DB Prod Machine Linux OS Docker ++ UsersCollab ProvenancePolicy Docker Hub Registries PublicCuratedPrivate Docker Hub API Third Party Tools Prod Machine Linux OS Docker Prod Machine Linux OS Docker VM Docker VM Docker VM Docker QA Machine Linux OS Docker

24 Any App Any infrastructure Physical Virtual cloud + 45K apps + 16K projects API EngineHub cloud-based platform services for distributed applications API open source software at the heart of the Docker platform

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

26 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

27 Bringing Communities Together Linux Community Windows Community

28 Distributed Applications With Both Linux and Windows Components Dat a Use r DB Queu e Analytic s DB API Endpoin t Web Fronten d Dat a Backgroun d Workers Development VM QA Server Public Cloud Disaster Recovery Contributor’s Laptop Production Servers Production Cluster Customer Data Center

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

30 Extension Model and Docker Agent DockerCon Announce Curated Extensions Updated with latest

31 Demo: Docker Client on Windows

32 Docker Hub Integration Azure MarketplaceDocker Hub

33 Combining Windows and Linux on Azure SQL Server Background Workers nginx

34 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

35 Learn More All Videos and Talks from DockerCon: http://bit.ly/1AnvHFzhttp://bit.ly/1AnvHFz Demo of DockerHub: see Ben Golub keynote from DockerCon, http://bit.ly/1xHqUL8 demo starts at 29:00http://bit.ly/1xHqUL8 Sign up for a DockerHub account: https://hub.docker.com/https://hub.docker.com/ Security & Isolation: see above, also blog.docker.ioblog.docker.io Use Cases: https://docker.com/resources/usecases/https://docker.com/resources/usecases/ Docker project: www.docker.com/www.docker.com/ Follow Docker on Twitter: twitter.com/dockertwitter.com/docker Take the Docker interactive tutorial: https://docker.com/tryit/https://docker.com/tryit/ Join Docker on IRC: botbot.me/freenode/docker/botbot.me/freenode/docker/ Go to the Docker repository on GitHub: github.com/docker/docker/github.com/docker/docker/ Go to a meetup: https://www.docker.com/community/meetups/https://www.docker.com/community/meetups/

36

37 www.microsoft.com/learning http://microsoft.com/technet http://channel9.msdn.com/Events/TechEd http://developer.microsoft.com

38

39

40

41


Download ppt "CDP-B382 Docker and Microsoft: How Azure is Bringing the World of Windows and Linux Together TechEd Europe Nick Stinemates / Corey Sanders."

Similar presentations


Ads by Google