|
|
|
|
|
by JoosToopit
734 days ago
|
|
My process connects to, say, Postgres. What's going to happen to that connection upon restore? Does crik guarantee the order of events (saving a checkpoint should be followed by killing the old process/pod, which should be followed by a restoration - the order of these 3 events is strict) and given that criu can checkpoint and restore sockets state correctly - how does that work for kubernetes? The new pod will have a different IP. |
|