In our last blog, we explained how to handlerolling deployments of Rails applications with no downtime. In this article we will walk you throughhow to handle graceful shutdown of processes in Kubernetes. This post assumes that you have basic understanding ofKubernetesterms likepodsanddeployments. ProblemWhen we deploy Rails applications on kubernetesit stops existing pods and spins up new ones.Whe
