This is simple yet powerful example of Caller and Response service via REST API. Caller service send it's Pod Name and Zone info to response service and Response service also prints out it's own Pod name and Zone info and transfer everything back to Caller service.
This example is useful for service to service communication and Enabling Zone Aware Routing which we will implement using these service.
Usage of respective services can be found here.