[16:41:40] happy Friday, all [16:41:45] I learned a very cool k8s trick yesterday [16:41:58] let's say you have a single misbehaving pod in a deployment [16:42:55] ideally you'd like to 'set it aside' to inspect it with debug tools, while also taking it out of the live traffic flow, and maybe also making sure it doesn't get restarted by a deploy [16:43:27] you can just edit the labels on the pod that associate it with the deployment+service