mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
1.2 KiB
1.2 KiB
layout, page_title, sidebar_current, description
| layout | page_title | sidebar_current | description |
|---|---|---|---|
| guides | Advanced Scheduling Features | guides-advanced-scheduling | Introduce advanced scheduling features including affinity and spread. |
Advanced Scheduling with Nomad
The Nomad scheduler uses a bin packing algorithm to optimize the resource utilization and density of applications in your Nomad cluster. Nomad 0.9 adds new features to allow operators more fine-grained control over allocation placement. This enables use cases similar to the following:
-
Expressing preference for a certain class of nodes for a specific application via the affinity stanza.
-
Spreading allocations across a datacenter, rack or any other node attribute or metadata with the spread stanza.
Please refer to the guides below for using affinity and spread in Nomad 0.9.