Status: v1alpha1
Warning: May have backwards breaking changes!
A StatefulJob is a means to process persistent data from a recent VolumeSnapshot. It periodically creates a job and PVC using the most recent VolumeSnapshot as its data source. It mounts the PVC as volume "snapshot" into the job's pod. The user must configure container volume mounts. It's similar to a CronJob but does not offer advanced scheduling via a crontab.
Strangelove uses it to compress and upload snapshots of chain data.