user_map
that will route external requests from /user/
to the usersvc
running in Kubernetes.
curl -XPOST -H "Content-Type: application/json" \
-d '{ "prefix": "/user/", "service": "usersvc" }' \
http://localhost:8888/ambassador/mapping/user_map
curl http://localhost:8000/user/
Ambassador is sponsored by Project Blackbird, helping you deploy microservices on Kubernetes in AWS