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

Docker Swarm Overview

Jan 10, 2017

Download

Technology

David Strebel
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
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.