/EspressoShop

Sample application composed of 3 microservices showing Kubernetes and Istio Service Mesh

Primary LanguageC#MIT LicenseMIT

EspressoShop

This repository holds an example composed of the following microservices:

  • Web - ASP.Net Core MVC microservice that aggregate data from both ProductCatalog and Reviews services
  • ProductCatalog - ASP.Net Core microservice that contains all the product information exposing via RESTful APIs
  • Reviews - ASP.Net Core microservice that contains all the reviews for the products exposing via RESTful APIs