SergeyIvanov87 / Code-Metric-Visualizer-Platform

Docker image for `pmccabe_visualizer`
9 stars 0 forks source link

Each service expose dependencies like service names an their API which it depends on #66

Open SergeyIvanov87 opened 2 days ago

SergeyIvanov87 commented 2 days ago

Allow us to implement service grid later. Having those exact dependencies will allow us to inject an another sidecar container, which will consume those dependencies and initiate a special routine like "service-discovery". This special magic is supposed to find a services on a grid which an initial service depends on, so that we could connect different services together event if they requires shared volumes to connect and presumed to be located on a same host

When each service exposes its dependencies it makes things easier to control & troubleshoot additionally.