"Stateful things scale vertically, stateless things scale horizontally", is this the idea that Googlers are using for designing kubernets?
Thanks
--
You received this message because you are subscribed to the Google Groups "kubernetes-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-de...@googlegroups.com.
To post to this group, send email to kuberne...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/28fe04c4-06df-49a3-ab68-ab422c183098%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/CAO_RewYjrFkG4kAAsbOj0mux859Txu7aDMM7U4mKQKJ3GEL8ow%40mail.gmail.com.
Actually what I am thinking is how to migrate data stored in memory from one container to another. If everything is stored in disk, just simply migrating container from A place to B is ok, and transparent for application level. However, what if data in memory also needs to migrate. how to solve this?
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/7ad492c9-648c-470b-bc6d-9133c8d206bc%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/CAO_RewaiSUHDqR%3D_F_qNkhYLHdW%2BYYTCybNiJOAA7HUxq%2BZUvg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
I'd much rather approach it from base requirements and understand what
problems people are really trying to solve.