An open API service indexing awesome lists of open source software.

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

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.