APP_ENV
production
AWS Dynamic Website Test
This page is built by a Node.js process on every request. Values below come from runtime env vars — change them in Kubernetes and restart the pod; no image rebuild needed.
production
Hello from Kubernetes runtime env
https://api.myapp.com
Visit count for this pod process: 16 (increments on each page load — proves the server is computing, not serving a fixed file).
Static site: nginx returns the same index.html every time. Dynamic site: Node reads process.env and builds HTML/JSON per request.