[K8s] Signals and the “kubectl delete” command
Copy at: https://www.acritelli.com/blog/kubectl-delete-sigkill/ Some colleagues and I were recently implementing a Chaos Monkey style test against a Kubernetes deployment. The goal was to forcibly kill an application to understand how it behaved. Specifically, we were looking to see if the application engaged in some atomic I/O operations that were safe, even if they ungracefully terminated while data…
Read More “[K8s] Signals and the “kubectl delete” command” »