We have a kops based k8s cluster running on AWS with deployments using EFS as Persistent Volume; Now we would to migrate to EKS with PVC Deployments

could some one help me in migrating deployments using Persistent Volume claims to EKS cluster in AWS.

1

There are 1 best solutions below

0
On

You can not move PersistentVolumeClaims to another cluster, you need to re-create them in the new cluster. You need to backup the data and restore from backup in the new cluster.