Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gastaldi/flimsy-oven

Generated by the Red Hat Developer Launcher (https://developers.redhat.com/launch)
https://github.com/gastaldi/flimsy-oven

Last synced: 5 days ago
JSON representation

Generated by the Red Hat Developer Launcher (https://developers.redhat.com/launch)

Awesome Lists containing this project

README

        

# 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`