Httpproxy test image
This directory contains the test image used in the e2e test to verify service-to-service call within cluster.
The image contains a simple Go webserver, httproxy.go
, that will, by default, listen on port 8080
and expose a service at /
.
When called, the proxy server redirects request to the target server.
To use this image, users need to first set the host of the target server that the proxy redirects request to by setting environment variable TARGET_HOST
.
Building
For details about building and adding new images, see the section about test
images.