Service Migration Automation
haoel opened this issue · 1 comments
haoel commented
This requirement only needs to consider the following scenario:
Customer runs their services in their Kubernetes cluster, we need to migrate their services to ease mesh automatically and safely.
The proposal as below:
- Install EaseMesh into Kubernetes.
- List the Kubernetes service deployment, and ask to choose the deployment to need to migrate.
- Automatically get the current service's deployment YAML and migrate to EaseMesh, and deploy the Mesh version.
- enable mesh version service and disable the original services gracefully. (can be done by traffic scheduling)