The behavior of Helm Chart defined postStart hook on a container when the container dies The behavior of Helm Chart defined postStart hook on a container when the container dies kubernetes kubernetes

The behavior of Helm Chart defined postStart hook on a container when the container dies


postStart and preStop are container lifecycle events so as long as your deployment configuration is not changed, those hooks will be called in each restart.