https://github.com/eftakhairul/go-hello-world
A hello world GO app docker image for testing container and kubernates.
https://github.com/eftakhairul/go-hello-world
Last synced: 3 months ago
JSON representation
A hello world GO app docker image for testing container and kubernates.
- Host: GitHub
- URL: https://github.com/eftakhairul/go-hello-world
- Owner: eftakhairul
- License: mit
- Created: 2021-08-05T19:57:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T06:13:50.000Z (almost 4 years ago)
- Last Synced: 2025-01-27T08:43:42.193Z (5 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-hello-world
A GO hello-world app docker image for testing container, kubernate and other cloud infrastucture.The app run on port: `8080`. It exposes following endpoints:
- `/` returns {"okay": true} with HTTP 200
- `/health` returns only HTTP 200
- `/health/ready` returns only HTTP 200
- `/health/live` returns only HTTP 200Run me: `docker run --rm eftakhairul/go-hello-world`
In local, build me: `docker build --no-cache -t eftakhairul/go-hello-world:latest`