Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 262 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 262 Bytes

Linkerd as a Http proxy

Setup app

Start your app, my application is running on 9081 port.

Start container

./start.sh

Test

export http_proxy=http://127.0.0.1:8080
curl -s http://api/

# your will see the output written by your service.