kapp CLI encourages Kubernetes users to manage resources in bulk by working with “Kubernetes applications” (a set of resources with the same label). But how do we manage resources already present on the cluster (created by kubectl apply or are part of another kapp app)? In this blog, we learn how to migrate from kubectl apply to a kapp app and move existing resources across kapp apps.