bored-monitor-99026
07/06/2021, 6:10 AMPulumi works well with modern “immutable infrastructure” architectures, where bootstrapping and patching are unnecessary. In such cases, configuration management is not needed in the usual sense.hi! how does immutable infra works with persistent storage in k8s? please see this example: i have deployed a statefulset application on k8s, whose pods and persistent volume live on a node(machine). now i am going to do some system update to that machine(node). for “immutable infrastructure”, it will destroy the old one, which will definitely leave my app in error state. i believe ppl who designed "immutable infra" already figured a elegant solution for the above. can someone share your thoughts here? thanks!
steep-toddler-94095
07/06/2021, 9:07 PMbored-monitor-99026
07/06/2021, 11:21 PMstorageclass
like localssd
(not remote storage)steep-toddler-94095
07/07/2021, 5:05 AM