> ## Documentation Index
> Fetch the complete documentation index at: https://docs.airon.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Nomad Autoscaler Plugin

> Enable automatic scaling of your Nomad workloads with Airon's autoscaler plugin

<Info>
  **Early Access**: This plugin is available as an early access feature. We're actively gathering feedback to improve functionality and stability.
</Info>

# Nomad Autoscaler Plugin

Airon provides a Nomad Autoscaler plugin that enables automatic scaling of your Nomad workloads based on resource utilization and demand. This plugin allows you to scale your Nomad cluster clients by creating and destroying bare-metal machines.

## Installation

To install the Airon Nomad Autoscaler plugin:

1. Download the [nomad-airon-autoscaler plugin](https://github.com/aironai/nomad-airon-autoscaler) binary
2. Place the binary in your Nomad Autoscaler plugin directory
3. Configure the plugin in your Nomad Autoscaler configuration

## Configuration

Add the plugin configuration to your Nomad Autoscaler config file:

```hcl
target "airon" {
  driver = "airon"
  config = {
    auth_url    = "https://auth.airon.ai"
    username    = "username"
    password    = "supersecurepassword"
    domain_name = "mydomain"
    project_id  = "424frwdfsd3456tsdfs2"
  }
}
```
