Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 615 Bytes

File metadata and controls

22 lines (15 loc) · 615 Bytes

Load Balancing Sample

Projects

Name Role Ports Paths Notes
LBProxy Yarp Proxy 5000 (Host) /items Path matching health checks
LBItemsApi Items API 5000 (internal), 5001 (local) /api/items Health checks

Running the demo

Run demo with docker compose

docker compose up --build -d

Shut down docker compose containers

docker compose down