K8sDeputy v0.1.5
This release adds a "supervisor" shell script that can be used to terminate applications that are using K8sDeputy.graceful_terminator
on SIGTERM. This is suitable to be used as the entrypoint of a Docker container and removes the need for K8s prestop hooks for handling shutdown.
Merged pull requests:
- Add a supervisor harness that intercepts SIGTERM (#16) (@kleinschmidt)