Kubernetes Debugging
Some quick notes on how to debug containers in Kubernetes
A Web Developer’s Blog
Some quick notes on how to debug containers in Kubernetes
I’m running Next.js apps in production using Kubernetes - and I’ve inherited some setup that I didn’t fully understand so I’ve been investigating what is going on with environment variables.
My inherited system used a build per environment and bakes in configuration at that point.
I dislike this because …