revocengiz / EspressoShop

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:C# 67.2%Language:HTML 24.5%Language:Dockerfile 4.1%Language:Shell 2.0%Language:PowerShell 0.9%Language:CSS 0.7%Language:JavaScript 0.5%