This commit is contained in:
2026-02-16 11:34:37 +02:00
parent 07fc843128
commit 5f26edba54
10 changed files with 1007 additions and 2 deletions

View File

@@ -1,2 +1,19 @@
---
AA
# 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.