Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 671 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 671 Bytes

Service Mesh with gRPC & nginx

Service Mesh with gRPC & nginx architecture diagram

Demonstration

Build and Connect Demonstration

Requirements

  • Docker 20.10.8
  • go 1.15.6
  • libprotoc 3.14.0

Quick Start

Run Containerized API Server (Exec by Terminal No.1)

$ chmod +x certificates.sh
$ ./certificates.sh
$ docker-compose up --build

Request from Client (Exec by Terminal No.2)

$ chmod +x client/request.sh
$ client/request.sh

Clean Up

Terminate Containerized API Server (Exec by Terminal No.2 or others)

$ docker-compose down