Reputation: 1
In my organization, I need to migrate the Kubernetes cluster from on-premise to AWS EKS. Can someone please tell me how I can do this?
Upvotes: 0
Views: 756
Reputation: 30188
There are many ways and things to consider however you have to ask a board questions so will write an answer accordingly.
You can use the tool velero to migrate the internal components of the Kubernetes cluster.
Velero : https://velero.io/
While other all things you have to consider of migrating Databases using DMS, Storage option like PV and PVC or NFS that used with on-prem K8s.
Upvotes: 2
Reputation: 374
That’s quite broad question. It can have many approaches & flavours based on organisation needs.
One of the approach is to
Very important note is you must gather all NFRs for your cluster & create a plan to how to full fill those requirements before you start on the above.
Upvotes: 0