I have snapshotting enabled in my k8s cluster, and am able to snapshot my volumes - yet I have not found documentation on how to actually store those snapshots outside the cluster without using a product or specialized deployment to store them elsewhere.
My question - is there a way for me to manually copy volume snapshots at a file/block level and store them outside a k8s cluster, then import them if necessary in a DR scenario? I'd rather be able to export/import snapshot files directly (if possible) than needing to configure additional products and services to pull these elsewhere.