https://github.com/codemowers/hello-gin
Hello cloud native Gin
https://github.com/codemowers/hello-gin
docker go kubernetes skaffold
Last synced: 6 months ago
JSON representation
Hello cloud native Gin
- Host: GitHub
- URL: https://github.com/codemowers/hello-gin
- Owner: codemowers
- Created: 2023-02-23T07:33:25.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-22T13:28:45.000Z (almost 2 years ago)
- Last Synced: 2026-01-17T02:16:26.377Z (6 months ago)
- Topics: docker, go, kubernetes, skaffold
- Language: Go
- Homepage: https://dashboard.codemowers.eu/
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello cloud native Gin
Cloud native example of [Gin web framework](https://gin-gonic.com/)
* Includes Prometheus metrics middleware and endpoint
* Builds statically linked binary for minimized Docker image footprint
## Usage
Building and running locally:
```
docker-compose up --build
```
Proceed to open up http://localhost:8000
For Skaffold usage substitute `foobar` in `deployment.yaml` with your username.