If I deliberately kill a live-node(pod) that is part of a Kubernetes StatefulSet, it will be recreated automatically. Once restarted, what all should be stored on a persistent volume, so that once the pod is back up, it properly joins back the artemis cluster as the same live-node?
All the folders and files in the data
directory need to be stored on a persistent volume.