Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.22 KB

File metadata and controls

26 lines (20 loc) · 1.22 KB

Module 16 — Docker Swarm

Previous: Module 15 — Docker on Windows with WSL2 | Next: Module 17 — Kubernetes Intro

What you learn

  • You explain why orchestration exists and how Swarm mode works.
  • You initialize a swarm, deploy services, and scale replicas.
  • You use overlay networks, secrets, configs, and stacks.
  • You compare Swarm with Kubernetes and know Swarm limits.

Prerequisites

  • You finish Module 15 (or Module 07–08 if you skip Windows-specific modules).
  • You understand networks, Compose, and services from earlier modules.

Estimated time

  • 90–120 minutes

Files in this module

File Purpose
notes.md Swarm concepts, services, stacks, rolling updates
examples/single-node-swarm-demo.md Step-by-step local swarm walkthrough
examples/swarm-stack.yaml Compose file for docker stack deploy
exercises.md Hands-on Swarm exercises

Previous: Module 15 — Docker on Windows with WSL2 | Next: Module 17 — Kubernetes Intro