+ All Categories
Home > Documents > Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER...

Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER...

Date post: 20-May-2020
Category:
Upload: others
View: 2 times
Download: 0 times
Share this document with a friend
30
Power Your Move to the Cloud WITH DOCKER @EltonStoneman | [email protected] | #gids18
Transcript
Page 1: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

Power Your Move to the Cloud

WITH DOCKER

@EltonStoneman | [email protected] | #gids18

Page 2: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

Today

MOVING TO THE CLOUD WITH DOCKER

• IaaS, PaaS or CaaS?

• Docker and Windows Containers

• Docker in Test & Production on Azure

Page 3: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

IaaS, PaaS or CaaS?

Page 4: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

INFRASTRUCTURE AS A SERVICE

+ Portability – on-prem / multi-cloud

+ Same runtime

- VM management

- Low utilization

Page 5: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

PLATFORM AS A SERVICE

+ High utilization

+ Extended feature set

- Custom packaging & deployment

- Local emulation

Page 6: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

CONTAINERS AS A SERVICE

+ High utilization

+ Extended feature set

+ Portability – on-prem / multi-cloud

+ Same runtime

Page 7: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

CONTAINER PLATFORM

+ Secure software supply chain

+ Role-based access control

+ Enforced runtime policies

+ Orchestrator choice

Page 8: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

Docker and

Windows Containers

Page 9: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

sqlservr.exe

console.exe

w3wp.exe

Page 10: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,
Page 11: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

> demo

Page 12: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

Docker Test

Environments

on Azure

Page 13: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

Windows Server 2016 Datacenter - with containers

Page 14: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

> demo

Page 15: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

Docker Production

Environments

on Azure

Page 16: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

PS> docker …

Page 17: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

DOCKER CERTIFIED INFRA

+ Consistent Docker EE deployment

+ All major clouds: Azure, AWS, GCE

+ Best-practice provider deployment

+ On-prem hypervisors: VMWare

Page 18: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

Managers Workers Workers

Page 19: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

PS> sfctl …

Page 20: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

PS> kubectl

Page 21: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

PS> docker …

Page 22: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,
Page 23: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

> demo

Page 24: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,
Page 25: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,
Page 26: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,
Page 27: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

• Portability – on-prem & any cloud

• Security – signing & scanning

•Choice – any orchestrator

TAKEAWAYS

Page 28: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

• Demos | is.gd/t5SLE1

• Docker Certified Infra | success.docker.com

• Workshop | dockr.ly/windows-workshop

• Pluralsight | Modernizing .NET Apps w/ Docker

NEXT STEPS

Page 29: Power Your Move to the Cloud - DeveloperMarch · Power Your Move to the Cloud WITH DOCKER @EltonStoneman | elton@docker.com | #gids18 . Today MOVING TO THE CLOUD WITH DOCKER •IaaS,

THANK YOU :)

@EltonStoneman | [email protected]


Recommended