Skip to content

DockbitExamples/kubernetes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages