helm-charts
helm-charts copied to clipboard
Investigate using `preStop` hooks
K8s supports preStop lifecycle hooks to graceful exit applications. This might be nice for workers running jobs to wait before termination.
https://kubernetes.io/docs/tasks/configure-pod-container/attach-handler-lifecycle-event/