Skip to content

Working implemetation of service mesh, using Consul and Envoy

Notifications You must be signed in to change notification settings

tacbliw/service-mesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

service-mesh

An working implementation of service mesh based on Consul and Envoy.

Getting started

Requirements

This demo use docker and docker-compose.

apt install docker.io docker-compose

Running the project

Use docker-compose to run the project.

docker-compose up --build

Scaling

You can horizontally scale the services. The scaling is currently done by using docker-compose

docker-compose up --build --scale <service-name>=<num-of-instances> --scale <service-name>=<num-of-instances> ...

Reference

About

Working implemetation of service mesh, using Consul and Envoy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published