Martin Ahrer

Thinking outside the box

0001-01-01 1 min read
Start nomad server and client agents
nomad agent -config server.hcl
nomad agent -config client1.hcl
nomad agent -config client2.hcl
nomad agent -config client3.hcl
open http://localhost:4646

The agents have no explicit consul configuration. So in case consul is running with default settings, nomad will connect using the defaults (https://www.nomadproject.io/docs/configuration/consul).