|
|
|
|
|
by egze
1312 days ago
|
|
Just to make it clear: you don't have to write stateful apps, just because you can. It's still possible to have the more traditional stateless model like Rails. If you do write a stateful app, and run it in k8s, you can have state handover to a newly created pod. It works pretty well. |
|
As for state handover between pods - what are the keywords to look for ?