Damus
Sovereign Being · 54w
I wasn't a fan of using helm charts, especially when something goes wrong. I'm probably just inept at k3s, but I like docker for the simplicity.
kriegalex⚡ profile picture
The only real thing with helm is that your PVC or at least the PV should survive (be Retained) when you need to "helm uninstall", if you don't want to loose data.

Other than that, not really different to other tools. Since it's meant for cloud native stuff, maybe it counts more on your data being easily recoverable from snapshots or S3 buckets, or stuff like that.