- Containers in OpenStack
- Pradeep Kumar Singh Madhuri Kumari
- 62字
- 2021-07-02 21:17:27
Scheduler
The Swarm scheduler schedules the tasks on different nodes in the system. Docker Swarm comes with many built-in scheduling strategies that gives users the ability to guide container placement on nodes in order to maximize or minimize the task distribution across the cluster. The random strategy is also supported by Swarm. It chooses a random node to place the task on.