Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 516 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 516 Bytes

Kubernetes Deployment Examples

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.