/nomad-base-services

common cloud services setup like logging, metrics and tracing

Primary LanguageMakefile

Consul, Nomad and OPS services

This is a local setup, for demo purposes, of Consul and Nomad with current cloud services.

This is supposed to be used with my systemd-nomad.

Features

Runing elasticsearch (or any db) in the orchestrated cluster is not ideal and it is done here only for demonstration.

Running

To install consul, nomad, levant (a tool to easier deploy to nomad) and weave:

make install

To start all in dev mode:

make start

To run all services:

make deploy-all

To run a single service:

make deploy JOB=services/service_name.nomad

Acessing

Important links:

  • Consul at [http://localhost:8500]
  • Nomad at [http://localhost:4646]
  • Weave at [http://localhost:4040]
  • Traefik admin at [http://localhost:8080]
  • Grafana at [http://localhost/grafana]
  • Jaeger at [http://localhost/jaeger]

License

MIT