Skip to content

emmandev/learning-envoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Learning Envoy as a Communication Mesh between microservices.

  • Service Discovery
  • Load Balancing
  • Observability
  • Authentication and Authorization
  • gRPC
  • Circuit Breaker

Requirements

  • Docker
  • Docker Compose
  • Nodejs

Getting Started

Start our microservices by running docker compose.

docker-compose up -d

The Gateway service should now be running in localhost:3000, Service A in localhost:3001, and Service B in localhost:3002.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published