For normal web application, we don't care about state. But for a websocket application, it's state is necessary between each pods.<p>Because of k8s has proStop hook, so it can be handled before it terminated.
There are some deployment methods about k8s:<p>rolling update /
canary /
blue green<p>Which one the best to the above use case?