This repository offers a simplistic Go app along with resources useful for deploying the app to Kubernetes.
The Go application exposes 2 endpoints:
/health
: Responds with HTTP 200, useful for talking to Kubernetes Readiness Probes./version
: Exposes the version number of the application, which is set as a constant.