Migration of aws eks cluster with worker nodes and node groups

0

I need to migrate my aws eks cluster with worker nodes and node groups to another member account of organization . whats the best way of migrating aws eks cluster securely

gefragt vor einem Jahr828 Aufrufe
1 Antwort
1

Hello,

To begin with, there is no lift and shift for this. Amazon EKS runs a single tenant Kubernetes control plane for each cluster. The control plane infrastructure isn't shared across clusters or AWS accounts. There are some solutions from the open source community that you can explore a backup and restore. For example, Velero is an community supported open-source tool that can be used to take backups of existing clusters and apply the backups to a new cluster.

Please refer to the links below for more information: https://aws.amazon.com/blogs/containers/backup-and-restore-your-amazon-eks-cluster-resources-using-velero/ https://aws.amazon.com/blogs/containers/blue-green-or-canary-amazon-eks-clusters-migration-for-stateless-argocd-workloads/

AWS
Olawale
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen