static nginx route config
This is (or similar) is the URL layout: https://nomad-lab.eu/dev/rae/my-oasis/north/container/1
.
Here, 1
and my-oasis
can vary. Remember the traffic first goes into the nomad oasis gui container (just an nginx) and from there via "static rules" to the target docker machine (i.e. nomad-utils
). This oasis gui container needs to get the "static rules".
-
use nginx in a local dev setting to figure our the basic route config -
confirm this on nomad-utils via http://nomad-eu/dev/north
(after #9 (closed)) -
add a few test routes to the gui-deployment helm template. -
use the helm templates to generate a configurable number of these routes (helm templates are basically go scripts). The same config can be picked up by the north api.
Edited by Markus Scheidgen