Fusion snapshots currently rely on AWS Batch features like auto-retry on spot reclamation for intra-task resumption. Extending this capability to Kubernetes executors (EKS, GKE) would allow users running on Kubernetes to benefit from the same spot-instance resilience. This requires the Kubernetes executor to detect spot/preemptible instance reclaim events and automatically retry interrupted tasks in the same work directory, similar to
aws.batch.maxSpotAttempts
behavior.