Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mhutter/podinfo
- Owner: mhutter
- License: mit
- Created: 2019-08-13T13:26:40.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-25T11:43:38.000Z (over 2 years ago)
- Last Synced: 2024-06-21T08:18:50.652Z (6 months ago)
- Language: Go
- Homepage: https://quay.io/repository/mhutter/podinfo
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
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]