Skip to content

Containerized Service Mesh using nginx as the reverse proxy with gRPC as the network protocol

Notifications You must be signed in to change notification settings

ogi-iii/service-mesh-with-grpc-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Containerized Service Mesh using nginx as the reverse proxy with gRPC as the network protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published