/nomad-bootstrap

If you want to setup a sample nomad cluster to check for what nomad can do, this is for you

Primary LanguageRuby

This is a template for you to explore Nomad

If you want to setup a sample nomad cluster to check for what nomad can do, this is for you

Prerequisites

Usage

After you clone this repository, first step is to start the servers

run nomad server

Take a cup of coffee!
And that's it! you now have a nomad federation cluster like this

nomad federation cluster

Open this link in your browser to see nomad cluster: http://10.0.0.10:4646/ui/servers/

nomad status

Deploy your first job

I makes some sample job in jobs folder so you can try to deploy them or create a new job by yourself

nomad job run jobs/us-east-job.nomad

nomad job