ansrivas / traefikv2-nomad-consul

Very simple project to show running traefik-v2 with consulcatalog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Launch nomad agent -dev
  2. Launch consul agent -dev
  3. Launch traefik --config=./traefik.toml
  4. Run nomad job plan go-deploy.nomad
  5. This should register the application in consul and hence traefik will create a route for this
  6. Run `curl -i http://localhost:9091/production/rec/go-deploy/blah

About

Very simple project to show running traefik-v2 with consulcatalog


Languages

Language:Go 84.0%Language:Dockerfile 11.6%Language:Shell 4.4%