Skip to content

jarifibrahim/golang-health-check

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Golang Health Check

A booster demonstrating health checks and recovery using the kubernetes/openshift liveliness and readiness probes.

How to run

The project uses openshift s2i to build docker image. Run the following command to build the docker image

s2i build . centos/go-toolset-7-centos7:latest golang-health-check-app

To start the web service, run

docker run -p 8080:8080 golang-health-check-app

The web service should now be accessible on http://localhost:8080

About

Booster demonstrating health checks and recovery

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • HTML 75.8%
  • Go 15.5%
  • Shell 8.7%