Echo-server is a tiny HTTP server for test purpose in K8s.
/ echo full request back to body, use the query parameter code to configure the response code, and use the query parameter duration to configure the handling duration. For example, curl -i '127.1:8080/?code=500&duration=2s'.