Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-06T06:13:50.000Z (over 3 years ago)
- Last Synced: 2024-06-19T21:57:57.710Z (7 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`