go-hello is a simple http web server with multiple endpoints for testing purposes.
/
/echo
/host
/healthz
/wait?ms=400
It is built using a Distroless container image, via GitHub Actions, and made available publicly via GitHub Container Registry at ghcr.io/asw101/go-hello:latest.
Helper bash scripts are available under build/.
Kubernetes manifests for deployment to Kubernetes are available under deploy/.