docker swarm overview

Post on 10-Jan-2017

97 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

• All Day Container Conference

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

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

Without Swarm

Docker

CLI

Docker

CLI

Docker

CLI

What Is Swarm?

Docker

CLI

Docker

CLISwarm

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

Swarm Improvements

Swarm Mode Concepts

Master nodes Worker nodes

Node

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

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

© 2015 Microsoft Corporation. All rights reserved.

top related