Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mhutter/podinfo

App that returns some info about the pod it is running in
https://github.com/mhutter/podinfo

Last synced: 25 days ago
JSON representation

App that returns some info about the pod it is running in

Awesome Lists containing this project

README

        

= podinfo

image:https://quay.io/repository/mhutter/podinfo/status["Docker Repository on Quay", link="https://quay.io/repository/mhutter/podinfo"]

App that returns some info about the pod it is running in.

== Developing

I recommend using https://github.com/codegangsta/gin[gin] for livereload during development:

gin --build cmd/server

To make sure everything builds as expected, use `make server` to build the
binary locally and `make image` to build the docker image.

== License

MIT (see link:LICENSE[LICENSE])

---
> https://hutter.io/[Manuel Hutter] -
> GitHub https://github.com/mhutter[@mhutter] -
> Twitter https://twitter.com/dratir[@dratir]