MatthiasScholz / cos

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

Every container is accessible over ingress ALB #12

Open ThomasObenaus opened 6 years ago

ThomasObenaus commented 6 years ago

All traffic on ingress ALB is routed to the services subnet on the public-services data-center. There on each node runs fabio. Currently fabio is able to route the traffic to every location inside the vpc and will do as soon as a job registers itself at consul using the tagging-mechanism.

For example prometheus is running o the backoffice nodes. Fabio will route the traffic to them since prometheus currently registers at consul using the tagging-mechanism.

MatthiasScholz commented 3 years ago

Should be solvable using Consul Service Mesh.