This document discusses using Crane, an open source tool, to migrate applications between Kubernetes clusters. It presents three migration scenarios: 1) migrating automated deployments, 2) migrating known deployments, and 3) automating the creation of pipelines for manually deployed applications during migration. The document provides an overview of Crane's capabilities for reconstructing manifests, migrating state like PV and images, and transforming applications to leverage continuous delivery best practices in the new cluster. Example Crane commands are shown for exporting, transforming and applying manifests, as well as transferring PV state between clusters.