docker cloud hybridation & orchestration

17
Adrien Blind DevOps Coach @adrienblind Ludovic Piot, Oxalide Conseil, architecture, DevOps Usecase: cloud hybridation leveraging on Docker 1.12

Upload: adrien-blind

Post on 16-Apr-2017

261 views

Category:

Technology


5 download

TRANSCRIPT

Page 1: Docker cloud hybridation & orchestration

Adrien BlindDevOps Coach@adrienblind

Ludovic Piot, OxalideConseil, architecture, DevOps@lpiot

Usecase: cloud hybridationleveraging on Docker 1.12

Page 2: Docker cloud hybridation & orchestration

@adrienblind @lpiotPlease twit us on #experiences !

On-demand & pay-per-use

DevOps compliant : easy automation, Infra-as-code, versionnable, reproductible

Leads to new usecases: elastic applications, ephemeral environments…

The cloud is sexy

Page 3: Docker cloud hybridation & orchestration

@adrienblind @lpiotPlease twit us on #experiences !

Versatile resources Fail-over through distributed architecture Rebuild vs. restore Frequency of reinstall

Pay per-use but… low perf/cost ratio load-balancing network-based architecture : asynchronous

architecture

A cloudy picture

Page 4: Docker cloud hybridation & orchestration

@adrienblind @lpiotPlease twit us on #experiences !

Security No network peripheral security New organisation-based security model

Managed services very appealing but… vendor lock-in consequences on project/prod collaboration

Keep a decent ROI on recent on-premise assets

A cloudy picture

Page 5: Docker cloud hybridation & orchestration

@adrienblind @lpiotPlease twit us on #experiences !

Docker benefits‘’A universal, self-sufficient and standard artifact embedding an app module,

and its subsequent infrastructure configuration’’

Docker provides both the artifact and the ecosystem to handle it!

Immutable

Portable Lightweight

Incremental

Versionned/taggedDisposable

Page 6: Docker cloud hybridation & orchestration

@adrienblind @lpiotPlease twit us on #experiences !

Topology & orchestration

App 3

App 2

App 1

X64/WIN X64/LINUX ARM/LINUX

An app is made of several atomic containers

Compose, Stack & Service enable to manage topologies of containers accross a logical cluster of nodes

Docker supports ARM & Windows Third-part assets may be handled

artificially through abassador containers

Page 7: Docker cloud hybridation & orchestration

@adrienblind @lpiotPlease twit us on #experiences !

Span a cluster over providers

Directly over Internet ;) Swarm mode secures interactions between its nodes (TLS mutual auth, authz, & encryption) Overlay network trafic may be encrypted across nodes too (use switch --opt encrypted at creation time, enabling

use of IPSEC tunnels / 12h rotating keys) However, you may wish to interconnect your DC and cloud nodes through dedicated

network connections (ex. Intercloud) , VPNs…

Page 8: Docker cloud hybridation & orchestration

@adrienblind @lpiotPlease twit us on #experiences !

Scale the application through docker service replicas

Scale the swarm cluster capacity leveraging on docker-machine

Scale up, scale down

BEWARE OFAPP ARCHI !

Page 9: Docker cloud hybridation & orchestration

Adrien BlindDevOps Coach@adrienblind

Ludovic Piot, OxalideConseil, architecture, DevOps@lpiot

Demo

Page 10: Docker cloud hybridation & orchestration

@adrienblind @lpiotPlease twit us on #experiences !

Demo’s architecture

Raspberry(ARM)

Win 2016SWARMCLUSTER

Load injector (Apache AB) IIS Website MySQL Backend Overlay network

LinuxX86_64

LinuxX86_64

LinuxX86_64

LinuxX86_64

LinuxX86_64

INTERNET

REDIS

Page 11: Docker cloud hybridation & orchestration

@adrienblind @lpiotPlease twit us on #experiences !

A real, hybrid clusterARM/Linux

x86_64/Linux

x86_64/Winx86_64/Linux

Page 12: Docker cloud hybridation & orchestration

@adrienblind @lpiotPlease twit us on #experiences !

Spawning docker services

Page 13: Docker cloud hybridation & orchestration

@adrienblind @lpiotPlease twit us on #experiences !

Scale the app up & down

Page 14: Docker cloud hybridation & orchestration

Adrien BlindDevOps Coach@adrienblind

Ludovic Piot, OxalideConseil, architecture, DevOps@lpiot

Conclusion

Page 15: Docker cloud hybridation & orchestration

@adrienblind @lpiotPlease twit us on #experiences !

Docker offers a nice opportunity to create an abstraction layer to facilitate transition to the cloud

Hybridation facilitates composite orchestration when it’ll be fully operational

Conclusion

Page 16: Docker cloud hybridation & orchestration

@adrienblind @lpiotPlease twit us on #experiences !

Step 1 Shift to docker packaging pardigmes Start deploying your apps through docker (trough CD pipelines

for instance) Step 2

Shift to dynamic orchestration: swarm cluster handles container deployments over the cluster, ensures desired instances are up, etc.

Step 3 Extend your local own cluster to third-part vendors

Step 4 Shift to self-healing clusters (autoscaling nodes for instance)

Plan your migration

Page 17: Docker cloud hybridation & orchestration

Adrien BlindDevOps Coach@adrienblind

Ludovic Piot, OxalideConseil, architecture, DevOps@lpiot

Thank you!