'Migrate Kubernetes from on-premise to AWS EKS
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?
Solution 1:[1]
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.
Solution 2:[2]
That’s quite broad question. It can have many approaches & flavours based on organisation needs.
One of the approach is to
- Standup the eks cluster based on the needs of the workload you are going to run. Note that EKS can also be deployed in to flavours as managed nodes & other as serverless.
- Setup the authentication & authorisation model for users & admins for eks cluster.
- Defined strategy to how & when to migrate load to EKS.
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Harsh Manvar |
| Solution 2 | Manmohan Mittal |
