Simple httpd healthcheck to use with Istio ingressgateway AWS elastic load balancer
1.6K
It is a simple httpd healthcheck that I use with Istio ingressgateway AWS elastic load balancer.
Apache is configured to bind to port 10001.
See GitHub project page for details.
This image only contains Apache httpd with the defaults from upstream. There is no PHP installed.
docker run -d -p 8080:10001 lisenet/httpd-healthcheck:1.0.0
Visit http://localhost:8080 and you will see "httpd-healthcheck".
Content type
Image
Digest
sha256:54130e293…
Size
43.1 MB
Last updated
8 months ago
docker pull lisenet/httpd-healthcheck