A quickly dockerized version of http-echo-server that you can deploy to k8s clusters or run through docker. I built it for debugging and figured I'd push it up. You can use my image if you want:
docker run freedomben/http-echo-serverIf you need to change the port number, you can override the CMD or modify the
Dockerfile (the former being easiest IMHO). If you want to send a pull request
to accept the port as an arg, I'll merge it.