Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 641 Bytes

File metadata and controls

24 lines (16 loc) · 641 Bytes

Envoy

Authors: Filip Kitka, Mateusz Furga, Norbert Morawski, Łukasz Wala

Group: 6 (Thursday 13:15) | Year: 2024

Case study

Case study concept image

Case study PDF

Service mesh setup

In main repo dir run:

  • Build & deploy: docker compose up --build -d,
  • Verify: ./test.sh.

Scaling test:

  • docker compose scale http-service-1-envoy=3,
  • docker compose scale grpc-service-1-envoy=3,
  • observe IP address change during multiple ./test.sh runs.

Stats

The visualization of metrics is available on http://localhost:3000.