60
How AWS, Docker and Microservices influence company websites tainer Days, Hamburg, June 28 th 2016 Jan Löffler, CTO Plesk

How AWS,Docker and Microservices Influence Company Websites - Plesk

Embed Size (px)

Citation preview

Page 1: How AWS,Docker and Microservices Influence Company Websites - Plesk

How AWS, Docker and

Microservices influence company websitesContainer Days, Hamburg, June 28th 2016 Jan Löffler, CTO Plesk

Page 2: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 3: How AWS,Docker and Microservices Influence Company Websites - Plesk

October 21st 2015

Page 4: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 5: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 6: How AWS,Docker and Microservices Influence Company Websites - Plesk

August 6th 1991

Page 7: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 8: How AWS,Docker and Microservices Influence Company Websites - Plesk

THE PAST OF THE WEB

CSS Cookie

s

SSLJavaScript

Apache

PHPXML AJAX

1994 1995 1996 1999

Page 9: How AWS,Docker and Microservices Influence Company Websites - Plesk

THE PAST OF THE WEB

DrupalVirtuozz

oSafari

ASP.NETWordPres

sFirefoxnginx

2001 2002 2003 2004

Page 10: How AWS,Docker and Microservices Influence Company Websites - Plesk

THE PAST OF THE WEB

Joomla! AWS iPhoneHTML5Android

LXC

2005 2006 2007 2008

Page 11: How AWS,Docker and Microservices Influence Company Websites - Plesk

THE PAST OF THE WEB

GitHubnode.jsMesos

AngularJS

iPadTouch

WebRTCReact.jsDocker

2009 2010 2011 2013

Page 12: How AWS,Docker and Microservices Influence Company Websites - Plesk

THE PAST OF THE WEB

Kubernetes

rktHTTP/2

OCI

2014 2015 2016 2017

Page 13: How AWS,Docker and Microservices Influence Company Websites - Plesk

June 28th 2000

Page 14: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 15: How AWS,Docker and Microservices Influence Company Websites - Plesk

June 28th 2005

Page 16: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 17: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 18: How AWS,Docker and Microservices Influence Company Websites - Plesk

June 28th 2016

Page 19: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 20: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 21: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 22: How AWS,Docker and Microservices Influence Company Websites - Plesk

THE WEB TODAY

WordPress Git JavaScript

Page 23: How AWS,Docker and Microservices Influence Company Websites - Plesk

42.9% of developers

used git in 2014

Page 24: How AWS,Docker and Microservices Influence Company Websites - Plesk

Stackoverflow Research 2015

http://stackoverflow.com/research/developer-survey-2015

Page 25: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 26: How AWS,Docker and Microservices Influence Company Websites - Plesk

2011 2012 2013 2014 2015 20160%

5%

10%

15%

20%

25%

30%

WordPress related to all websites worldwide

http://w3techs.com/technologies/history_overview/content_management/all/y

Page 27: How AWS,Docker and Microservices Influence Company Websites - Plesk

37% of E-Shops

Page 28: How AWS,Docker and Microservices Influence Company Websites - Plesk

You build it,You run it.

Werner VogelsCTO Amazon

Page 29: How AWS,Docker and Microservices Influence Company Websites - Plesk

Servers

Apps

Page 30: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 31: How AWS,Docker and Microservices Influence Company Websites - Plesk

2015 20160%

5%

10%

15%

20%

25%

30%

Docker usage

doubled to 27%http://www.rightscale.com/blog/cloud-industry-insights/cloud-computing-trends-2016-state-cloud-survey

Page 32: How AWS,Docker and Microservices Influence Company Websites - Plesk

WORKED FINE IN DEV

OPS PROBLEM NOW

Page 33: How AWS,Docker and Microservices Influence Company Websites - Plesk

SAY ONE MORE TIME

WORKS ON MY MACHINE

Page 34: How AWS,Docker and Microservices Influence Company Websites - Plesk

my-wordpress-site

Page 35: How AWS,Docker and Microservices Influence Company Websites - Plesk

source: http://docker.datagridsys.com/dockerscan/

Page 36: How AWS,Docker and Microservices Influence Company Websites - Plesk

Modern Web-

Development2016

Page 37: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 38: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 39: How AWS,Docker and Microservices Influence Company Websites - Plesk

DEPLOYMENT

Page 40: How AWS,Docker and Microservices Influence Company Websites - Plesk

Public Internet

*.basket.example.org

*.checkout.example.org

Team “Basket” Team “Checkout”

ELB ELB

AWS / Datacenter

Page 41: How AWS,Docker and Microservices Influence Company Websites - Plesk

IMMUTABLE INFRASTRUCTURE

Page 42: How AWS,Docker and Microservices Influence Company Websites - Plesk

IMMUTABLE STACKS

ELB myapp-v1

app.example.org

EC2+ Docker

EC2+ Docker

EC2+ Docker

100%

Page 43: How AWS,Docker and Microservices Influence Company Websites - Plesk

IMMUTABLE STACKS

ELB myapp-v1

EC2+ Docker

EC2+ Docker

EC2+ Docker

ELB myapp-v2

EC2+ Docker

EC2+ Docker

app.example.org

90%

10%

Page 44: How AWS,Docker and Microservices Influence Company Websites - Plesk

IMMUTABLE STACKS

ELB myapp-v1

EC2+ Docker

EC2+ Docker

EC2+ Docker

ELB myapp-v2

EC2+ Docker

EC2+ Docker

app.example.org

0%

100%

Page 45: How AWS,Docker and Microservices Influence Company Websites - Plesk

APP INSTANCE

VM (EC2)

Basis Image (AMI)

Docker Container

Application

✓ Team Account

✓ Created with Cloud Formation

✓ Docker Runtime✓ Audit Logging✓ Log Collection✓ Monitoring✓ Security config

✓ Ubuntu✓ OpenJDK✓ CA

certific.

Page 46: How AWS,Docker and Microservices Influence Company Websites - Plesk

AWS

Deploy

Docker Registry

docker pull

docker push

AMI

Page 47: How AWS,Docker and Microservices Influence Company Websites - Plesk

Build

DeployTest

Release

ContinuousDelivery

Page 48: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 49: How AWS,Docker and Microservices Influence Company Websites - Plesk

MICROSERVICES

Page 50: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 51: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 52: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 53: How AWS,Docker and Microservices Influence Company Websites - Plesk

June 28th 2020

Page 54: How AWS,Docker and Microservices Influence Company Websites - Plesk

FUTURE OF WEB DEVELOPMENT

Mobile Devices

JavaScript

Interactive & personalized

IAM everywhere

Internet of Things

Innovations

Automatic Scaling

Page 55: How AWS,Docker and Microservices Influence Company Websites - Plesk

Jan LöfflerCTO Plesk● @jlsoft2● [email protected]● http://www.slideshare.net/jlsoft/● https://about.me/jan.loeffler

Page 56: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 57: How AWS,Docker and Microservices Influence Company Websites - Plesk
Page 58: How AWS,Docker and Microservices Influence Company Websites - Plesk

BACKUP

Page 59: How AWS,Docker and Microservices Influence Company Websites - Plesk

WordPress Management

Free SSL everywhere

http2 50+ extensions

CLI

Automatic UpdatesSite Migration Free support

30+ languages nginxServer Security DNS

Page 60: How AWS,Docker and Microservices Influence Company Websites - Plesk

Plesk is the leading WebOps platform and control panel to run, automate and grow applications, websites and hosting businesses.