github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/tools/autoscaling/plugins/strategy/index.mdx (about) 1 --- 2 layout: docs 3 page_title: 'Autoscaling Plugins: Strategy' 4 description: Strategy plugins compare the current state of the system against the desired state. 5 --- 6 7 # Strategy Plugins 8 9 Strategy plugins compare the current state of the system against the desired state 10 defined by the operator in the scaling policy and generate an action that will 11 bring the system closer to the desired state. In practical terms, strategies 12 receive the current value and a metric value for a resource and output what the 13 new value should be.