Simple HTTP/HTTPS health probe tool for Docker and Kubernetes health checks.
# Download (linux amd64, see Downloads for other builds)
curl -o httpprobe -O -L https://github.com/cloudfra/httpprobe/releases/download/v0.1.0/httpprobe-amd64; chmod +x httpprobe
# Host the current directory.
./httpprobe
Features
Zero-config required, hosts on port 80 or 8080 based on root and supports Cloud9's $PORT variable.
HTTP and HTTPs serving
Automatic HTTPs certificate generation
Optional configuration by flags or YAML config file.