Search code examples
microservices

Microservice dependency manager tools


Is there a tool available to manage the microservice dependency. For eg:- If there are service like Inventory service, Catalog service and identity service which together constitute product service.

Is there a visual tool which can map all the dependency and if any of the service is getting changed it should show what all other service is going to be effected by this.


Solution

  • While this questions was posted some years ago, there is now an open source tool called Ortelius.io that does microservice dependency mapping across clusters. It tracks and versions 'logical' views of the application, and shows what apps are dependent upon what services. Tracks this across all clusters with a full versioning engine.

    https://github.com/ortelius/ortelius