docker swarm overview

11
All Day Container Conference Vendors and Customers Lightning Talks Any other Suggestions? Talk Tracks?

Upload: david-strebel

Post on 10-Jan-2017

97 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Docker Swarm Overview

• All Day Container Conference

• Vendors and Customers• Lightning Talks• Any other Suggestions?• Talk Tracks?

Page 2: Docker Swarm Overview

Docker Swarm Overview

Dave StrebelCloud Technical Specialist

Microsoft @HybridCloud_Guy

blogs.technet.com/hybridguy

About Me:• Mixture of infrastructure and app\dev• Love technology and beer• Open Source Fan Boy, Microsoft Lover• Docker Meetup Organizer

#MSPDocker

Page 3: Docker Swarm Overview

Without Swarm

Docker

CLI

Docker

CLI

Docker

CLI

Page 4: Docker Swarm Overview

What Is Swarm?

Docker

CLI

Docker

CLISwarm

Page 5: Docker Swarm Overview

Secure by default Automated key rotation No key value store required Native load balancing Rolling updates Health checks

Swarm Improvements

Page 6: Docker Swarm Overview

Swarm Mode Concepts

Page 7: Docker Swarm Overview

Master nodes Worker nodes

Node

Page 8: Docker Swarm Overview

A service is the definition of the tasks to execute on the worker nodes.

A task carries a Docker container and the commands to run inside the container.

Services and Task

Page 9: Docker Swarm Overview

A service is the definition of the tasks to execute on the worker nodes.

A task carries a Docker container and the commands to run inside the container.

Services and Task

Page 10: Docker Swarm Overview
Page 11: Docker Swarm Overview

© 2015 Microsoft Corporation. All rights reserved.