Sign inSign up

dmportella/golangweb

By dmportella

Updated over 10 years ago

Simple golang site with a status route for simulating web site failure.

Image
0

2.6K

dmportella/golangweb repository overview

Golang Web

Simple golang site with route to simulate site failure.

Built for testing kubernetes and rancher instances.

Repository at: https://github.com/dmportella/kubernetes-docker-golang

Normal route

Web site should be available on port 8080.

Health check
GET /__health
{
version: "1.0.0",
status: "OK"
}
routes
  • Health check url.: /__health/
  • Set to throw 500: /__health/throw500
  • Set to time out: /__health/timeout
  • Set kill the process: /__health/killprocess

Tag summary

Content type

Image

Digest

Size

67 MB

Last updated

over 10 years ago

docker pull dmportella/golangweb