Skip to content

Nomad Tab

The Nomad tab lists the routes Traefik discovered through its HashiCorp Nomad provider.

What it shows

  • One card per route: status, name, rule, protocol, TLS state, service, entry points, middlewares
  • Summary strip: route counts per protocol, plus any route not serving
  • Middlewares from the Nomad provider, listed under the routes
  • Search, protocol filter, refresh

Click a card for its detail panel.

Routes are read-only - edit them via your Nomad job definitions.

Enabling the tab

WherePath
Setup wizardMonitoring step → Provider tabs → Nomad
LaterSettings → Route Monitoring → Nomad

Requirements

Traefik must be configured with the Nomad provider in your traefik.yml:

yaml
providers:
  nomad:
    endpoint:
      address: "http://localhost:4646"

No mounts into traefik-manager needed - data comes live from the Traefik API.