💭 How to Restart All Pods in a Kubernetes Namespace | Boot.dev ============================================================== !https://blog.boot.dev/open-source/how-to-restart-all-pods-in-a-kubernetes-namespace/ Date: April 25, 2024 https://blog.boot.dev/devops/how-to-restart-all-pods-in-a-kubernetes-namespace/ blog.boot.dev [1] As of kubernetes 1.15 there is an easy way to restart all pods in a deployment. ``` bash kubectl -n {NAMESPACE} rollout restart deploy ``` Thanks Lane give him a follow [@wagslane](https://twitter.com/wagslane) !!! note This post is a thought [2]. It's a short note that I make about someone else's content online #thoughts [3] References: [1]: https://blog.boot.dev/open-source/how-to-restart-all-pods-in-a-kubernetes-namespace/ [2]: /thoughts/ [3]: /tags/thoughts/