Skip to content

Sidecar pattern implementation using Envoy & Micronaut

Notifications You must be signed in to change notification settings

keuller/envoy-sidecar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microservices Sidecar Pattern Demo

This project try to demonstrate Sidecar Pattern with Envoy.

Building Application Package:

$ mvn clean compile package

Building Docker Image:

$ docker build . -t sidecar-envoy

Running Docker:

$ docker run --rm --name=envoy -p 9000:9000 -p 9001:9001 sidecar-envoy

About

Sidecar pattern implementation using Envoy & Micronaut

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published