Where I work, we use a repo-per-namespace setup and so it often happens that I want to restart all pods and deployments in a single Kubernetes namespace. Maybe I want to see the startup logs, maybe I want to shut down production for a few seconds, don’t question my motives.

Related Articles