MatthiasScholz / cos

Basic Cluster Orchestration Setup
GNU Lesser General Public License v3.0
34 stars 11 forks source link

.NEW advanced devmode to avoid localhost limitation #55

Closed MatthiasScholz closed 5 years ago

MatthiasScholz commented 5 years ago

Overview

The nomad included dev mode limits the usage of the agent to localhost only access.

To hence the versatility of the local nomad setup an "advanced" mode is introduced. It basically consists of a local setup of a nomad server and client node.

DRAWBACK

Because the host ip address now has to be used configurations the host ip address has to be introduced at several points:

Refactoring

The "simple" dev mode description now moved from the jobs folder readme into the examples/devmodedirectory readme. This includes the nomad job file for the local docker registry setup.