Files
hello-gin/README.md
Kaarel 89914ce2ba
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Add
2026-02-16 11:36:00 +02:00

20 lines
420 B
Markdown

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