Skip to content

common cloud services setup like logging, metrics and tracing

Notifications You must be signed in to change notification settings

diogok/nomad-base-services

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published