Introduction to Docker Swarm Mode
Hosted online at: https://cgoeller.github.io/docker-swarm-mode-slides
To create a PDF printout:
- Open https://cgoeller.github.io/docker-swarm-mode-slides?print-pdf in Chrome
- Open the in-browser print dialog (CTRL/CMD+P).
- Change the Destination setting to Save as PDF.
- Change the Layout to Landscape.
- Change the Margins to None.
- Enable the Background graphics option.
- Click save.
The presentation was created using reveal.js
- a tool for what ?
- difference to plain docker
- facts: version, release cycle, license
- legacy docker swarm
- similar products - kubernetes, mesos, rancher
- needed knowledge / infrastructure / stuff
- features
- nodes
- service
- task
- routing mesh
- load balancing
- overlay networks
- service discovery - dns names
- stacks
- secrets
- configs
- docker compose file
- healthchecks
- rolling updates
- scaling
- under the hood - raft protocol / consensus
- how to setup
- docker swarm
- docker node
- docker stack deploy / ls
- docker service ls / ps
- cons
- persistence story
- host pinning
- stability / bugs
- example
- ansible / vagrant generated swarm
- tools
- portainer
- traefik
- commercial docker enterprise
- advice
- number of master / slave nodes
- do and don't
- links