1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-10 01:46:55 +00:00
kyverno/vendor/k8s.io/kubernetes/test/images/echoserver
2019-10-23 23:19:53 -07:00
..
BASEIMAGE update vendor 2019-10-23 23:19:53 -07:00
BUILD update vendor 2019-10-23 23:19:53 -07:00
Dockerfile update vendor 2019-10-23 23:19:53 -07:00
nginx.conf update vendor 2019-10-23 23:19:53 -07:00
README.md update vendor 2019-10-23 23:19:53 -07:00
run.sh update vendor 2019-10-23 23:19:53 -07:00
template.lua update vendor 2019-10-23 23:19:53 -07:00
VERSION update vendor 2019-10-23 23:19:53 -07:00

Echoserver

This is a simple server that responds with the http headers it received.

Image Versions >= 1.10 support HTTP2 on :8443. Image Versions >= 1.9 expose HTTPS endpoint on :8443. Image versions >= 1.4 removes the redirect introduced in 1.3. Image versions >= 1.3 redirect requests on :80 with X-Forwarded-Proto: http to :443. Image versions > 1.0 run an nginx server, and implement the echoserver using lua in the nginx config. Image versions <= 1.0 run a python http server instead of nginx, and don't redirect any requests.