Tiny zero-dependency Node.js app that displays pod info — great for Kubernetes workshops & demos.
376
A deliberately minimal, dependency-free Node.js web app for teaching and demoing how Kubernetes works.
On the root path (/) it renders a page showing:
X-Forwarded-For header/ — HTML dashboard/api — same data as JSON/health — liveness probe/ready — readiness probedocker run -p 8080:8080 netgrif/podinfo:latest
Then open http://localhost:8080
Designed to be run with the Downward API injecting POD_NAME, POD_IP, POD_NAMESPACE, POD_UID, POD_SERVICE_ACCOUNT, and NODE_NAME as environment variables.
Great for demonstrating: load balancing, ConfigMaps/Secrets as env vars, rolling updates, self-healing, readiness vs. liveness probes, and Horizontal Pod Autoscaling.
Content type
Image
Digest
sha256:edb24f604…
Size
55 MB
Last updated
about 2 months ago
docker pull netgrif/podinfo