Instalation
Nomad is a single binary. To install in a linux system there is two options
- Use the repository (for example in Ubuntu, more here)
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add - sudo apt-add-repository "deb [arch=amd64] https://apt.releases.hashicorp.com $(lsb_release -cs) main" sudo apt-get update && sudo apt-get install nomad
-
Dowload the binary, unzip it and move it to the path.
Afterwards use this command to test it:
nomad --help
dev
mode
Agent runs as both server and client NOT TO BE USED IN PRODUCTION (data is in memory)
nomad agent -dev
UI
- Nomad has a web UI, exposed in port
4646
- Clients and servers can be seen
- Run and view jobs