Open rivernews opened 3 years ago
Recommenced by this SO post saying that we should do so.
Deployment's PVC has many limitation, like only able to tie to one specific node, etc. Given the k8s scaling nature, this is problematic, and we could easily lose data.
Explore StatefulSet for what it offers.
StatefulSet
Recommenced by this SO post saying that we should do so.
Deployment's PVC has many limitation, like only able to tie to one specific node, etc. Given the k8s scaling nature, this is problematic, and we could easily lose data.
Explore
StatefulSet
for what it offers.