https://github.com/mhutter/podinfo
App that returns some info about the pod it is running in
https://github.com/mhutter/podinfo
Last synced: over 1 year 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 (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-08-12T16:42:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T02:24:50.612Z (over 1 year ago)
- Language: Go
- Homepage: https://quay.io/repository/mhutter/podinfo
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
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]