Service is the definition of the tasks to execute on the worker nodes. It is the central structure of the swarm system and the primary root of user interaction with the swarm. When you create a service, you specify which container image to use and which commands to execute inside running containers.
This video covers the following topics on SWARM :
Swarm Service modes
Scale up/down the service
Manage the services